summaryrefslogtreecommitdiff
path: root/chromium/net/http
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-05-20 09:47:09 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-06-07 11:15:42 +0000
commit189d4fd8fad9e3c776873be51938cd31a42b6177 (patch)
tree6497caeff5e383937996768766ab3bb2081a40b2 /chromium/net/http
parent8bc75099d364490b22f43a7ce366b366c08f4164 (diff)
downloadqtwebengine-chromium-189d4fd8fad9e3c776873be51938cd31a42b6177.tar.gz
BASELINE: Update Chromium to 90.0.4430.221
Change-Id: Iff4d9d18d2fcf1a576f3b1f453010f744a232920 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/net/http')
-rw-r--r--chromium/net/http/broken_alternative_services_unittest.cc10
-rw-r--r--chromium/net/http/http_auth.h1
-rw-r--r--chromium/net/http/http_auth_cache_unittest.cc18
-rw-r--r--chromium/net/http/http_auth_challenge_tokenizer.cc5
-rw-r--r--chromium/net/http/http_auth_gssapi_posix.cc1
-rw-r--r--chromium/net/http/http_auth_handler_digest.cc10
-rw-r--r--chromium/net/http/http_auth_handler_negotiate.cc5
-rw-r--r--chromium/net/http/http_auth_handler_negotiate_unittest.cc5
-rw-r--r--chromium/net/http/http_auth_preferences.cc3
-rw-r--r--chromium/net/http/http_auth_preferences.h7
-rw-r--r--chromium/net/http/http_auth_preferences_unittest.cc3
-rw-r--r--chromium/net/http/http_basic_state.cc8
-rw-r--r--chromium/net/http/http_basic_state.h5
-rw-r--r--chromium/net/http/http_basic_stream.cc9
-rw-r--r--chromium/net/http/http_basic_stream.h2
-rw-r--r--chromium/net/http/http_cache_lookup_manager_unittest.cc9
-rw-r--r--chromium/net/http/http_cache_transaction.cc9
-rw-r--r--chromium/net/http/http_cache_transaction.h1
-rw-r--r--chromium/net/http/http_cache_unittest.cc186
-rw-r--r--chromium/net/http/http_cache_writers.cc5
-rw-r--r--chromium/net/http/http_cache_writers.h2
-rw-r--r--chromium/net/http/http_content_disposition.cc2
-rw-r--r--chromium/net/http/http_network_layer_unittest.cc3
-rw-r--r--chromium/net/http/http_network_session.cc7
-rw-r--r--chromium/net/http/http_network_session.h9
-rw-r--r--chromium/net/http/http_network_transaction.cc19
-rw-r--r--chromium/net/http/http_network_transaction.h4
-rw-r--r--chromium/net/http/http_network_transaction_unittest.cc299
-rw-r--r--chromium/net/http/http_proxy_connect_job.cc2
-rw-r--r--chromium/net/http/http_proxy_connect_job_unittest.cc6
-rw-r--r--chromium/net/http/http_raw_request_headers.cc4
-rw-r--r--chromium/net/http/http_raw_request_headers.h2
-rw-r--r--chromium/net/http/http_request_headers.cc8
-rw-r--r--chromium/net/http/http_response_body_drainer_unittest.cc9
-rw-r--r--chromium/net/http/http_response_headers.cc26
-rw-r--r--chromium/net/http/http_response_info.cc29
-rw-r--r--chromium/net/http/http_response_info.h6
-rw-r--r--chromium/net/http/http_response_info_unittest.cc18
-rw-r--r--chromium/net/http/http_server_properties_manager.cc27
-rw-r--r--chromium/net/http/http_server_properties_manager.h2
-rw-r--r--chromium/net/http/http_server_properties_manager_unittest.cc171
-rw-r--r--chromium/net/http/http_server_properties_unittest.cc24
-rw-r--r--chromium/net/http/http_stream.h9
-rw-r--r--chromium/net/http/http_stream_factory_job_controller.cc13
-rw-r--r--chromium/net/http/http_stream_factory_job_controller_unittest.cc88
-rw-r--r--chromium/net/http/http_stream_factory_unittest.cc78
-rw-r--r--chromium/net/http/http_stream_parser.cc23
-rw-r--r--chromium/net/http/http_stream_parser.h28
-rw-r--r--chromium/net/http/http_stream_parser_unittest.cc496
-rw-r--r--chromium/net/http/http_transaction.h13
-rw-r--r--chromium/net/http/http_transaction_test_util.cc16
-rw-r--r--chromium/net/http/http_transaction_test_util.h6
-rw-r--r--chromium/net/http/http_util.cc40
-rw-r--r--chromium/net/http/http_util.h11
-rw-r--r--chromium/net/http/http_util_unittest.cc6
-rw-r--r--chromium/net/http/structured_headers.cc3
-rw-r--r--chromium/net/http/transport_security_persister_unittest.cc16
-rw-r--r--chromium/net/http/transport_security_state.cc8
-rw-r--r--chromium/net/http/transport_security_state_static.json13121
-rw-r--r--chromium/net/http/transport_security_state_unittest.cc54
60 files changed, 13124 insertions, 1886 deletions
diff --git a/chromium/net/http/broken_alternative_services_unittest.cc b/chromium/net/http/broken_alternative_services_unittest.cc
index 7ef8ba7ff99..851a3c56581 100644
--- a/chromium/net/http/broken_alternative_services_unittest.cc
+++ b/chromium/net/http/broken_alternative_services_unittest.cc
@@ -10,9 +10,9 @@
#include "base/test/test_mock_time_task_runner.h"
#include "base/time/tick_clock.h"
#include "net/base/network_isolation_key.h"
+#include "net/base/schemeful_site.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
-#include "url/origin.h"
namespace net {
@@ -30,10 +30,10 @@ class BrokenAlternativeServicesTest
test_task_runner_context_(test_task_runner_),
broken_services_clock_(test_task_runner_->GetMockTickClock()),
broken_services_(50, this, broken_services_clock_) {
- auto origin1 = url::Origin::Create(GURL("http://foo.test"));
- auto origin2 = url::Origin::Create(GURL("http://bar.test"));
- network_isolation_key1_ = NetworkIsolationKey(origin1, origin1);
- network_isolation_key2_ = NetworkIsolationKey(origin2, origin2);
+ SchemefulSite site1(GURL("http://foo.test"));
+ SchemefulSite site2(GURL("http://bar.test"));
+ network_isolation_key1_ = NetworkIsolationKey(site1, site1);
+ network_isolation_key2_ = NetworkIsolationKey(site2, site2);
}
// BrokenAlternativeServices::Delegate implementation
diff --git a/chromium/net/http/http_auth.h b/chromium/net/http/http_auth.h
index 78b46f3ff2c..4aca36f027f 100644
--- a/chromium/net/http/http_auth.h
+++ b/chromium/net/http/http_auth.h
@@ -26,6 +26,7 @@ class HttpAuthHandlerFactory;
class HttpResponseHeaders;
class HostResolver;
class NetLogWithSource;
+class NetworkIsolationKey;
class SSLInfo;
// Utility class for http authentication.
diff --git a/chromium/net/http/http_auth_cache_unittest.cc b/chromium/net/http/http_auth_cache_unittest.cc
index 6cd9654d15d..18dc40864ed 100644
--- a/chromium/net/http/http_auth_cache_unittest.cc
+++ b/chromium/net/http/http_auth_cache_unittest.cc
@@ -12,9 +12,9 @@
#include "base/test/simple_test_tick_clock.h"
#include "net/base/net_errors.h"
#include "net/base/network_isolation_key.h"
+#include "net/base/schemeful_site.h"
#include "net/http/http_auth_cache.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "url/origin.h"
using base::ASCIIToUTF16;
@@ -328,10 +328,10 @@ TEST(HttpAuthCacheTest, SeparateByTarget) {
// Make sure server credentials with different NetworkIsolationKeys are treated
// separately if |key_entries_by_network_isolation_key| is set to true.
TEST(HttpAuthCacheTest, SeparateServersByNetworkIsolationKey) {
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
GURL kPseudoOrigin("http://www.google.com");
const char kPath[] = "/";
@@ -427,10 +427,10 @@ TEST(HttpAuthCacheTest, SeparateServersByNetworkIsolationKey) {
// Make sure added proxy credentials ignore NetworkIsolationKey, even if if
// |key_entries_by_network_isolation_key| is set to true.
TEST(HttpAuthCacheTest, NeverSeparateProxiesByNetworkIsolationKey) {
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
GURL kPseudoOrigin("http://www.google.com");
const char kPath[] = "/";
diff --git a/chromium/net/http/http_auth_challenge_tokenizer.cc b/chromium/net/http/http_auth_challenge_tokenizer.cc
index 226dbcf9e7d..2c5006f06bc 100644
--- a/chromium/net/http/http_auth_challenge_tokenizer.cc
+++ b/chromium/net/http/http_auth_challenge_tokenizer.cc
@@ -6,6 +6,7 @@
#include "base/strings/string_piece.h"
#include "base/strings/string_tokenizer.h"
+#include "base/strings/string_util.h"
namespace net {
@@ -51,8 +52,8 @@ void HttpAuthChallengeTokenizer::Init(std::string::const_iterator begin,
}
// Save the scheme's position.
- lower_case_scheme_ =
- base::ToLowerASCII(base::StringPiece(tok.token_begin(), tok.token_end()));
+ lower_case_scheme_ = base::ToLowerASCII(
+ base::MakeStringPiece(tok.token_begin(), tok.token_end()));
params_begin_ = tok.token_end();
params_end_ = end;
diff --git a/chromium/net/http/http_auth_gssapi_posix.cc b/chromium/net/http/http_auth_gssapi_posix.cc
index b4ec23dd1e4..ddc3da51117 100644
--- a/chromium/net/http/http_auth_gssapi_posix.cc
+++ b/chromium/net/http/http_auth_gssapi_posix.cc
@@ -434,7 +434,6 @@ void* BindUntypedMethod(base::NativeLibrary lib,
const NetLogWithSource& net_log) {
void* ptr = base::GetFunctionPointerFromNativeLibrary(lib, method);
if (ptr == nullptr) {
- std::string method_string = method.as_string();
net_log.AddEvent(NetLogEventType::AUTH_LIBRARY_BIND_FAILED,
[&] { return BindFailureParams(library_name, method); });
}
diff --git a/chromium/net/http/http_auth_handler_digest.cc b/chromium/net/http/http_auth_handler_digest.cc
index 71289867729..ffc1ae75909 100644
--- a/chromium/net/http/http_auth_handler_digest.cc
+++ b/chromium/net/http/http_auth_handler_digest.cc
@@ -238,13 +238,13 @@ bool HttpAuthHandlerDigest::ParseChallengeProperty(base::StringPiece name,
if (!ConvertToUtf8AndNormalize(value, kCharsetLatin1, &realm))
return false;
realm_ = realm;
- original_realm_ = value.as_string();
+ original_realm_ = std::string(value);
} else if (base::LowerCaseEqualsASCII(name, "nonce")) {
- nonce_ = value.as_string();
+ nonce_ = std::string(value);
} else if (base::LowerCaseEqualsASCII(name, "domain")) {
- domain_ = value.as_string();
+ domain_ = std::string(value);
} else if (base::LowerCaseEqualsASCII(name, "opaque")) {
- opaque_ = value.as_string();
+ opaque_ = std::string(value);
} else if (base::LowerCaseEqualsASCII(name, "stale")) {
// Parse the stale boolean.
stale_ = base::LowerCaseEqualsASCII(value, "true");
@@ -264,7 +264,7 @@ bool HttpAuthHandlerDigest::ParseChallengeProperty(base::StringPiece name,
//
// TODO(https://crbug.com/820198): Remove this copy when
// HttpUtil::ValuesIterator can take a StringPiece.
- std::string value_str = value.as_string();
+ std::string value_str(value);
HttpUtil::ValuesIterator qop_values(value_str.begin(), value_str.end(),
',');
qop_ = QOP_UNSPECIFIED;
diff --git a/chromium/net/http/http_auth_handler_negotiate.cc b/chromium/net/http/http_auth_handler_negotiate.cc
index c68cbef391e..010599bc496 100644
--- a/chromium/net/http/http_auth_handler_negotiate.cc
+++ b/chromium/net/http/http_auth_handler_negotiate.cc
@@ -13,6 +13,7 @@
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/values.h"
+#include "build/chromeos_buildflags.h"
#include "net/base/address_family.h"
#include "net/base/address_list.h"
#include "net/base/host_port_pair.h"
@@ -114,7 +115,7 @@ int HttpAuthHandlerNegotiate::Factory::CreateAuthHandler(
#elif defined(OS_POSIX)
if (is_unsupported_)
return ERR_UNSUPPORTED_AUTH_SCHEME;
-#if defined(OS_CHROMEOS)
+#if BUILDFLAG(IS_CHROMEOS_ASH)
// Note: Don't set is_unsupported_ = true here. AllowGssapiLibraryLoad()
// might change to true during a session.
if (!http_auth_preferences()->AllowGssapiLibraryLoad())
@@ -359,7 +360,7 @@ int HttpAuthHandlerNegotiate::DoResolveCanonicalNameComplete(int rv) {
if (rv == OK) {
DCHECK(resolve_host_request_->GetAddressResults());
const std::string& canonical_name =
- resolve_host_request_->GetAddressResults().value().canonical_name();
+ resolve_host_request_->GetAddressResults().value().GetCanonicalName();
if (!canonical_name.empty())
server = canonical_name;
} else {
diff --git a/chromium/net/http/http_auth_handler_negotiate_unittest.cc b/chromium/net/http/http_auth_handler_negotiate_unittest.cc
index 40f80012da0..821a39c525d 100644
--- a/chromium/net/http/http_auth_handler_negotiate_unittest.cc
+++ b/chromium/net/http/http_auth_handler_negotiate_unittest.cc
@@ -14,6 +14,7 @@
#include "base/strings/utf_string_conversions.h"
#include "base/test/scoped_feature_list.h"
#include "build/build_config.h"
+#include "build/chromeos_buildflags.h"
#include "net/base/features.h"
#include "net/base/net_errors.h"
#include "net/base/test_completion_callback.h"
@@ -463,7 +464,7 @@ TEST_F(HttpAuthHandlerNegotiateTest, MissingGSSAPI) {
#endif // BUILDFLAG(USE_EXTERNAL_GSSAPI)
// AllowGssapiLibraryLoad() is only supported on Chrome OS.
-#if defined(OS_CHROMEOS)
+#if BUILDFLAG(IS_CHROMEOS_ASH)
TEST_F(HttpAuthHandlerNegotiateTest, AllowGssapiLibraryLoad) {
// Disabling allow_gssapi_library_load should prevent handler creation.
SetupMocks(AuthLibrary());
@@ -479,7 +480,7 @@ TEST_F(HttpAuthHandlerNegotiateTest, AllowGssapiLibraryLoad) {
EXPECT_EQ(OK, rv);
EXPECT_TRUE(auth_handler);
}
-#endif // defined(OS_CHROMEOS)
+#endif // BUILDFLAG(IS_CHROMEOS_ASH)
#endif // defined(OS_POSIX)
diff --git a/chromium/net/http/http_auth_preferences.cc b/chromium/net/http/http_auth_preferences.cc
index c0e4539c46e..f7c9cb5d607 100644
--- a/chromium/net/http/http_auth_preferences.cc
+++ b/chromium/net/http/http_auth_preferences.cc
@@ -9,6 +9,7 @@
#include "base/stl_util.h"
#include "base/strings/string_split.h"
#include "build/build_config.h"
+#include "build/chromeos_buildflags.h"
#include "net/http/http_auth_filter.h"
#include "net/http/url_security_manager.h"
@@ -39,7 +40,7 @@ std::string HttpAuthPreferences::AuthAndroidNegotiateAccountType() const {
}
#endif
-#if defined(OS_CHROMEOS)
+#if BUILDFLAG(IS_CHROMEOS_ASH)
bool HttpAuthPreferences::AllowGssapiLibraryLoad() const {
return allow_gssapi_library_load_;
}
diff --git a/chromium/net/http/http_auth_preferences.h b/chromium/net/http/http_auth_preferences.h
index f25b15e8fcd..2e941cd668a 100644
--- a/chromium/net/http/http_auth_preferences.h
+++ b/chromium/net/http/http_auth_preferences.h
@@ -12,6 +12,7 @@
#include "base/macros.h"
#include "build/build_config.h"
+#include "build/chromeos_buildflags.h"
#include "net/base/net_export.h"
#include "net/http/http_auth.h"
#include "url/gurl.h"
@@ -42,7 +43,7 @@ class NET_EXPORT HttpAuthPreferences {
#if defined(OS_ANDROID)
virtual std::string AuthAndroidNegotiateAccountType() const;
#endif
-#if defined(OS_CHROMEOS)
+#if BUILDFLAG(IS_CHROMEOS_ASH)
virtual bool AllowGssapiLibraryLoad() const;
#endif
virtual bool CanUseDefaultCredentials(const GURL& auth_origin) const;
@@ -77,7 +78,7 @@ class NET_EXPORT HttpAuthPreferences {
}
#endif
-#if defined(OS_CHROMEOS)
+#if BUILDFLAG(IS_CHROMEOS_ASH)
void set_allow_gssapi_library_load(bool allow_gssapi_library_load) {
allow_gssapi_library_load_ = allow_gssapi_library_load;
}
@@ -112,7 +113,7 @@ class NET_EXPORT HttpAuthPreferences {
std::string auth_android_negotiate_account_type_;
#endif
-#if defined(OS_CHROMEOS)
+#if BUILDFLAG(IS_CHROMEOS_ASH)
bool allow_gssapi_library_load_ = true;
#endif
diff --git a/chromium/net/http/http_auth_preferences_unittest.cc b/chromium/net/http/http_auth_preferences_unittest.cc
index 7418b132d65..37b6ef0a265 100644
--- a/chromium/net/http/http_auth_preferences_unittest.cc
+++ b/chromium/net/http/http_auth_preferences_unittest.cc
@@ -12,6 +12,7 @@
#include "base/single_thread_task_runner.h"
#include "base/threading/thread.h"
#include "build/build_config.h"
+#include "build/chromeos_buildflags.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace net {
@@ -50,7 +51,7 @@ TEST(HttpAuthPreferencesTest, AuthAndroidhNegotiateAccountType) {
}
#endif
-#if defined(OS_CHROMEOS)
+#if BUILDFLAG(IS_CHROMEOS_ASH)
TEST(HttpAuthPreferencesTest, AllowGssapiLibraryLoad) {
HttpAuthPreferences http_auth_preferences;
EXPECT_TRUE(http_auth_preferences.AllowGssapiLibraryLoad());
diff --git a/chromium/net/http/http_basic_state.cc b/chromium/net/http/http_basic_state.cc
index 937b0709a3a..a836a4f70ab 100644
--- a/chromium/net/http/http_basic_state.cc
+++ b/chromium/net/http/http_basic_state.cc
@@ -7,6 +7,7 @@
#include <utility>
#include "base/check_op.h"
+#include "base/no_destructor.h"
#include "base/stl_util.h"
#include "net/base/io_buffer.h"
#include "net/http/http_request_info.h"
@@ -74,4 +75,11 @@ bool HttpBasicState::IsConnectionReused() const {
connection_->reuse_type() == ClientSocketHandle::UNUSED_IDLE;
}
+const std::vector<std::string>& HttpBasicState::GetDnsAliases() const {
+ static const base::NoDestructor<std::vector<std::string>> emptyvector_result;
+ return (connection_ && connection_->socket())
+ ? connection_->socket()->GetDnsAliases()
+ : *emptyvector_result;
+}
+
} // namespace net
diff --git a/chromium/net/http/http_basic_state.h b/chromium/net/http/http_basic_state.h
index a99c0354aa3..5fd1ee514ca 100644
--- a/chromium/net/http/http_basic_state.h
+++ b/chromium/net/http/http_basic_state.h
@@ -66,6 +66,11 @@ class NET_EXPORT_PRIVATE HttpBasicState {
// ClientSocketHandle::is_reused().
bool IsConnectionReused() const;
+ // Retrieves any DNS aliases for the remote endpoint. The alias chain order
+ // is preserved in reverse, from canonical name (i.e. address record name)
+ // through to query name.
+ const std::vector<std::string>& GetDnsAliases() const;
+
private:
scoped_refptr<GrowableIOBuffer> read_buf_;
diff --git a/chromium/net/http/http_basic_stream.cc b/chromium/net/http/http_basic_stream.cc
index 085b1fe7fbf..0c47f4aa5fe 100644
--- a/chromium/net/http/http_basic_stream.cc
+++ b/chromium/net/http/http_basic_stream.cc
@@ -137,7 +137,10 @@ bool HttpBasicStream::GetLoadTimingInfo(
load_timing_info->connect_timing.connect_end = confirm_handshake_end_;
}
- load_timing_info->receive_headers_start = parser()->response_start_time();
+ load_timing_info->receive_headers_start =
+ parser()->first_response_start_time();
+ load_timing_info->receive_non_informational_headers_start =
+ parser()->non_informational_response_start_time();
load_timing_info->first_early_hints_time = parser()->first_early_hints_time();
return true;
}
@@ -193,6 +196,10 @@ void HttpBasicStream::SetRequestHeadersCallback(
request_headers_callback_ = std::move(callback);
}
+const std::vector<std::string>& HttpBasicStream::GetDnsAliases() const {
+ return state_.GetDnsAliases();
+}
+
void HttpBasicStream::OnHandshakeConfirmed(CompletionOnceCallback callback,
int rv) {
if (rv == OK) {
diff --git a/chromium/net/http/http_basic_stream.h b/chromium/net/http/http_basic_stream.h
index f5944f10d4a..412656fa4ae 100644
--- a/chromium/net/http/http_basic_stream.h
+++ b/chromium/net/http/http_basic_stream.h
@@ -91,6 +91,8 @@ class NET_EXPORT_PRIVATE HttpBasicStream : public HttpStream {
void SetRequestHeadersCallback(RequestHeadersCallback callback) override;
+ const std::vector<std::string>& GetDnsAliases() const override;
+
private:
HttpStreamParser* parser() const { return state_.parser(); }
diff --git a/chromium/net/http/http_cache_lookup_manager_unittest.cc b/chromium/net/http/http_cache_lookup_manager_unittest.cc
index 73e760bf69f..21162a339fc 100644
--- a/chromium/net/http/http_cache_lookup_manager_unittest.cc
+++ b/chromium/net/http/http_cache_lookup_manager_unittest.cc
@@ -10,6 +10,7 @@
#include "base/test/task_environment.h"
#include "net/base/features.h"
#include "net/base/net_errors.h"
+#include "net/base/schemeful_site.h"
#include "net/base/test_completion_callback.h"
#include "net/http/http_cache_lookup_manager.h"
#include "net/http/http_transaction_test_util.h"
@@ -29,8 +30,7 @@ class MockServerPushHelper : public ServerPushDelegate::ServerPushHelper {
public:
explicit MockServerPushHelper(const GURL& url)
: request_url_(url),
- network_isolation_key_(url::Origin::Create(url),
- url::Origin::Create(url)) {}
+ network_isolation_key_(SchemefulSite(url), SchemefulSite(url)) {}
const GURL& GetURL() const override { return request_url_; }
@@ -63,6 +63,7 @@ std::unique_ptr<MockTransaction> CreateMockTransaction(const GURL& url) {
"Last-Modified: Wed, 28 Nov 2007 00:40:09 GMT\n",
base::Time(),
"<html><body>Google Blah Blah</body></html>",
+ {},
TEST_MODE_NORMAL,
nullptr,
nullptr,
@@ -195,9 +196,9 @@ TEST_P(HttpCacheLookupManagerTest_NetworkIsolationKey, ServerPushCacheStatus) {
std::unique_ptr<MockServerPushHelper> push_helper =
std::make_unique<MockServerPushHelper>(request_url);
if (!use_same_network_isolation_key) {
- url::Origin origin = url::Origin::Create(GURL("http://www.abc.com"));
+ SchemefulSite site(GURL("http://www.abc.com"));
push_helper->set_network_isolation_key(
- net::NetworkIsolationKey(origin, origin));
+ net::NetworkIsolationKey(site, site));
}
MockServerPushHelper* push_helper_ptr = push_helper.get();
diff --git a/chromium/net/http/http_cache_transaction.cc b/chromium/net/http/http_cache_transaction.cc
index 3ee8cba9c78..bb0b938e71f 100644
--- a/chromium/net/http/http_cache_transaction.cc
+++ b/chromium/net/http/http_cache_transaction.cc
@@ -615,6 +615,14 @@ void HttpCache::Transaction::GetConnectionAttempts(
network_transaction_info_.old_connection_attempts.end());
}
+void HttpCache::Transaction::CloseConnectionOnDestruction() {
+ if (network_trans_) {
+ network_trans_->CloseConnectionOnDestruction();
+ } else if (InWriters()) {
+ entry_->writers->CloseConnectionOnDestruction();
+ }
+}
+
void HttpCache::Transaction::SetValidatingCannotProceed() {
DCHECK(!reading_);
// Ensure this transaction is waiting for a callback.
@@ -1881,6 +1889,7 @@ int HttpCache::Transaction::DoUpdateCachedResponse() {
response_.unused_since_prefetch = new_response_->unused_since_prefetch;
response_.restricted_prefetch = new_response_->restricted_prefetch;
response_.ssl_info = new_response_->ssl_info;
+ response_.dns_aliases = new_response_->dns_aliases;
if (new_response_->vary_data.is_valid()) {
response_.vary_data = new_response_->vary_data;
} else if (response_.vary_data.is_valid()) {
diff --git a/chromium/net/http/http_cache_transaction.h b/chromium/net/http/http_cache_transaction.h
index 1d76d01973d..63baba59e61 100644
--- a/chromium/net/http/http_cache_transaction.h
+++ b/chromium/net/http/http_cache_transaction.h
@@ -160,6 +160,7 @@ class NET_EXPORT_PRIVATE HttpCache::Transaction : public HttpTransaction {
void SetResponseHeadersCallback(ResponseHeadersCallback callback) override;
int ResumeNetworkStart() override;
void GetConnectionAttempts(ConnectionAttempts* out) const override;
+ void CloseConnectionOnDestruction() override;
// Invoked when parallel validation cannot proceed due to response failure
// and this transaction needs to be restarted.
diff --git a/chromium/net/http/http_cache_unittest.cc b/chromium/net/http/http_cache_unittest.cc
index 2d207f9e352..0c0a7c4f679 100644
--- a/chromium/net/http/http_cache_unittest.cc
+++ b/chromium/net/http/http_cache_unittest.cc
@@ -41,6 +41,7 @@
#include "net/base/load_timing_info.h"
#include "net/base/load_timing_info_test_util.h"
#include "net/base/net_errors.h"
+#include "net/base/schemeful_site.h"
#include "net/base/upload_bytes_element_reader.h"
#include "net/cert/cert_status_flags.h"
#include "net/cert/x509_certificate.h"
@@ -70,6 +71,7 @@
#include "net/websockets/websocket_handshake_stream_base.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "url/origin.h"
using net::test::IsError;
using net::test::IsOk;
@@ -379,6 +381,7 @@ const MockTransaction kFastNoStoreGET_Transaction = {
"Cache-Control: max-age=10000\n",
base::Time(),
"<html><body>Google Blah Blah</body></html>",
+ {},
TEST_MODE_SYNC_NET_START,
&FastTransactionServer::FastNoStoreHandler,
nullptr,
@@ -578,6 +581,7 @@ const MockTransaction kRangeGET_TransactionOK = {
"Content-Length: 10\n",
base::Time(),
"rg: 40-49 ",
+ {},
TEST_MODE_NORMAL,
&RangeTransactionServer::RangeHandler,
nullptr,
@@ -786,12 +790,11 @@ class HttpSplitCacheKeyTest : public HttpCacheTest {
std::string ComputeCacheKey(const std::string& url_string) {
GURL url(url_string);
- const auto kOrigin = url::Origin::Create(url);
+ SchemefulSite site(url);
net::HttpRequestInfo request_info;
request_info.url = url;
request_info.method = "GET";
- request_info.network_isolation_key =
- net::NetworkIsolationKey(kOrigin, kOrigin);
+ request_info.network_isolation_key = net::NetworkIsolationKey(site, site);
MockHttpCache cache;
return cache.http_cache()->GenerateCacheKeyForTest(&request_info);
}
@@ -943,7 +946,7 @@ TEST_P(HttpCacheTest_SplitCacheFeature, SimpleGETVerifyGoogleFontMetrics) {
base::HistogramTester histograms;
const std::string histogram_name = "WebFont.HttpCacheStatus_roboto";
- url::Origin origin_a = url::Origin::Create(GURL("http://www.a.com"));
+ SchemefulSite site_a(GURL("http://www.a.com"));
MockHttpCache cache;
@@ -951,7 +954,7 @@ TEST_P(HttpCacheTest_SplitCacheFeature, SimpleGETVerifyGoogleFontMetrics) {
transaction.url = "http://themes.googleusercontent.com/static/fonts/roboto";
AddMockTransaction(&transaction);
MockHttpRequest request(transaction);
- request.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ request.network_isolation_key = NetworkIsolationKey(site_a, site_a);
// Attempt to populate the cache.
RunTransactionTestWithRequest(cache.http_cache(), transaction, request,
@@ -6488,22 +6491,22 @@ TEST_F(HttpCacheTest, SimplePOST_Invalidate_205_SplitCache) {
base::test::ScopedFeatureList feature_list;
feature_list.InitAndEnableFeature(
net::features::kSplitCacheByNetworkIsolationKey);
- url::Origin origin_a = url::Origin::Create(GURL("http://a.com"));
- url::Origin origin_b = url::Origin::Create(GURL("http://b.com"));
+ SchemefulSite site_a(GURL("http://a.com"));
+ SchemefulSite site_b(GURL("http://b.com"));
MockHttpCache cache;
MockTransaction transaction(kSimpleGET_Transaction);
AddMockTransaction(&transaction);
MockHttpRequest req1(transaction);
- req1.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ req1.network_isolation_key = NetworkIsolationKey(site_a, site_a);
// Attempt to populate the cache.
RunTransactionTestWithRequest(cache.http_cache(), transaction, req1, nullptr);
// Same for a different origin.
MockHttpRequest req1b(transaction);
- req1b.network_isolation_key = NetworkIsolationKey(origin_b, origin_b);
+ req1b.network_isolation_key = NetworkIsolationKey(site_b, site_b);
RunTransactionTestWithRequest(cache.http_cache(), transaction, req1b,
nullptr);
@@ -6520,7 +6523,7 @@ TEST_F(HttpCacheTest, SimplePOST_Invalidate_205_SplitCache) {
transaction.status = "HTTP/1.1 205 No Content";
MockHttpRequest req2(transaction);
req2.upload_data_stream = &upload_data_stream;
- req2.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ req2.network_isolation_key = NetworkIsolationKey(site_a, site_a);
RunTransactionTestWithRequest(cache.http_cache(), transaction, req2, nullptr);
@@ -10463,15 +10466,14 @@ TEST_F(HttpCacheTest, SplitCacheWithFrameOrigin) {
MockHttpCache cache;
HttpResponseInfo response;
- url::Origin origin_a = url::Origin::Create(GURL("http://a.com"));
- url::Origin origin_b = url::Origin::Create(GURL("http://b.com"));
- url::Origin origin_data =
- url::Origin::Create(GURL("data:text/html,<body>Hello World</body>"));
+ SchemefulSite site_a(GURL("http://a.com"));
+ SchemefulSite site_b(GURL("http://b.com"));
+ SchemefulSite site_data(GURL("data:text/html,<body>Hello World</body>"));
MockHttpRequest trans_info = MockHttpRequest(kSimpleGET_Transaction);
// Request with a.com as the top frame and subframe origins. It shouldn't be
// cached.
- trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_a, site_a);
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_FALSE(response.was_cached);
@@ -10486,7 +10488,7 @@ TEST_F(HttpCacheTest, SplitCacheWithFrameOrigin) {
EXPECT_TRUE(response.was_cached);
// Now request with b.com as the subframe origin. It shouldn't be cached.
- trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_b);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_a, site_b);
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_FALSE(response.was_cached);
@@ -10497,14 +10499,14 @@ TEST_F(HttpCacheTest, SplitCacheWithFrameOrigin) {
EXPECT_TRUE(response.was_cached);
// a.com should still be cached.
- trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_a, site_a);
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_TRUE(response.was_cached);
- // Now make a request with an opaque subframe origin. It shouldn't be
+ // Now make a request with an opaque subframe site. It shouldn't be
// cached.
- trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_data);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_a, site_data);
EXPECT_TRUE(trans_info.network_isolation_key.ToString().empty());
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
@@ -10543,7 +10545,7 @@ TEST_F(HttpCacheTest, SplitCacheWithFrameOrigin) {
kUploadId);
MockHttpRequest post_info = MockHttpRequest(kSimplePOST_Transaction);
- post_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ post_info.network_isolation_key = NetworkIsolationKey(site_a, site_a);
post_info.upload_data_stream = &upload_data_stream;
RunTransactionTestWithRequest(cache.http_cache(), kSimplePOST_Transaction,
@@ -10558,15 +10560,17 @@ TEST_F(HttpCacheTest, HttpCacheProfileThirdPartyCSS) {
url::Origin origin_a = url::Origin::Create(GURL(kSimpleGET_Transaction.url));
url::Origin origin_b = url::Origin::Create(GURL("http://b.com"));
+ SchemefulSite site_a(origin_a);
+ SchemefulSite site_b(origin_b);
ScopedMockTransaction transaction(kSimpleGET_Transaction);
transaction.response_headers = "Content-Type: text/css\n";
MockHttpRequest trans_info = MockHttpRequest(transaction);
- // Requesting with the same top-frame origin should not count as third-party
+ // Requesting with the same top-frame site should not count as third-party
// but should still be recorded as CSS
- trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_a, site_a);
trans_info.possibly_top_frame_origin = origin_a;
RunTransactionTestWithRequest(cache.http_cache(), transaction, trans_info,
@@ -10576,9 +10580,9 @@ TEST_F(HttpCacheTest, HttpCacheProfileThirdPartyCSS) {
histograms.ExpectTotalCount("HttpCache.Pattern.CSS", 1);
histograms.ExpectTotalCount("HttpCache.Pattern.CSSThirdParty", 0);
- // Requesting with a different top-frame origin should count as third-party
+ // Requesting with a different top-frame site should count as third-party
// and recorded as CSS
- trans_info.network_isolation_key = NetworkIsolationKey(origin_b, origin_b);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_b, site_b);
trans_info.possibly_top_frame_origin = origin_b;
RunTransactionTestWithRequest(cache.http_cache(), transaction, trans_info,
@@ -10595,15 +10599,17 @@ TEST_F(HttpCacheTest, HttpCacheProfileThirdPartyJavaScript) {
url::Origin origin_a = url::Origin::Create(GURL(kSimpleGET_Transaction.url));
url::Origin origin_b = url::Origin::Create(GURL("http://b.com"));
+ SchemefulSite site_a(origin_a);
+ SchemefulSite site_b(origin_b);
ScopedMockTransaction transaction(kSimpleGET_Transaction);
transaction.response_headers = "Content-Type: application/javascript\n";
MockHttpRequest trans_info = MockHttpRequest(transaction);
- // Requesting with the same top-frame origin should not count as third-party
+ // Requesting with the same top-frame site should not count as third-party
// but should still be recorded as JavaScript
- trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_a, site_a);
trans_info.possibly_top_frame_origin = origin_a;
RunTransactionTestWithRequest(cache.http_cache(), transaction, trans_info,
@@ -10613,9 +10619,9 @@ TEST_F(HttpCacheTest, HttpCacheProfileThirdPartyJavaScript) {
histograms.ExpectTotalCount("HttpCache.Pattern.JavaScript", 1);
histograms.ExpectTotalCount("HttpCache.Pattern.JavaScriptThirdParty", 0);
- // Requesting with a different top-frame origin should count as third-party
+ // Requesting with a different top-frame site should count as third-party
// and recorded as JavaScript
- trans_info.network_isolation_key = NetworkIsolationKey(origin_b, origin_b);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_b, site_b);
trans_info.possibly_top_frame_origin = origin_b;
RunTransactionTestWithRequest(cache.http_cache(), transaction, trans_info,
@@ -10632,15 +10638,17 @@ TEST_F(HttpCacheTest, HttpCacheProfileThirdPartyFont) {
url::Origin origin_a = url::Origin::Create(GURL(kSimpleGET_Transaction.url));
url::Origin origin_b = url::Origin::Create(GURL("http://b.com"));
+ SchemefulSite site_a(origin_a);
+ SchemefulSite site_b(origin_b);
ScopedMockTransaction transaction(kSimpleGET_Transaction);
transaction.response_headers = "Content-Type: font/otf\n";
MockHttpRequest trans_info = MockHttpRequest(transaction);
- // Requesting with the same top-frame origin should not count as third-party
+ // Requesting with the same top-frame site should not count as third-party
// but should still be recorded as a font
- trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_a, site_a);
trans_info.possibly_top_frame_origin = origin_a;
RunTransactionTestWithRequest(cache.http_cache(), transaction, trans_info,
@@ -10650,9 +10658,9 @@ TEST_F(HttpCacheTest, HttpCacheProfileThirdPartyFont) {
histograms.ExpectTotalCount("HttpCache.Pattern.Font", 1);
histograms.ExpectTotalCount("HttpCache.Pattern.FontThirdParty", 0);
- // Requesting with a different top-frame origin should count as third-party
+ // Requesting with a different top-frame site should count as third-party
// and recorded as a font
- trans_info.network_isolation_key = NetworkIsolationKey(origin_b, origin_b);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_b, site_b);
trans_info.possibly_top_frame_origin = origin_b;
RunTransactionTestWithRequest(cache.http_cache(), transaction, trans_info,
@@ -10671,10 +10679,9 @@ TEST_F(HttpCacheTest, SplitCache) {
MockHttpCache cache;
HttpResponseInfo response;
- url::Origin origin_a = url::Origin::Create(GURL("http://a.com"));
- url::Origin origin_b = url::Origin::Create(GURL("http://b.com"));
- url::Origin origin_data =
- url::Origin::Create(GURL("data:text/html,<body>Hello World</body>"));
+ SchemefulSite site_a(GURL("http://a.com"));
+ SchemefulSite site_b(GURL("http://b.com"));
+ SchemefulSite site_data(GURL("data:text/html,<body>Hello World</body>"));
// A request without a top frame origin is not cached at all.
MockHttpRequest trans_info = MockHttpRequest(kSimpleGET_Transaction);
@@ -10694,7 +10701,7 @@ TEST_F(HttpCacheTest, SplitCache) {
// Now request with a.com as the top frame origin. It shouldn't be cached
// since the cached resource has a different top frame origin.
- net::NetworkIsolationKey key_a(origin_a, origin_a);
+ net::NetworkIsolationKey key_a(site_a, site_a);
trans_info.network_isolation_key = key_a;
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
@@ -10723,7 +10730,7 @@ TEST_F(HttpCacheTest, SplitCache) {
EXPECT_TRUE(response.was_cached);
// Now request with b.com as the top frame origin. It shouldn't be cached.
- trans_info.network_isolation_key = NetworkIsolationKey(origin_b, origin_b);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_b, site_b);
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_FALSE(response.was_cached);
@@ -10741,8 +10748,7 @@ TEST_F(HttpCacheTest, SplitCache) {
// Now make a request with an opaque top frame origin. It shouldn't be
// cached.
- trans_info.network_isolation_key =
- NetworkIsolationKey(origin_data, origin_data);
+ trans_info.network_isolation_key = NetworkIsolationKey(site_data, site_data);
EXPECT_TRUE(trans_info.network_isolation_key.ToString().empty());
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
@@ -10763,7 +10769,7 @@ TEST_F(HttpCacheTest, SplitCache) {
kUploadId);
MockHttpRequest post_info = MockHttpRequest(kSimplePOST_Transaction);
- post_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ post_info.network_isolation_key = NetworkIsolationKey(site_a, site_a);
post_info.upload_data_stream = &upload_data_stream;
RunTransactionTestWithRequest(cache.http_cache(), kSimplePOST_Transaction,
@@ -10779,10 +10785,10 @@ TEST_F(HttpCacheTest, SplitCacheEnabledByDefault) {
MockHttpCache cache;
HttpResponseInfo response;
- url::Origin origin_a = url::Origin::Create(GURL("http://a.com"));
- url::Origin origin_b = url::Origin::Create(GURL("http://b.com"));
+ SchemefulSite site_a(GURL("http://a.com"));
+ SchemefulSite site_b(GURL("http://b.com"));
MockHttpRequest trans_info = MockHttpRequest(kSimpleGET_Transaction);
- net::NetworkIsolationKey key_a(origin_a, origin_a);
+ net::NetworkIsolationKey key_a(site_a, site_a);
trans_info.network_isolation_key = key_a;
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
@@ -10794,7 +10800,7 @@ TEST_F(HttpCacheTest, SplitCacheEnabledByDefault) {
trans_info, &response);
EXPECT_TRUE(response.was_cached);
- net::NetworkIsolationKey key_b(origin_b, origin_b);
+ net::NetworkIsolationKey key_b(site_b, site_b);
trans_info.network_isolation_key = key_b;
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
@@ -10822,10 +10828,10 @@ TEST_F(HttpCacheTest, SplitCacheUsesRegistrableDomain) {
HttpResponseInfo response;
MockHttpRequest trans_info = MockHttpRequest(kSimpleGET_Transaction);
- url::Origin origin_a = url::Origin::Create(GURL("http://a.foo.com"));
- url::Origin origin_b = url::Origin::Create(GURL("http://b.foo.com"));
+ SchemefulSite site_a(GURL("http://a.foo.com"));
+ SchemefulSite site_b(GURL("http://b.foo.com"));
- net::NetworkIsolationKey key_a(origin_a, origin_a);
+ net::NetworkIsolationKey key_a(site_a, site_a);
trans_info.network_isolation_key = key_a;
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
@@ -10836,15 +10842,15 @@ TEST_F(HttpCacheTest, SplitCacheUsesRegistrableDomain) {
// The second request with a different origin but the same registrable domain
// should be a cache hit.
- net::NetworkIsolationKey key_b(origin_b, origin_b);
+ net::NetworkIsolationKey key_b(site_b, site_b);
trans_info.network_isolation_key = key_b;
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_TRUE(response.was_cached);
// Request with a different registrable domain. It should be a cache miss.
- url::Origin new_origin_a = url::Origin::Create(GURL("http://a.bar.com"));
- net::NetworkIsolationKey new_key_a(new_origin_a, new_origin_a);
+ SchemefulSite new_site_a(GURL("http://a.bar.com"));
+ net::NetworkIsolationKey new_key_a(new_site_a, new_site_a);
trans_info.network_isolation_key = new_key_a;
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
@@ -10874,8 +10880,8 @@ TEST_F(HttpCacheTest, NonSplitCache) {
// Now request with a.com as the top frame origin. It should use the same
// cached object.
- const auto kOriginA = url::Origin::Create(GURL("http://a.com/"));
- trans_info.network_isolation_key = NetworkIsolationKey(kOriginA, kOriginA);
+ const SchemefulSite kSiteA(GURL("http://a.com/"));
+ trans_info.network_isolation_key = NetworkIsolationKey(kSiteA, kSiteA);
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_TRUE(response.was_cached);
@@ -13012,4 +13018,78 @@ TEST_P(HttpCacheMemoryDumpTest, DumpMemoryStats) {
Field(&Entry::value_uint64, Gt(0UL)))));
}
+TEST_F(HttpCacheTest, DnsAliasesNoRevalidation) {
+ MockHttpCache cache;
+ HttpResponseInfo response;
+ ScopedMockTransaction transaction(kSimpleGET_Transaction);
+ transaction.dns_aliases = {"alias1", "alias2"};
+
+ RunTransactionTestWithResponseInfo(cache.http_cache(), transaction,
+ &response);
+ EXPECT_FALSE(response.was_cached);
+ EXPECT_THAT(response.dns_aliases, testing::ElementsAre("alias1", "alias2"));
+
+ // The second request should be cached, and the response used without
+ // revalidation. Set the transaction alias list to empty to verify that the
+ // cached aliases are being used.
+ transaction.dns_aliases = {};
+ RunTransactionTestWithResponseInfo(cache.http_cache(), transaction,
+ &response);
+ EXPECT_TRUE(response.was_cached);
+ EXPECT_THAT(response.dns_aliases, testing::ElementsAre("alias1", "alias2"));
+}
+
+TEST_F(HttpCacheTest, NoDnsAliasesNoRevalidation) {
+ MockHttpCache cache;
+ HttpResponseInfo response;
+ ScopedMockTransaction transaction(kSimpleGET_Transaction);
+ transaction.dns_aliases = {};
+
+ RunTransactionTestWithResponseInfo(cache.http_cache(), transaction,
+ &response);
+ EXPECT_FALSE(response.was_cached);
+ EXPECT_TRUE(response.dns_aliases.empty());
+
+ // The second request should be cached, and the response used without
+ // revalidation. Set the transaction alias list to nonempty to verify that the
+ // cached aliases are being used.
+ transaction.dns_aliases = {"alias"};
+ RunTransactionTestWithResponseInfo(cache.http_cache(), transaction,
+ &response);
+ EXPECT_TRUE(response.was_cached);
+ EXPECT_TRUE(response.dns_aliases.empty());
+}
+
+TEST_F(HttpCacheTest, DnsAliasesRevalidation) {
+ MockHttpCache cache;
+ HttpResponseInfo response;
+ ScopedMockTransaction transaction(kTypicalGET_Transaction);
+ transaction.response_headers =
+ "Date: Wed, 28 Nov 2007 09:40:09 GMT\n"
+ "Last-Modified: Wed, 28 Nov 2007 00:40:09 GMT\n"
+ "Cache-Control: max-age=0\n";
+ transaction.dns_aliases = {"alias1", "alias2"};
+
+ RunTransactionTestWithResponseInfo(cache.http_cache(), transaction,
+ &response);
+ EXPECT_FALSE(response.was_cached);
+ EXPECT_THAT(response.dns_aliases, testing::ElementsAre("alias1", "alias2"));
+
+ // On the second request, the cache should be revalidated. Change the aliases
+ // to be sure that the new aliases are being used, and have the response be
+ // cached for next time.
+ transaction.response_headers = "Cache-Control: max-age=10000\n";
+ transaction.dns_aliases = {"alias3", "alias4"};
+ RunTransactionTestWithResponseInfo(cache.http_cache(), transaction,
+ &response);
+ EXPECT_FALSE(response.was_cached);
+ EXPECT_THAT(response.dns_aliases, testing::ElementsAre("alias3", "alias4"));
+
+ transaction.dns_aliases = {"alias5", "alias6"};
+ RunTransactionTestWithResponseInfo(cache.http_cache(), transaction,
+ &response);
+ EXPECT_TRUE(response.was_cached);
+ EXPECT_THAT(response.dns_aliases, testing::ElementsAre("alias3", "alias4"));
+}
+
} // namespace net
diff --git a/chromium/net/http/http_cache_writers.cc b/chromium/net/http/http_cache_writers.cc
index 9459509d5d8..a80dc43582c 100644
--- a/chromium/net/http/http_cache_writers.cc
+++ b/chromium/net/http/http_cache_writers.cc
@@ -225,6 +225,11 @@ void HttpCache::Writers::UpdatePriority() {
}
}
+void HttpCache::Writers::CloseConnectionOnDestruction() {
+ if (network_transaction_)
+ network_transaction_->CloseConnectionOnDestruction();
+}
+
bool HttpCache::Writers::ContainsOnlyIdleWriters() const {
return waiting_for_read_.empty() && !active_transaction_;
}
diff --git a/chromium/net/http/http_cache_writers.h b/chromium/net/http/http_cache_writers.h
index c638aeba65e..4da9f1ec40c 100644
--- a/chromium/net/http/http_cache_writers.h
+++ b/chromium/net/http/http_cache_writers.h
@@ -125,6 +125,8 @@ class NET_EXPORT_PRIVATE HttpCache::Writers {
return network_transaction_.get();
}
+ void CloseConnectionOnDestruction();
+
// Returns the load state of the |network_transaction_| if present else
// returns LOAD_STATE_IDLE.
LoadState GetLoadState() const;
diff --git a/chromium/net/http/http_content_disposition.cc b/chromium/net/http/http_content_disposition.cc
index f8864e7e6c2..66a9daa257d 100644
--- a/chromium/net/http/http_content_disposition.cc
+++ b/chromium/net/http/http_content_disposition.cc
@@ -344,7 +344,7 @@ HttpContentDisposition::~HttpContentDisposition() = default;
std::string::const_iterator HttpContentDisposition::ConsumeDispositionType(
std::string::const_iterator begin, std::string::const_iterator end) {
DCHECK(type_ == INLINE);
- base::StringPiece header(begin, end);
+ auto header = base::MakeStringPiece(begin, end);
size_t delimiter = header.find(';');
base::StringPiece type = header.substr(0, delimiter);
type = HttpUtil::TrimLWS(type);
diff --git a/chromium/net/http/http_network_layer_unittest.cc b/chromium/net/http/http_network_layer_unittest.cc
index 7e45ccb4db3..25ba5bacc05 100644
--- a/chromium/net/http/http_network_layer_unittest.cc
+++ b/chromium/net/http/http_network_layer_unittest.cc
@@ -9,7 +9,6 @@
#include "base/strings/stringprintf.h"
#include "net/cert/ct_policy_enforcer.h"
#include "net/cert/mock_cert_verifier.h"
-#include "net/cert/multi_log_ct_verifier.h"
#include "net/dns/mock_host_resolver.h"
#include "net/http/http_network_session.h"
#include "net/http/http_server_properties.h"
@@ -55,7 +54,6 @@ class HttpNetworkLayerTest : public PlatformTest, public WithTaskEnvironment {
session_context.host_resolver = &host_resolver_;
session_context.cert_verifier = cert_verifier_.get();
session_context.transport_security_state = transport_security_state_.get();
- session_context.cert_transparency_verifier = &ct_verifier_;
session_context.ct_policy_enforcer = &ct_policy_enforcer_;
session_context.proxy_resolution_service = proxy_resolution_service_.get();
session_context.ssl_config_service = ssl_config_service_.get();
@@ -269,7 +267,6 @@ class HttpNetworkLayerTest : public PlatformTest, public WithTaskEnvironment {
MockHostResolver host_resolver_;
std::unique_ptr<CertVerifier> cert_verifier_;
std::unique_ptr<TransportSecurityState> transport_security_state_;
- MultiLogCTVerifier ct_verifier_;
DefaultCTPolicyEnforcer ct_policy_enforcer_;
std::unique_ptr<ProxyResolutionService> proxy_resolution_service_;
std::unique_ptr<SSLConfigService> ssl_config_service_;
diff --git a/chromium/net/http/http_network_session.cc b/chromium/net/http/http_network_session.cc
index 6dd71b080ef..ad0993784dc 100644
--- a/chromium/net/http/http_network_session.cc
+++ b/chromium/net/http/http_network_session.cc
@@ -95,7 +95,8 @@ HttpNetworkSession::Params::Params()
enable_quic(true),
enable_quic_proxies_for_https_urls(false),
disable_idle_sockets_close_on_memory_pressure(false),
- key_auth_cache_server_entries_by_network_isolation_key(false) {
+ key_auth_cache_server_entries_by_network_isolation_key(false),
+ enable_priority_update(false) {
enable_early_data =
base::FeatureList::IsEnabled(features::kEnableTLS13EarlyData);
}
@@ -109,7 +110,6 @@ HttpNetworkSession::Context::Context()
host_resolver(nullptr),
cert_verifier(nullptr),
transport_security_state(nullptr),
- cert_transparency_verifier(nullptr),
ct_policy_enforcer(nullptr),
sct_auditing_delegate(nullptr),
proxy_resolution_service(nullptr),
@@ -153,7 +153,6 @@ HttpNetworkSession::HttpNetworkSession(const Params& params,
ssl_client_context_(context.ssl_config_service,
context.cert_verifier,
context.transport_security_state,
- context.cert_transparency_verifier,
context.ct_policy_enforcer,
&ssl_client_session_cache_,
context.sct_auditing_delegate),
@@ -168,7 +167,6 @@ HttpNetworkSession::HttpNetworkSession(const Params& params,
context.cert_verifier,
context.ct_policy_enforcer,
context.transport_security_state,
- context.cert_transparency_verifier,
context.sct_auditing_delegate,
context.socket_performance_watcher_factory,
context.quic_crypto_client_stream_factory,
@@ -186,6 +184,7 @@ HttpNetworkSession::HttpNetworkSession(const Params& params,
AddDefaultHttp2Settings(params.http2_settings),
params.greased_http2_frame,
params.http2_end_stream_with_data_frame,
+ params.enable_priority_update,
params.time_func,
context.network_quality_estimator),
http_stream_factory_(std::make_unique<HttpStreamFactory>(this)),
diff --git a/chromium/net/http/http_network_session.h b/chromium/net/http/http_network_session.h
index a57b4893759..8a9520af970 100644
--- a/chromium/net/http/http_network_session.h
+++ b/chromium/net/http/http_network_session.h
@@ -51,7 +51,6 @@ class CertVerifier;
class ClientSocketFactory;
class ClientSocketPool;
class ClientSocketPoolManager;
-class CTVerifier;
class HostResolver;
class HttpAuthHandlerFactory;
class HttpNetworkSessionPeer;
@@ -152,6 +151,13 @@ class NET_EXPORT HttpNetworkSession {
bool disable_idle_sockets_close_on_memory_pressure;
bool key_auth_cache_server_entries_by_network_isolation_key;
+
+ // If true, enable sending PRIORITY_UPDATE frames until SETTINGS frame
+ // arrives. After SETTINGS frame arrives, do not send PRIORITY_UPDATE
+ // frames any longer if SETTINGS_DEPRECATE_HTTP2_PRIORITIES is missing or
+ // has zero 0, but continue and also stop sending HTTP/2-style priority
+ // information in HEADERS frames and PRIORITY frames if it has value 1.
+ bool enable_priority_update;
};
// Structure with pointers to the dependencies of the HttpNetworkSession.
@@ -165,7 +171,6 @@ class NET_EXPORT HttpNetworkSession {
HostResolver* host_resolver;
CertVerifier* cert_verifier;
TransportSecurityState* transport_security_state;
- CTVerifier* cert_transparency_verifier;
CTPolicyEnforcer* ct_policy_enforcer;
SCTAuditingDelegate* sct_auditing_delegate;
ProxyResolutionService* proxy_resolution_service;
diff --git a/chromium/net/http/http_network_transaction.cc b/chromium/net/http/http_network_transaction.cc
index 6563da54e95..d9430bc23ad 100644
--- a/chromium/net/http/http_network_transaction.cc
+++ b/chromium/net/http/http_network_transaction.cc
@@ -148,7 +148,8 @@ HttpNetworkTransaction::~HttpNetworkTransaction() {
// TODO(mbelshe): The stream_ should be able to compute whether or not the
// stream should be kept alive. No reason to compute here
// and pass it in.
- if (!stream_->CanReuseConnection() || next_state_ != STATE_NONE) {
+ if (!stream_->CanReuseConnection() || next_state_ != STATE_NONE ||
+ close_connection_on_destruction_) {
stream_->Close(true /* not reusable */);
} else if (stream_->IsResponseBodyComplete()) {
// If the response body is complete, we can just reuse the socket.
@@ -542,6 +543,10 @@ int HttpNetworkTransaction::ResumeNetworkStart() {
return DoLoop(OK);
}
+void HttpNetworkTransaction::CloseConnectionOnDestruction() {
+ close_connection_on_destruction_ = true;
+}
+
void HttpNetworkTransaction::OnStreamReady(const SSLConfig& used_ssl_config,
const ProxyInfo& used_proxy_info,
std::unique_ptr<HttpStream> stream) {
@@ -560,6 +565,7 @@ void HttpNetworkTransaction::OnStreamReady(const SSLConfig& used_ssl_config,
response_.alpn_negotiated_protocol =
NextProtoToString(stream_request_->negotiated_protocol());
response_.was_fetched_via_spdy = stream_request_->using_spdy();
+ response_.dns_aliases = stream_->GetDnsAliases();
SetProxyInfoInReponse(used_proxy_info, &response_);
OnIOComplete(OK);
}
@@ -631,7 +637,7 @@ void HttpNetworkTransaction::OnNeedsProxyAuth(
response_.auth_challenge = proxy_response.auth_challenge;
response_.did_use_http_auth = proxy_response.did_use_http_auth;
- if (response_.headers.get() && !ContentEncodingsValid()) {
+ if (!ContentEncodingsValid()) {
DoCallback(ERR_CONTENT_DECODING_FAILED);
return;
}
@@ -1038,6 +1044,7 @@ int HttpNetworkTransaction::DoSendRequest() {
send_start_time_ = base::TimeTicks::Now();
next_state_ = STATE_SEND_REQUEST_COMPLETE;
+ stream_->SetRequestIdempotency(request_->idempotency);
return stream_->SendRequest(request_headers_, &response_, io_callback_);
}
@@ -1104,15 +1111,13 @@ int HttpNetworkTransaction::DoReadHeadersComplete(int result) {
DCHECK(response_.headers.get());
- if (response_.headers.get() && !ContentEncodingsValid())
+ if (!ContentEncodingsValid())
return ERR_CONTENT_DECODING_FAILED;
// On a 408 response from the server ("Request Timeout") on a stale socket,
// retry the request for HTTP/1.1 but not HTTP/2 or QUIC because those
// multiplex requests and have no need for 408.
- // Headers can be NULL because of http://crbug.com/384554.
- if (response_.headers.get() &&
- response_.headers->response_code() == HTTP_REQUEST_TIMEOUT &&
+ if (response_.headers->response_code() == HTTP_REQUEST_TIMEOUT &&
HttpResponseInfo::ConnectionInfoToCoarse(response_.connection_info) ==
HttpResponseInfo::CONNECTION_INFO_COARSE_HTTP1 &&
stream_->IsConnectionReused()) {
@@ -1142,7 +1147,7 @@ int HttpNetworkTransaction::DoReadHeadersComplete(int result) {
return ERR_METHOD_NOT_SUPPORTED;
}
- if (can_send_early_data_ && response_.headers.get() &&
+ if (can_send_early_data_ &&
response_.headers->response_code() == HTTP_TOO_EARLY) {
return HandleIOError(ERR_EARLY_DATA_REJECTED);
}
diff --git a/chromium/net/http/http_network_transaction.h b/chromium/net/http/http_network_transaction.h
index c0fc39fd8c6..f95473eafc9 100644
--- a/chromium/net/http/http_network_transaction.h
+++ b/chromium/net/http/http_network_transaction.h
@@ -88,8 +88,8 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
void SetConnectedCallback(const ConnectedCallback& callback) override;
void SetRequestHeadersCallback(RequestHeadersCallback callback) override;
void SetResponseHeadersCallback(ResponseHeadersCallback callback) override;
-
int ResumeNetworkStart() override;
+ void CloseConnectionOnDestruction() override;
// HttpStreamRequest::Delegate methods:
void OnStreamReady(const SSLConfig& used_ssl_config,
@@ -435,6 +435,8 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
// Number of times the transaction was restarted via a RestartWith* call.
size_t num_restarts_;
+ bool close_connection_on_destruction_ = false;
+
DISALLOW_COPY_AND_ASSIGN(HttpNetworkTransaction);
};
diff --git a/chromium/net/http/http_network_transaction_unittest.cc b/chromium/net/http/http_network_transaction_unittest.cc
index 8b56db06267..29a5c811e04 100644
--- a/chromium/net/http/http_network_transaction_unittest.cc
+++ b/chromium/net/http/http_network_transaction_unittest.cc
@@ -52,6 +52,7 @@
#include "net/base/proxy_delegate.h"
#include "net/base/proxy_server.h"
#include "net/base/request_priority.h"
+#include "net/base/schemeful_site.h"
#include "net/base/test_completion_callback.h"
#include "net/base/test_proxy_delegate.h"
#include "net/base/upload_bytes_element_reader.h"
@@ -580,8 +581,8 @@ class HttpNetworkTransactionTest : public PlatformTest,
const CommonConnectJobParams dummy_connect_job_params_;
const net::NetworkIsolationKey kNetworkIsolationKey =
- NetworkIsolationKey(url::Origin::Create(GURL("https://foo.test/")),
- url::Origin::Create(GURL("https://bar.test/")));
+ NetworkIsolationKey(SchemefulSite(GURL("https://foo.test/")),
+ SchemefulSite(GURL("https://bar.test/")));
// These clocks are defined here, even though they're only used in the
// Reporting tests below, since they need to be destroyed after
@@ -776,9 +777,6 @@ bool CheckNTLMProxyAuth(
} // namespace
-// TODO(950069): Add testing for frame_origin in NetworkIsolationKey
-// using kAppendInitiatingFrameOriginToNetworkIsolationKey.
-
TEST_F(HttpNetworkTransactionTest, Basic) {
std::unique_ptr<HttpNetworkSession> session(CreateSession(&session_deps_));
HttpNetworkTransaction trans(DEFAULT_PRIORITY, session.get());
@@ -4408,10 +4406,10 @@ TEST_F(HttpNetworkTransactionTest, BasicAuthProxyMatchesServerAuthNoTunnel) {
// affects server credentials, not proxy credentials.
TEST_F(HttpNetworkTransactionTest,
BasicAuthProxyMatchesServerAuthWithNetworkIsolationKeyNoTunnel) {
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const net::NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const net::NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const net::NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const net::NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
// This test would need to use a single socket without this option enabled.
// Best to use this option when it would affect a test, as it will eventually
@@ -4659,10 +4657,10 @@ TEST_F(HttpNetworkTransactionTest,
// Much like the test above, but uses tunnelled connections.
TEST_F(HttpNetworkTransactionTest,
BasicAuthProxyMatchesServerAuthWithNetworkIsolationKeyWithTunnel) {
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const net::NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const net::NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const net::NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const net::NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
// This test would need to use a single socket without this option enabled.
// Best to use this option when it would affect a test, as it will eventually
@@ -6288,7 +6286,7 @@ TEST_F(HttpNetworkTransactionTest, HttpProxyLoadTimingWithPacTwoRequests) {
// Make sure that NetworkIsolationKeys are passed down to the proxy layer.
TEST_F(HttpNetworkTransactionTest, ProxyResolvedWithNetworkIsolationKey) {
- const url::Origin kOrigin = url::Origin::Create(GURL("https://foo.test/"));
+ const SchemefulSite kSite(GURL("https://foo.test/"));
ProxyConfig proxy_config;
proxy_config.set_auto_detect(true);
@@ -6418,6 +6416,9 @@ TEST_F(HttpNetworkTransactionTest, HttpsProxyGet) {
EXPECT_EQ(100, response->headers->GetContentLength());
EXPECT_TRUE(HttpVersion(1, 1) == response->headers->GetHttpVersion());
+ // DNS aliases should be empty when using a proxy.
+ EXPECT_TRUE(response->dns_aliases.empty());
+
TransportInfo expected_transport;
expected_transport.type = TransportType::kProxied;
expected_transport.endpoint = IPEndPoint(IPAddress::IPv4Localhost(), 70);
@@ -6486,6 +6487,9 @@ TEST_F(HttpNetworkTransactionTest, HttpsProxySpdyGet) {
ASSERT_TRUE(response->headers);
EXPECT_EQ("HTTP/1.1 200", response->headers->GetStatusLine());
+ // DNS aliases should be empty when using a proxy.
+ EXPECT_TRUE(response->dns_aliases.empty());
+
TransportInfo expected_transport;
expected_transport.type = TransportType::kProxied;
expected_transport.endpoint = IPEndPoint(IPAddress::IPv4Localhost(), 70);
@@ -9392,6 +9396,105 @@ TEST_F(HttpNetworkTransactionTest, RecycleDeadSSLSocket) {
EXPECT_EQ(1, GetIdleSocketCountInTransportSocketPool(session.get()));
}
+TEST_F(HttpNetworkTransactionTest, CloseConnectionOnDestruction) {
+ enum class TestCase {
+ kReadHeaders,
+ kReadPartOfBodyRead,
+ kReadAllOfBody,
+ };
+
+ for (auto test_case : {TestCase::kReadHeaders, TestCase::kReadPartOfBodyRead,
+ TestCase::kReadAllOfBody}) {
+ SCOPED_TRACE(testing::Message()
+ << "Test case: " << static_cast<int>(test_case));
+ for (bool close_connection : {false, true}) {
+ if (test_case != TestCase::kReadAllOfBody || close_connection == false)
+ continue;
+ SCOPED_TRACE(testing::Message()
+ << "Close connection: " << close_connection);
+
+ HttpRequestInfo request;
+ request.method = "GET";
+ request.url = GURL("http://foo.test/");
+ request.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+
+ std::unique_ptr<HttpNetworkSession> session(
+ CreateSession(&session_deps_));
+
+ std::unique_ptr<HttpNetworkTransaction> trans =
+ std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY,
+ session.get());
+
+ MockRead data_reads[] = {
+ // A part of the response body is received with the response headers.
+ MockRead("HTTP/1.1 200 OK\r\n"
+ "Content-Length: 11\r\n\r\n"
+ "hello world"),
+ MockRead(SYNCHRONOUS, OK),
+ };
+
+ StaticSocketDataProvider data(data_reads, base::span<MockWrite>());
+ session_deps_.socket_factory->AddSocketDataProvider(&data);
+
+ TestCompletionCallback callback;
+
+ int rv = trans->Start(&request, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(callback.GetResult(rv), IsOk());
+
+ const HttpResponseInfo* response = trans->GetResponseInfo();
+ ASSERT_TRUE(response);
+
+ EXPECT_TRUE(response->headers);
+ std::string status_line = response->headers->GetStatusLine();
+ EXPECT_EQ("HTTP/1.1 200 OK", status_line);
+
+ EXPECT_EQ(0, GetIdleSocketCountInTransportSocketPool(session.get()));
+
+ std::string response_data;
+ switch (test_case) {
+ case TestCase::kReadHeaders: {
+ // Already read the headers, nothing else to do.
+ break;
+ }
+
+ case TestCase::kReadPartOfBodyRead: {
+ scoped_refptr<IOBuffer> buf = base::MakeRefCounted<IOBuffer>(5);
+ rv = trans->Read(buf.get(), 5, callback.callback());
+ ASSERT_EQ(5, callback.GetResult(rv));
+ response_data.assign(buf->data(), 5);
+ EXPECT_EQ("hello", response_data);
+ break;
+ }
+
+ case TestCase::kReadAllOfBody: {
+ rv = ReadTransaction(trans.get(), &response_data);
+ EXPECT_THAT(rv, IsOk());
+ EXPECT_EQ("hello world", response_data);
+ break;
+ }
+ }
+
+ if (close_connection)
+ trans->CloseConnectionOnDestruction();
+ trans.reset();
+
+ // Wait for the socket to be drained and added to the socket pool or
+ // destroyed.
+ base::RunLoop().RunUntilIdle();
+
+ // In the case all the body was read, the socket will have been released
+ // before the CloseConnectionOnDestruction() call, so will not be
+ // destroyed.
+ if (close_connection && test_case != TestCase::kReadAllOfBody) {
+ EXPECT_EQ(0, GetIdleSocketCountInTransportSocketPool(session.get()));
+ } else {
+ EXPECT_EQ(1, GetIdleSocketCountInTransportSocketPool(session.get()));
+ }
+ }
+ }
+}
+
// Grab a socket, use it, and put it back into the pool. Then, make
// low memory notification and ensure the socket pool is flushed.
TEST_F(HttpNetworkTransactionTest, FlushSocketPoolOnLowMemoryNotifications) {
@@ -13346,10 +13449,10 @@ TEST_F(HttpNetworkTransactionTest,
session_deps_.http_server_properties =
std::make_unique<HttpServerProperties>();
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const net::NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const net::NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const net::NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const net::NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
MockRead data_reads[] = {
MockRead("HTTP/1.1 200 OK\r\n"),
@@ -22161,10 +22264,10 @@ TEST_F(HttpNetworkTransactionTest, ClientCertSocketReuse) {
// same key, the second a different one. Checks that the requests are
// partitioned across sockets as expected.
TEST_F(HttpNetworkTransactionTest, NetworkIsolation) {
- const auto kOrigin1 = url::Origin::Create(GURL("http://origin1/"));
- const auto kOrigin2 = url::Origin::Create(GURL("http://origin2/"));
- NetworkIsolationKey network_isolation_key1(kOrigin1, kOrigin1);
- NetworkIsolationKey network_isolation_key2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("http://origin1/"));
+ const SchemefulSite kSite2(GURL("http://origin2/"));
+ NetworkIsolationKey network_isolation_key1(kSite1, kSite1);
+ NetworkIsolationKey network_isolation_key2(kSite2, kSite2);
for (bool partition_connections : {false, true}) {
SCOPED_TRACE(partition_connections);
@@ -22309,10 +22412,10 @@ TEST_F(HttpNetworkTransactionTest, NetworkIsolation) {
}
TEST_F(HttpNetworkTransactionTest, NetworkIsolationH2) {
- const auto kOrigin1 = url::Origin::Create(GURL("http://origin1/"));
- const auto kOrigin2 = url::Origin::Create(GURL("http://origin2/"));
- NetworkIsolationKey network_isolation_key1(kOrigin1, kOrigin1);
- NetworkIsolationKey network_isolation_key2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("http://origin1/"));
+ const SchemefulSite kSite2(GURL("http://origin2/"));
+ NetworkIsolationKey network_isolation_key1(kSite1, kSite1);
+ NetworkIsolationKey network_isolation_key2(kSite2, kSite2);
// Whether to use an H2 proxy. When false, uses HTTPS H2 requests without a
// proxy, when true, uses HTTP requests over an H2 proxy. It's unnecessary to
@@ -22539,12 +22642,12 @@ TEST_F(HttpNetworkTransactionTest, NetworkIsolationPreconnect) {
kDontUsePreconnect,
};
- const auto kOrigin1 = url::Origin::Create(GURL("http://origin1/"));
- const auto kOrigin2 = url::Origin::Create(GURL("http://origin2/"));
- const auto kOrigin3 = url::Origin::Create(GURL("http://origin3/"));
- NetworkIsolationKey preconnect1_isolation_key(kOrigin1, kOrigin1);
- NetworkIsolationKey preconnect2_isolation_key(kOrigin2, kOrigin2);
- NetworkIsolationKey not_preconnected_isolation_key(kOrigin3, kOrigin3);
+ const SchemefulSite kSite1(GURL("http://origin1/"));
+ const SchemefulSite kSite2(GURL("http://origin2/"));
+ const SchemefulSite kSite3(GURL("http://origin3/"));
+ NetworkIsolationKey preconnect1_isolation_key(kSite1, kSite1);
+ NetworkIsolationKey preconnect2_isolation_key(kSite2, kSite2);
+ NetworkIsolationKey not_preconnected_isolation_key(kSite3, kSite3);
// Test that only preconnects with
for (TestCase test_case :
@@ -22659,10 +22762,10 @@ TEST_F(HttpNetworkTransactionTest, NetworkIsolationSSL) {
features::kPartitionSSLSessionsByNetworkIsolationKey},
{});
- const auto kOrigin1 = url::Origin::Create(GURL("http://origin1/"));
- const auto kOrigin2 = url::Origin::Create(GURL("http://origin2/"));
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("http://origin1/"));
+ const SchemefulSite kSite2(GURL("http://origin2/"));
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
std::unique_ptr<HttpNetworkSession> session(CreateSession(&session_deps_));
// The server always sends Connection: close, so each request goes over a
@@ -22781,10 +22884,10 @@ TEST_F(HttpNetworkTransactionTest, NetworkIsolationSSLProxy) {
ConfiguredProxyResolutionService::CreateFixed(
"https://myproxy:70", TRAFFIC_ANNOTATION_FOR_TESTS);
- const auto kOrigin1 = url::Origin::Create(GURL("http://origin1/"));
- const auto kOrigin2 = url::Origin::Create(GURL("http://origin2/"));
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("http://origin1/"));
+ const SchemefulSite kSite2(GURL("http://origin2/"));
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
std::unique_ptr<HttpNetworkSession> session(CreateSession(&session_deps_));
// Make both a tunneled and non-tunneled request.
@@ -23304,4 +23407,120 @@ TEST_F(HttpNetworkTransactionTest, PostHandshakeClientCertWithSockets) {
trans_post_auth_bar.reset();
}
+TEST_F(HttpNetworkTransactionTest, RequestWithDnsAliases) {
+ // Create a request.
+ HttpRequestInfo request;
+ request.method = "GET";
+ request.url = GURL("http://www.example.org/");
+ request.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+
+ // Add a rule with DNS aliases to the host resolver.
+ std::vector<std::string> aliases({"alias1", "alias2", "www.example.org"});
+ auto* rules = session_deps_.host_resolver->rules();
+ rules->AddIPLiteralRuleWithDnsAliases("www.example.org", "127.0.0.1",
+ std::move(aliases));
+ session_deps_.host_resolver->set_rules(rules);
+
+ // Create a HttpNetworkSession.
+ std::unique_ptr<HttpNetworkSession> session(CreateSession(&session_deps_));
+
+ // Create a transaction.
+ HttpNetworkTransaction trans(DEFAULT_PRIORITY, session.get());
+
+ // Prepare the expected data to be written and read. The client should send
+ // the request below.
+ MockWrite data_writes[] = {
+ MockWrite("GET / HTTP/1.1\r\n"
+ "Host: www.example.org\r\n"
+ "Connection: keep-alive\r\n\r\n"),
+ };
+
+ // The server should respond with the following.
+ MockRead data_reads[] = {
+ MockRead("HTTP/1.0 200 OK\r\n"),
+ MockRead("Content-Type: text/html; charset=iso-8859-1\r\n"),
+ MockRead("Content-Length: 100\r\n\r\n"),
+ MockRead(SYNCHRONOUS, OK),
+ };
+
+ StaticSocketDataProvider data(data_reads, data_writes);
+ session_deps_.socket_factory->AddSocketDataProvider(&data);
+ TestCompletionCallback callback;
+
+ // Start the transaction.
+ int rv = trans.Start(&request, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(rv, IsError(ERR_IO_PENDING));
+
+ // Wait for completion.
+ rv = callback.WaitForResult();
+ EXPECT_THAT(rv, IsOk());
+
+ // Get the response info.
+ const HttpResponseInfo* response = trans.GetResponseInfo();
+
+ // Verify that the alias list was stored in the response info as expected.
+ ASSERT_TRUE(response);
+ EXPECT_THAT(response->dns_aliases,
+ testing::ElementsAre("alias1", "alias2", "www.example.org"));
+}
+
+TEST_F(HttpNetworkTransactionTest, RequestWithNoAdditionalDnsAliases) {
+ // Create a request.
+ HttpRequestInfo request;
+ request.method = "GET";
+ request.url = GURL("http://www.example.org/");
+ request.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+
+ // Add a rule without DNS aliases to the host resolver. The parameter is an
+ // empty vector.
+ std::vector<std::string> aliases;
+ auto* rules = session_deps_.host_resolver->rules();
+ rules->AddIPLiteralRuleWithDnsAliases("www.example.org", "127.0.0.1",
+ std::move(aliases));
+ session_deps_.host_resolver->set_rules(rules);
+
+ // Create a HttpNetworkSession.
+ std::unique_ptr<HttpNetworkSession> session(CreateSession(&session_deps_));
+
+ // Create a transaction.
+ HttpNetworkTransaction trans(DEFAULT_PRIORITY, session.get());
+
+ // Prepare the expected data to be written and read. The client should send
+ // the request below.
+ MockWrite data_writes[] = {
+ MockWrite("GET / HTTP/1.1\r\n"
+ "Host: www.example.org\r\n"
+ "Connection: keep-alive\r\n\r\n"),
+ };
+
+ // The server should respond with the following.
+ MockRead data_reads[] = {
+ MockRead("HTTP/1.0 200 OK\r\n"),
+ MockRead("Content-Type: text/html; charset=iso-8859-1\r\n"),
+ MockRead("Content-Length: 100\r\n\r\n"),
+ MockRead(SYNCHRONOUS, OK),
+ };
+
+ StaticSocketDataProvider data(data_reads, data_writes);
+ session_deps_.socket_factory->AddSocketDataProvider(&data);
+ TestCompletionCallback callback;
+
+ // Start the transaction.
+ int rv = trans.Start(&request, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(rv, IsError(ERR_IO_PENDING));
+
+ // Wait for completion.
+ rv = callback.WaitForResult();
+ EXPECT_THAT(rv, IsOk());
+
+ // Get the response info.
+ const HttpResponseInfo* response = trans.GetResponseInfo();
+
+ // Verify that the alias list was stored in the response info as expected.
+ ASSERT_TRUE(response);
+ EXPECT_THAT(response->dns_aliases, testing::ElementsAre("www.example.org"));
+}
+
} // namespace net
diff --git a/chromium/net/http/http_proxy_connect_job.cc b/chromium/net/http/http_proxy_connect_job.cc
index 463f50ed5dd..e4d4f61b6f2 100644
--- a/chromium/net/http/http_proxy_connect_job.cc
+++ b/chromium/net/http/http_proxy_connect_job.cc
@@ -797,7 +797,7 @@ void HttpProxyConnectJob::OnTimedOutInternal() {
int HttpProxyConnectJob::HandleConnectResult(int result) {
if (result == OK)
- SetSocket(std::move(transport_socket_));
+ SetSocket(std::move(transport_socket_), base::nullopt /* dns_aliases */);
return result;
}
diff --git a/chromium/net/http/http_proxy_connect_job_unittest.cc b/chromium/net/http/http_proxy_connect_job_unittest.cc
index 395322f0c45..6abad01fa4e 100644
--- a/chromium/net/http/http_proxy_connect_job_unittest.cc
+++ b/chromium/net/http/http_proxy_connect_job_unittest.cc
@@ -287,6 +287,9 @@ TEST_P(HttpProxyConnectJobTest, NoTunnel) {
io_mode == SYNCHRONOUS);
EXPECT_FALSE(proxy_delegate_->on_before_tunnel_request_called());
+ // Proxies should not set any DNS aliases.
+ EXPECT_TRUE(test_delegate.socket()->GetDnsAliases().empty());
+
bool is_secure_proxy = GetParam() == HTTPS || GetParam() == SPDY;
histogram_tester.ExpectTotalCount(
"Net.HttpProxy.ConnectLatency.Insecure.Success",
@@ -445,6 +448,9 @@ TEST_P(HttpProxyConnectJobTest, HasEstablishedConnectionTunnel) {
// Finish the read, and run the job until it's complete.
sequenced_data->Resume();
EXPECT_THAT(test_delegate.WaitForResult(), test::IsOk());
+
+ // Proxies should not set any DNS aliases.
+ EXPECT_TRUE(test_delegate.socket()->GetDnsAliases().empty());
}
TEST_P(HttpProxyConnectJobTest, ProxyDelegateExtraHeaders) {
diff --git a/chromium/net/http/http_raw_request_headers.cc b/chromium/net/http/http_raw_request_headers.cc
index 07f7a2def26..7d1f0b8f03b 100644
--- a/chromium/net/http/http_raw_request_headers.cc
+++ b/chromium/net/http/http_raw_request_headers.cc
@@ -4,6 +4,8 @@
#include "net/http/http_raw_request_headers.h"
+#include "base/strings/string_piece.h"
+
namespace net {
HttpRawRequestHeaders::HttpRawRequestHeaders() = default;
@@ -14,7 +16,7 @@ HttpRawRequestHeaders::~HttpRawRequestHeaders() = default;
void HttpRawRequestHeaders::Add(base::StringPiece key,
base::StringPiece value) {
- headers_.emplace_back(key.as_string(), value.as_string());
+ headers_.emplace_back(std::string(key), std::string(value));
}
bool HttpRawRequestHeaders::FindHeaderForTest(base::StringPiece key,
diff --git a/chromium/net/http/http_raw_request_headers.h b/chromium/net/http/http_raw_request_headers.h
index 28f6fbf43cb..a1e48c18064 100644
--- a/chromium/net/http/http_raw_request_headers.h
+++ b/chromium/net/http/http_raw_request_headers.h
@@ -38,7 +38,7 @@ class NET_EXPORT HttpRawRequestHeaders {
void Add(base::StringPiece key, base::StringPiece value);
void set_request_line(base::StringPiece line) {
- request_line_ = line.as_string();
+ request_line_ = std::string(line);
}
const HeaderVector& headers() const { return headers_; }
diff --git a/chromium/net/http/http_request_headers.cc b/chromium/net/http/http_request_headers.cc
index 84ea9acff02..2fee86b9b62 100644
--- a/chromium/net/http/http_request_headers.cc
+++ b/chromium/net/http/http_request_headers.cc
@@ -108,8 +108,8 @@ void HttpRequestHeaders::SetHeader(const base::StringPiece& key,
const base::StringPiece& value) {
// Invalid header names or values could mean clients can attach
// browser-internal headers.
- DCHECK(HttpUtil::IsValidHeaderName(key)) << key;
- DCHECK(HttpUtil::IsValidHeaderValue(value)) << key << ":" << value;
+ CHECK(HttpUtil::IsValidHeaderName(key)) << key;
+ CHECK(HttpUtil::IsValidHeaderValue(value)) << key << ":" << value;
SetHeaderInternal(key, value);
}
@@ -117,8 +117,8 @@ void HttpRequestHeaders::SetHeaderIfMissing(const base::StringPiece& key,
const base::StringPiece& value) {
// Invalid header names or values could mean clients can attach
// browser-internal headers.
- DCHECK(HttpUtil::IsValidHeaderName(key));
- DCHECK(HttpUtil::IsValidHeaderValue(value));
+ CHECK(HttpUtil::IsValidHeaderName(key));
+ CHECK(HttpUtil::IsValidHeaderValue(value));
auto it = FindHeader(key);
if (it == headers_.end())
headers_.push_back(HeaderKeyValuePair(key, value));
diff --git a/chromium/net/http/http_response_body_drainer_unittest.cc b/chromium/net/http/http_response_body_drainer_unittest.cc
index fbe81ff7026..63da861ebf8 100644
--- a/chromium/net/http/http_response_body_drainer_unittest.cc
+++ b/chromium/net/http/http_response_body_drainer_unittest.cc
@@ -14,6 +14,7 @@
#include "base/location.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
+#include "base/no_destructor.h"
#include "base/run_loop.h"
#include "base/single_thread_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
@@ -23,7 +24,6 @@
#include "net/base/test_completion_callback.h"
#include "net/cert/ct_policy_enforcer.h"
#include "net/cert/mock_cert_verifier.h"
-#include "net/cert/multi_log_ct_verifier.h"
#include "net/http/http_network_session.h"
#include "net/http/http_server_properties.h"
#include "net/http/http_stream.h"
@@ -143,6 +143,11 @@ class MockHttpStream : public HttpStream {
void SetPriority(RequestPriority priority) override {}
+ const std::vector<std::string>& GetDnsAliases() const override {
+ static const base::NoDestructor<std::vector<std::string>> nullvector_result;
+ return *nullvector_result;
+ }
+
// Methods to tweak/observer mock behavior:
void set_stall_reads_forever() { stall_reads_forever_ = true; }
@@ -249,7 +254,6 @@ class HttpResponseBodyDrainerTest : public TestWithTaskEnvironment {
context.http_server_properties = http_server_properties_.get();
context.cert_verifier = &cert_verifier_;
context.transport_security_state = &transport_security_state_;
- context.cert_transparency_verifier = &ct_verifier_;
context.ct_policy_enforcer = &ct_policy_enforcer_;
context.quic_context = &quic_context_;
return new HttpNetworkSession(HttpNetworkSession::Params(), context);
@@ -260,7 +264,6 @@ class HttpResponseBodyDrainerTest : public TestWithTaskEnvironment {
std::unique_ptr<HttpServerProperties> http_server_properties_;
MockCertVerifier cert_verifier_;
TransportSecurityState transport_security_state_;
- MultiLogCTVerifier ct_verifier_;
DefaultCTPolicyEnforcer ct_policy_enforcer_;
QuicContext quic_context_;
const std::unique_ptr<HttpNetworkSession> session_;
diff --git a/chromium/net/http/http_response_headers.cc b/chromium/net/http/http_response_headers.cc
index 8daf5867805..2b148ba8584 100644
--- a/chromium/net/http/http_response_headers.cc
+++ b/chromium/net/http/http_response_headers.cc
@@ -241,7 +241,7 @@ void HttpResponseHeaders::Persist(base::Pickle* pickle,
--k;
std::string header_name = base::ToLowerASCII(
- base::StringPiece(parsed_[i].name_begin, parsed_[i].name_end));
+ base::MakeStringPiece(parsed_[i].name_begin, parsed_[i].name_end));
if (filter_headers.find(header_name) == filter_headers.end()) {
// Make sure there is a null after the value.
blob.append(parsed_[i].name_begin, parsed_[k].value_end);
@@ -279,7 +279,8 @@ void HttpResponseHeaders::Update(const HttpResponseHeaders& new_headers) {
while (++k < new_parsed.size() && new_parsed[k].is_continuation()) {}
--k;
- base::StringPiece name(new_parsed[i].name_begin, new_parsed[i].name_end);
+ auto name =
+ base::MakeStringPiece(new_parsed[i].name_begin, new_parsed[i].name_end);
if (ShouldUpdateHeader(name)) {
std::string name_lower = base::ToLowerASCII(name);
updated_headers.insert(name_lower);
@@ -309,7 +310,7 @@ void HttpResponseHeaders::MergeWithHeaders(const std::string& raw_headers,
--k;
std::string name = base::ToLowerASCII(
- base::StringPiece(parsed_[i].name_begin, parsed_[i].name_end));
+ base::MakeStringPiece(parsed_[i].name_begin, parsed_[i].name_end));
if (headers_to_remove.find(name) == headers_to_remove.end()) {
// It's ok to preserve this header in the final result.
new_raw_headers.append(parsed_[i].name_begin, parsed_[k].value_end);
@@ -631,7 +632,7 @@ HttpVersion HttpResponseHeaders::ParseVersion(
// TODO: (1*DIGIT apparently means one or more digits, but we only handle 1).
// TODO: handle leading zeros, which is allowed by the rfc1616 sec 3.1.
- if (!base::StartsWith(base::StringPiece(line_begin, line_end), "http",
+ if (!base::StartsWith(base::MakeStringPiece(line_begin, line_end), "http",
base::CompareCase::INSENSITIVE_ASCII)) {
DVLOG(1) << "missing status line";
return HttpVersion();
@@ -719,7 +720,7 @@ void HttpResponseHeaders::ParseStatusLine(
}
raw_headers_.push_back(' ');
raw_headers_.append(code, p);
- base::StringToInt(base::StringPiece(code, p), &response_code_);
+ base::StringToInt(base::MakeStringPiece(code, p), &response_code_);
// Skip whitespace.
while (p < line_end && *p == ' ')
@@ -741,7 +742,8 @@ size_t HttpResponseHeaders::FindHeader(size_t from,
for (size_t i = from; i < parsed_.size(); ++i) {
if (parsed_[i].is_continuation())
continue;
- base::StringPiece name(parsed_[i].name_begin, parsed_[i].name_end);
+ auto name =
+ base::MakeStringPiece(parsed_[i].name_begin, parsed_[i].name_end);
if (base::EqualsCaseInsensitiveASCII(search, name))
return i;
}
@@ -763,9 +765,9 @@ bool HttpResponseHeaders::GetCacheControlDirective(base::StringPiece directive,
base::CompareCase::INSENSITIVE_ASCII) &&
value[directive_size] == '=') {
int64_t seconds;
- base::StringToInt64(
- base::StringPiece(value.begin() + directive_size + 1, value.end()),
- &seconds);
+ base::StringToInt64(base::MakeStringPiece(
+ value.begin() + directive_size + 1, value.end()),
+ &seconds);
*result = TimeDelta::FromSeconds(seconds);
return true;
}
@@ -781,7 +783,7 @@ void HttpResponseHeaders::AddHeader(std::string::const_iterator name_begin,
// If the header can be coalesced, then we should split it up.
if (values_begin == values_end ||
HttpUtil::IsNonCoalescingHeader(
- base::StringPiece(name_begin, name_end))) {
+ base::MakeStringPiece(name_begin, name_end))) {
AddToParsed(name_begin, name_end, values_begin, values_end);
} else {
HttpUtil::ValuesIterator it(values_begin, values_end, ',',
@@ -924,8 +926,8 @@ bool HttpResponseHeaders::IsRedirect(std::string* location) const {
} while (parsed_[i].value_begin == parsed_[i].value_end);
if (location) {
- base::StringPiece location_strpiece(parsed_[i].value_begin,
- parsed_[i].value_end);
+ auto location_strpiece =
+ base::MakeStringPiece(parsed_[i].value_begin, parsed_[i].value_end);
// Escape any non-ASCII characters to preserve them. The server should
// only be returning ASCII here, but for compat we need to do this.
//
diff --git a/chromium/net/http/http_response_info.cc b/chromium/net/http/http_response_info.cc
index 711667b8847..9ae30aa1a1b 100644
--- a/chromium/net/http/http_response_info.cc
+++ b/chromium/net/http/http_response_info.cc
@@ -114,6 +114,9 @@ enum {
// restricted in some way.
RESPONSE_INFO_RESTRICTED_PREFETCH = 1 << 26,
+ // This bit is set if the response has a nonempty `dns_aliases` entry.
+ RESPONSE_INFO_HAS_DNS_ALIASES = 1 << 27,
+
// TODO(darin): Add other bits to indicate alternate request methods.
// For now, we don't support storing those.
};
@@ -164,6 +167,7 @@ HttpResponseInfo::ConnectionInfoCoarse HttpResponseInfo::ConnectionInfoToCoarse(
case CONNECTION_INFO_QUIC_DRAFT_28:
case CONNECTION_INFO_QUIC_DRAFT_29:
case CONNECTION_INFO_QUIC_T051:
+ case CONNECTION_INFO_QUIC_RFC_V1:
return CONNECTION_INFO_COARSE_QUIC;
case CONNECTION_INFO_UNKNOWN:
@@ -368,6 +372,20 @@ bool HttpResponseInfo::InitFromPickle(const base::Pickle& pickle,
base::checked_cast<uint16_t>(peer_signature_algorithm);
}
+ // Read DNS aliases.
+ if (flags & RESPONSE_INFO_HAS_DNS_ALIASES) {
+ int num_aliases;
+ if (!iter.ReadInt(&num_aliases))
+ return false;
+
+ std::string alias;
+ for (int i = 0; i < num_aliases; i++) {
+ if (!iter.ReadString(&alias))
+ return false;
+ dns_aliases.push_back(alias);
+ }
+ }
+
return true;
}
@@ -409,6 +427,8 @@ void HttpResponseInfo::Persist(base::Pickle* pickle,
flags |= RESPONSE_INFO_PKP_BYPASSED;
if (!stale_revalidate_timeout.is_null())
flags |= RESPONSE_INFO_HAS_STALENESS;
+ if (!dns_aliases.empty())
+ flags |= RESPONSE_INFO_HAS_DNS_ALIASES;
pickle->WriteInt(flags);
pickle->WriteInt64(request_time.ToInternalValue());
@@ -457,6 +477,12 @@ void HttpResponseInfo::Persist(base::Pickle* pickle,
if (ssl_info.is_valid() && ssl_info.peer_signature_algorithm != 0)
pickle->WriteInt(ssl_info.peer_signature_algorithm);
+
+ if (!dns_aliases.empty()) {
+ pickle->WriteInt(dns_aliases.size());
+ for (const auto& alias : dns_aliases)
+ pickle->WriteString(alias);
+ }
}
bool HttpResponseInfo::DidUseQuic() const {
@@ -502,6 +528,7 @@ bool HttpResponseInfo::DidUseQuic() const {
case CONNECTION_INFO_QUIC_DRAFT_28:
case CONNECTION_INFO_QUIC_DRAFT_29:
case CONNECTION_INFO_QUIC_T051:
+ case CONNECTION_INFO_QUIC_RFC_V1:
return true;
case NUM_OF_CONNECTION_INFOS:
NOTREACHED();
@@ -598,6 +625,8 @@ std::string HttpResponseInfo::ConnectionInfoToString(
return "http2+quic/999";
case CONNECTION_INFO_QUIC_T051:
return "h3-T051";
+ case CONNECTION_INFO_QUIC_RFC_V1:
+ return "h3";
case NUM_OF_CONNECTION_INFOS:
break;
}
diff --git a/chromium/net/http/http_response_info.h b/chromium/net/http/http_response_info.h
index a056f4d3ae7..cfa4ae4f3c8 100644
--- a/chromium/net/http/http_response_info.h
+++ b/chromium/net/http/http_response_info.h
@@ -75,6 +75,7 @@ class NET_EXPORT HttpResponseInfo {
CONNECTION_INFO_QUIC_DRAFT_28 = 37,
CONNECTION_INFO_QUIC_DRAFT_29 = 38,
CONNECTION_INFO_QUIC_T051 = 39,
+ CONNECTION_INFO_QUIC_RFC_V1 = 40,
NUM_OF_CONNECTION_INFOS,
};
@@ -241,6 +242,11 @@ class NET_EXPORT HttpResponseInfo {
// The "Vary" header data for this response.
HttpVaryData vary_data;
+ // Any DNS aliases for the remote endpoint. The alias chain order is
+ // preserved in reverse, from canonical name (i.e. address record name)
+ // through to query name.
+ std::vector<std::string> dns_aliases;
+
static std::string ConnectionInfoToString(ConnectionInfo connection_info);
};
diff --git a/chromium/net/http/http_response_info_unittest.cc b/chromium/net/http/http_response_info_unittest.cc
index af3eb0c505e..43c8770a273 100644
--- a/chromium/net/http/http_response_info_unittest.cc
+++ b/chromium/net/http/http_response_info_unittest.cc
@@ -12,6 +12,7 @@
#include "net/test/cert_test_util.h"
#include "net/test/ct_test_util.h"
#include "net/test/test_data_directory.h"
+#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace net {
@@ -225,6 +226,23 @@ TEST_F(HttpResponseInfoTest, FailsInitFromPickleWithSSLV3) {
restored_ssl3_response_info.InitFromPickle(ssl3_pickle, &truncated));
}
+// Test that `dns_aliases` is preserved.
+TEST_F(HttpResponseInfoTest, DnsAliases) {
+ response_info_.dns_aliases = {"alias1", "alias2", "alias3"};
+ net::HttpResponseInfo restored_response_info;
+ PickleAndRestore(response_info_, &restored_response_info);
+ EXPECT_THAT(restored_response_info.dns_aliases,
+ testing::ElementsAre("alias1", "alias2", "alias3"));
+}
+
+// Test that an empty `dns_aliases` is preserved and doesn't throw an error.
+TEST_F(HttpResponseInfoTest, EmptyDnsAliases) {
+ response_info_.dns_aliases = {};
+ net::HttpResponseInfo restored_response_info;
+ PickleAndRestore(response_info_, &restored_response_info);
+ EXPECT_TRUE(restored_response_info.dns_aliases.empty());
+}
+
} // namespace
} // namespace net
diff --git a/chromium/net/http/http_server_properties_manager.cc b/chromium/net/http/http_server_properties_manager.cc
index 41632986436..31998dba772 100644
--- a/chromium/net/http/http_server_properties_manager.cc
+++ b/chromium/net/http/http_server_properties_manager.cc
@@ -54,7 +54,7 @@ const char kProtocolKey[] = "protocol_str";
const char kHostKey[] = "host";
const char kPortKey[] = "port";
const char kExpirationKey[] = "expiration";
-const char kAdvertisedVersionsKey[] = "advertised_versions";
+const char kAdvertisedAlpnsKey[] = "advertised_alpns";
const char kNetworkStatsKey[] = "network_stats";
const char kSrttKey[] = "srtt";
const char kBrokenAlternativeServicesKey[] = "broken_alternative_services";
@@ -532,9 +532,8 @@ bool HttpServerPropertiesManager::ParseAlternativeServiceInfoDictOfServer(
}
// Advertised versions list is optional.
- // It is only used for versions that use the legacy Google AltSvc format.
- if (dict.FindKey(kAdvertisedVersionsKey)) {
- const base::Value* versions_list = dict.FindListKey(kAdvertisedVersionsKey);
+ if (dict.FindKey(kAdvertisedAlpnsKey)) {
+ const base::Value* versions_list = dict.FindListKey(kAdvertisedAlpnsKey);
if (!versions_list) {
DVLOG(1) << "Malformed alternative service advertised versions list for "
<< "server: " << server_str;
@@ -542,20 +541,16 @@ bool HttpServerPropertiesManager::ParseAlternativeServiceInfoDictOfServer(
}
quic::ParsedQuicVersionVector advertised_versions;
for (const auto& value : versions_list->GetList()) {
- int version;
- if (!value.GetAsInteger(&version)) {
+ std::string version_string;
+ if (!value.GetAsString(&version_string)) {
DVLOG(1) << "Malformed alternative service version for server: "
<< server_str;
return false;
}
- for (const quic::ParsedQuicVersion& supported :
- quic::AllSupportedVersions()) {
- if (supported.UsesQuicCrypto() &&
- supported.SupportsGoogleAltSvcFormat() &&
- static_cast<int>(supported.transport_version) == version) {
- advertised_versions.push_back(supported);
- break;
- }
+ quic::ParsedQuicVersion version =
+ quic::ParseQuicVersionString(version_string);
+ if (version != quic::ParsedQuicVersion::Unsupported()) {
+ advertised_versions.push_back(version);
}
}
alternative_service_info->set_advertised_versions(advertised_versions);
@@ -806,9 +801,9 @@ void HttpServerPropertiesManager::SaveAlternativeServiceToServerPrefs(
alternative_service_info.expiration().ToInternalValue()));
base::Value advertised_versions_list(base::Value::Type::LIST);
for (const auto& version : alternative_service_info.advertised_versions()) {
- advertised_versions_list.Append(version.transport_version);
+ advertised_versions_list.Append(quic::AlpnForVersion(version));
}
- alternative_service_dict.SetKey(kAdvertisedVersionsKey,
+ alternative_service_dict.SetKey(kAdvertisedAlpnsKey,
std::move(advertised_versions_list));
alternative_service_list.Append(std::move(alternative_service_dict));
}
diff --git a/chromium/net/http/http_server_properties_manager.h b/chromium/net/http/http_server_properties_manager.h
index c62b37140d7..404c897285d 100644
--- a/chromium/net/http/http_server_properties_manager.h
+++ b/chromium/net/http/http_server_properties_manager.h
@@ -125,6 +125,8 @@ class NET_EXPORT_PRIVATE HttpServerPropertiesManager {
DoNotLoadAltSvcForInsecureOrigins);
FRIEND_TEST_ALL_PREFIXES(HttpServerPropertiesManagerTest,
DoNotLoadExpiredAlternativeService);
+ FRIEND_TEST_ALL_PREFIXES(HttpServerPropertiesManagerTest,
+ AdvertisedVersionsRoundTrip);
void AddServerData(const base::Value& server_dict,
HttpServerProperties::ServerInfoMap* server_info_map,
diff --git a/chromium/net/http/http_server_properties_manager_unittest.cc b/chromium/net/http/http_server_properties_manager_unittest.cc
index 39c91d0d84c..68ebe0fea71 100644
--- a/chromium/net/http/http_server_properties_manager_unittest.cc
+++ b/chromium/net/http/http_server_properties_manager_unittest.cc
@@ -23,6 +23,7 @@
#include "base/values.h"
#include "net/base/features.h"
#include "net/base/ip_address.h"
+#include "net/base/schemeful_site.h"
#include "net/http/http_network_session.h"
#include "net/http/http_server_properties.h"
#include "net/test/test_with_task_environment.h"
@@ -1215,14 +1216,14 @@ TEST_F(HttpServerPropertiesManagerTest, UpdatePrefsWithCache) {
"\"server_id\":\"https://mail.google.com:80\","
"\"server_info\":\"quic_server_info1\"}],"
"\"servers\":["
- "{\"alternative_service\":[{\"advertised_versions\":[],"
+ "{\"alternative_service\":[{\"advertised_alpns\":[],"
"\"expiration\":\"13756212000000000\",\"port\":443,"
"\"protocol_str\":\"h2\"},"
- "{\"advertised_versions\":[],\"expiration\":\"13758804000000000\","
+ "{\"advertised_alpns\":[],\"expiration\":\"13758804000000000\","
"\"host\":\"www.google.com\",\"port\":1234,\"protocol_str\":\"h2\"}],"
"\"isolation\":[],"
"\"server\":\"https://www.google.com:80\"},"
- "{\"alternative_service\":[{\"advertised_versions\":[],"
+ "{\"alternative_service\":[{\"advertised_alpns\":[],"
"\"expiration\":\"9223372036854775807\",\"host\":\"foo.google.com\","
"\"port\":444,\"protocol_str\":\"h2\"}],"
"\"isolation\":[],"
@@ -1519,14 +1520,16 @@ TEST_F(HttpServerPropertiesManagerTest, PersistAdvertisedVersionsToPref) {
"\"server_info\":\"quic_server_info1\"}],"
"\"servers\":["
"{\"alternative_service\":[{"
- "\"advertised_versions\":[46,43],\"expiration\":\"13756212000000000\","
- "\"port\":443,\"protocol_str\":\"quic\"},{\"advertised_versions\":[],"
+ "\"advertised_alpns\":[\"h3-Q046\",\"h3-Q043\"],\"expiration\":"
+ "\"13756212000000000\","
+ "\"port\":443,\"protocol_str\":\"quic\"},{\"advertised_alpns\":[],"
"\"expiration\":\"13758804000000000\",\"host\":\"www.google.com\","
"\"port\":1234,\"protocol_str\":\"h2\"}],"
"\"isolation\":[],"
"\"server\":\"https://www.google.com:80\"},"
"{\"alternative_service\":[{"
- "\"advertised_versions\":[50],\"expiration\":\"9223372036854775807\","
+ "\"advertised_alpns\":[\"h3-Q050\",\"h3-29\"],\"expiration\":"
+ "\"9223372036854775807\","
"\"host\":\"foo.google.com\",\"port\":444,\"protocol_str\":\"quic\"}],"
"\"isolation\":[],"
"\"network_stats\":{\"srtt\":42},"
@@ -1552,7 +1555,7 @@ TEST_F(HttpServerPropertiesManagerTest, ReadAdvertisedVersionsFromPref) {
"\"expiration\":\"9223372036854775807\","
// Add 33 which we know is not supported, as regression test for
// https://crbug.com/1061509
- "\"advertised_versions\":[33,46,43]}]}");
+ "\"advertised_alpns\":[\"h3-Q033\",\"h3-Q046\",\"h3-Q043\"]}]}");
ASSERT_TRUE(server_dict);
ASSERT_TRUE(server_dict->is_dict());
@@ -1587,7 +1590,7 @@ TEST_F(HttpServerPropertiesManagerTest, ReadAdvertisedVersionsFromPref) {
// Verify advertised versions.
const quic::ParsedQuicVersionVector loaded_advertised_versions =
alternative_service_info_vector[1].advertised_versions();
- EXPECT_EQ(2u, loaded_advertised_versions.size());
+ ASSERT_EQ(2u, loaded_advertised_versions.size());
EXPECT_EQ(quic::ParsedQuicVersion::Q043(), loaded_advertised_versions[0]);
EXPECT_EQ(quic::ParsedQuicVersion::Q046(), loaded_advertised_versions[1]);
@@ -1637,7 +1640,7 @@ TEST_F(HttpServerPropertiesManagerTest,
"\"server_id\":\"https://mail.google.com:80\","
"\"server_info\":\"quic_server_info1\"}],"
"\"servers\":["
- "{\"alternative_service\":[{\"advertised_versions\":[50],"
+ "{\"alternative_service\":[{\"advertised_alpns\":[\"h3-Q050\",\"h3-29\"],"
"\"expiration\":\"13756212000000000\",\"port\":443,"
"\"protocol_str\":\"quic\"}],"
"\"isolation\":[],"
@@ -1677,7 +1680,8 @@ TEST_F(HttpServerPropertiesManagerTest,
"\"server_id\":\"https://mail.google.com:80\","
"\"server_info\":\"quic_server_info1\"}],"
"\"servers\":["
- "{\"alternative_service\":[{\"advertised_versions\":[46,43],"
+ "{\"alternative_service\":"
+ "[{\"advertised_alpns\":[\"h3-Q046\",\"h3-Q043\"],"
"\"expiration\":\"13756212000000000\",\"port\":443,"
"\"protocol_str\":\"quic\"}],"
"\"isolation\":[],"
@@ -1712,7 +1716,8 @@ TEST_F(HttpServerPropertiesManagerTest,
"\"server_id\":\"https://mail.google.com:80\","
"\"server_info\":\"quic_server_info1\"}],"
"\"servers\":["
- "{\"alternative_service\":[{\"advertised_versions\":[43,46],"
+ "{\"alternative_service\":"
+ "[{\"advertised_alpns\":[\"h3-Q043\",\"h3-Q046\"],"
"\"expiration\":\"13756212000000000\",\"port\":443,"
"\"protocol_str\":\"quic\"}],"
"\"isolation\":[],"
@@ -2080,10 +2085,9 @@ TEST_F(HttpServerPropertiesManagerTest, ForceHTTP11) {
}
TEST_F(HttpServerPropertiesManagerTest, NetworkIsolationKeyServerInfo) {
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const url::Origin kOpaqueOrigin =
- url::Origin::Create(GURL("data:text/plain,Hello World"));
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const SchemefulSite kOpaqueSite(GURL("data:text/plain,Hello World"));
const url::SchemeHostPort kServer("https", "baz.test", 443);
const url::SchemeHostPort kServer2("https", "zab.test", 443);
@@ -2114,7 +2118,7 @@ TEST_F(HttpServerPropertiesManagerTest, NetworkIsolationKeyServerInfo) {
// to make sure to call the constructor after setting up the feature
// above.
HttpServerProperties::ServerInfoMapKey server_info_key(
- kServer, NetworkIsolationKey(kOrigin1, kOrigin2),
+ kServer, NetworkIsolationKey(kSite1, kSite2),
use_network_isolation_key);
server_info_map.Put(server_info_key, server_info);
@@ -2123,7 +2127,7 @@ TEST_F(HttpServerPropertiesManagerTest, NetworkIsolationKeyServerInfo) {
// are only meaningful within a browsing session.
if (use_network_isolation_key) {
HttpServerProperties::ServerInfoMapKey server_info_key2(
- kServer2, NetworkIsolationKey(kOpaqueOrigin, kOpaqueOrigin),
+ kServer2, NetworkIsolationKey(kOpaqueSite, kOpaqueSite),
use_network_isolation_key);
server_info_map.Put(server_info_key2, server_info);
}
@@ -2164,7 +2168,7 @@ TEST_F(HttpServerPropertiesManagerTest, NetworkIsolationKeyServerInfo) {
const HttpServerProperties::ServerInfo& server_info2 =
server_info_map2->begin()->second;
EXPECT_EQ(kServer, server_info_key2.server);
- EXPECT_EQ(NetworkIsolationKey(kOrigin1, kOrigin2),
+ EXPECT_EQ(NetworkIsolationKey(kSite1, kSite2),
server_info_key2.network_isolation_key);
EXPECT_EQ(server_info, server_info2);
} else {
@@ -2179,14 +2183,13 @@ TEST_F(HttpServerPropertiesManagerTest, NetworkIsolationKeyServerInfo) {
// Tests a full round trip with a NetworkIsolationKey, using the
// HttpServerProperties interface.
TEST_F(HttpServerPropertiesManagerTest, NetworkIsolationKeyIntegration) {
- const url::Origin kOrigin = url::Origin::Create(GURL("https://foo.test/"));
- const NetworkIsolationKey kNetworkIsolationKey(kOrigin, kOrigin);
+ const SchemefulSite kSite(GURL("https://foo.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey(kSite, kSite);
const url::SchemeHostPort kServer("https", "baz.test", 443);
- const url::Origin kOpaqueOrigin =
- url::Origin::Create(GURL("data:text/plain,Hello World"));
- const NetworkIsolationKey kOpaqueOriginNetworkIsolationKey(kOpaqueOrigin,
- kOpaqueOrigin);
+ const SchemefulSite kOpaqueSite(GURL("data:text/plain,Hello World"));
+ const NetworkIsolationKey kOpaqueSiteNetworkIsolationKey(kOpaqueSite,
+ kOpaqueSite);
const url::SchemeHostPort kServer2("https", "zab.test", 443);
base::test::ScopedFeatureList feature_list;
@@ -2208,15 +2211,15 @@ TEST_F(HttpServerPropertiesManagerTest, NetworkIsolationKeyIntegration) {
properties->SetSupportsSpdy(kServer, kNetworkIsolationKey, true);
EXPECT_TRUE(properties->GetSupportsSpdy(kServer, kNetworkIsolationKey));
EXPECT_FALSE(
- properties->GetSupportsSpdy(kServer, kOpaqueOriginNetworkIsolationKey));
+ properties->GetSupportsSpdy(kServer, kOpaqueSiteNetworkIsolationKey));
EXPECT_FALSE(properties->GetSupportsSpdy(kServer, NetworkIsolationKey()));
// Opaque origins should works with HttpServerProperties, but not be persisted
// to disk.
- properties->SetSupportsSpdy(kServer2, kOpaqueOriginNetworkIsolationKey, true);
+ properties->SetSupportsSpdy(kServer2, kOpaqueSiteNetworkIsolationKey, true);
EXPECT_FALSE(properties->GetSupportsSpdy(kServer2, kNetworkIsolationKey));
EXPECT_TRUE(
- properties->GetSupportsSpdy(kServer2, kOpaqueOriginNetworkIsolationKey));
+ properties->GetSupportsSpdy(kServer2, kOpaqueSiteNetworkIsolationKey));
EXPECT_FALSE(properties->GetSupportsSpdy(kServer2, NetworkIsolationKey()));
// Wait until the data's been written to prefs, and then tear down the
@@ -2238,14 +2241,14 @@ TEST_F(HttpServerPropertiesManagerTest, NetworkIsolationKeyIntegration) {
// HttpServerProperties.
EXPECT_TRUE(properties->GetSupportsSpdy(kServer, kNetworkIsolationKey));
EXPECT_FALSE(
- properties->GetSupportsSpdy(kServer, kOpaqueOriginNetworkIsolationKey));
+ properties->GetSupportsSpdy(kServer, kOpaqueSiteNetworkIsolationKey));
EXPECT_FALSE(properties->GetSupportsSpdy(kServer, NetworkIsolationKey()));
- // The information set using kOpaqueOriginNetworkIsolationKey should not have
+ // The information set using kOpaqueSiteNetworkIsolationKey should not have
// been restored.
EXPECT_FALSE(properties->GetSupportsSpdy(kServer2, kNetworkIsolationKey));
EXPECT_FALSE(
- properties->GetSupportsSpdy(kServer2, kOpaqueOriginNetworkIsolationKey));
+ properties->GetSupportsSpdy(kServer2, kOpaqueSiteNetworkIsolationKey));
EXPECT_FALSE(properties->GetSupportsSpdy(kServer2, NetworkIsolationKey()));
}
@@ -2254,10 +2257,10 @@ TEST_F(HttpServerPropertiesManagerTest, NetworkIsolationKeyIntegration) {
// canonical suffix logic.
TEST_F(HttpServerPropertiesManagerTest,
CanonicalSuffixRoundTripWithNetworkIsolationKey) {
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
// Three servers with the same canonical suffix (".c.youtube.com").
const url::SchemeHostPort kServer1("https", "foo.c.youtube.com", 443);
const url::SchemeHostPort kServer2("https", "bar.c.youtube.com", 443);
@@ -2421,8 +2424,8 @@ TEST_F(HttpServerPropertiesManagerTest,
// HttpServerProperties interface and setting alternative services as broken.
TEST_F(HttpServerPropertiesManagerTest,
NetworkIsolationKeyBrokenAltServiceRoundTrip) {
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo1.test/"));
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://foo2.test/"));
+ const SchemefulSite kSite1(GURL("https://foo1.test/"));
+ const SchemefulSite kSite2(GURL("https://foo2.test/"));
const AlternativeService kAlternativeService1(kProtoHTTP2,
"alt.service1.test", 443);
@@ -2441,8 +2444,8 @@ TEST_F(HttpServerPropertiesManagerTest,
// The NetworkIsolationKey constructor checks the field trial state, so
// need to create the keys only after setting up the field trials.
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
// Create and initialize an HttpServerProperties, must be done after
// setting the feature.
@@ -2520,8 +2523,8 @@ TEST_F(HttpServerPropertiesManagerTest,
// The NetworkIsolationKey constructor checks the field trial state, so
// need to create the keys only after setting up the field trials.
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
// Create a new HttpServerProperties, loading the data from before.
std::unique_ptr<MockPrefDelegate> pref_delegate =
@@ -2631,9 +2634,8 @@ TEST_F(HttpServerPropertiesManagerTest,
// Make sure broken alt services with opaque origins aren't saved.
TEST_F(HttpServerPropertiesManagerTest,
NetworkIsolationKeyBrokenAltServiceOpaqueOrigin) {
- const url::Origin kOpaqueOrigin =
- url::Origin::Create(GURL("data:text/plain,Hello World"));
- const NetworkIsolationKey kNetworkIsolationKey(kOpaqueOrigin, kOpaqueOrigin);
+ const SchemefulSite kOpaqueSite(GURL("data:text/plain,Hello World"));
+ const NetworkIsolationKey kNetworkIsolationKey(kOpaqueSite, kOpaqueSite);
const AlternativeService kAlternativeService(kProtoHTTP2, "alt.service1.test",
443);
@@ -2677,8 +2679,8 @@ TEST_F(HttpServerPropertiesManagerTest,
// HttpServerProperties interface and setting QuicServerInfo.
TEST_F(HttpServerPropertiesManagerTest,
NetworkIsolationKeyQuicServerInfoRoundTrip) {
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo1.test/"));
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://foo2.test/"));
+ const SchemefulSite kSite1(GURL("https://foo1.test/"));
+ const SchemefulSite kSite2(GURL("https://foo2.test/"));
const quic::QuicServerId kServer1("foo", 443,
false /* privacy_mode_enabled */);
@@ -2701,8 +2703,8 @@ TEST_F(HttpServerPropertiesManagerTest,
// The NetworkIsolationKey constructor checks the field trial state, so
// need to create the keys only after setting up the field trials.
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
// Create and initialize an HttpServerProperties, must be done after
// setting the feature.
@@ -2766,8 +2768,8 @@ TEST_F(HttpServerPropertiesManagerTest,
// The NetworkIsolationKey constructor checks the field trial state, so
// need to create the keys only after setting up the field trials.
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
// Create a new HttpServerProperties, loading the data from before.
std::unique_ptr<MockPrefDelegate> pref_delegate =
@@ -2850,10 +2852,10 @@ TEST_F(HttpServerPropertiesManagerTest,
// interactions with the canonical suffix logic.
TEST_F(HttpServerPropertiesManagerTest,
NetworkIsolationKeyQuicServerInfoCanonicalSuffixRoundTrip) {
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
// Three servers with the same canonical suffix (".c.youtube.com").
const quic::QuicServerId kServer1("foo.c.youtube.com", 443,
@@ -2963,9 +2965,8 @@ TEST_F(HttpServerPropertiesManagerTest,
// origins aren't saved.
TEST_F(HttpServerPropertiesManagerTest,
NetworkIsolationKeyQuicServerInfoOpaqueOrigin) {
- const url::Origin kOpaqueOrigin =
- url::Origin::Create(GURL("data:text/plain,Hello World"));
- const NetworkIsolationKey kNetworkIsolationKey(kOpaqueOrigin, kOpaqueOrigin);
+ const SchemefulSite kOpaqueSite(GURL("data:text/plain,Hello World"));
+ const NetworkIsolationKey kNetworkIsolationKey(kOpaqueSite, kOpaqueSite);
const quic::QuicServerId kServer("foo", 443,
false /* privacy_mode_enabled */);
@@ -3001,4 +3002,62 @@ TEST_F(HttpServerPropertiesManagerTest,
preferences_json);
}
+TEST_F(HttpServerPropertiesManagerTest, AdvertisedVersionsRoundTrip) {
+ for (const quic::ParsedQuicVersion& version : quic::AllSupportedVersions()) {
+ // Reset test infrastructure.
+ TearDown();
+ SetUp();
+ InitializePrefs();
+ // Create alternate version information.
+ const url::SchemeHostPort server("https", "quic.example.org", 443);
+ AlternativeServiceInfoVector alternative_service_info_vector_in;
+ AlternativeService quic_alternative_service(kProtoQUIC, "", 443);
+ base::Time expiration;
+ ASSERT_TRUE(base::Time::FromUTCString("2036-12-01 10:00:00", &expiration));
+ quic::ParsedQuicVersionVector advertised_versions = {version};
+ alternative_service_info_vector_in.push_back(
+ AlternativeServiceInfo::CreateQuicAlternativeServiceInfo(
+ quic_alternative_service, expiration, advertised_versions));
+ http_server_props_->SetAlternativeServices(
+ server, NetworkIsolationKey(), alternative_service_info_vector_in);
+ // Save to JSON.
+ EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates());
+ EXPECT_NE(0u, GetPendingMainThreadTaskCount());
+ FastForwardUntilNoTasksRemain();
+ EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates());
+ const base::Value* http_server_properties =
+ pref_delegate_->GetServerProperties();
+ std::string preferences_json;
+ EXPECT_TRUE(
+ base::JSONWriter::Write(*http_server_properties, &preferences_json));
+ // Reset test infrastructure.
+ TearDown();
+ SetUp();
+ InitializePrefs();
+ // Read from JSON.
+ std::unique_ptr<base::Value> preferences_dict =
+ base::JSONReader::ReadDeprecated(preferences_json);
+ ASSERT_TRUE(preferences_dict);
+ ASSERT_TRUE(preferences_dict->is_dict());
+ const base::Value* servers_list = preferences_dict->FindListKey("servers");
+ ASSERT_TRUE(servers_list);
+ ASSERT_TRUE(servers_list->is_list());
+ ASSERT_EQ(servers_list->GetList().size(), 1u);
+ const base::Value& server_dict = servers_list->GetList()[0];
+ HttpServerProperties::ServerInfo server_info;
+ EXPECT_TRUE(HttpServerPropertiesManager::ParseAlternativeServiceInfo(
+ server, server_dict, &server_info));
+ ASSERT_TRUE(server_info.alternative_services.has_value());
+ AlternativeServiceInfoVector alternative_service_info_vector_out =
+ server_info.alternative_services.value();
+ ASSERT_EQ(1u, alternative_service_info_vector_out.size());
+ EXPECT_EQ(
+ kProtoQUIC,
+ alternative_service_info_vector_out[0].alternative_service().protocol);
+ // Ensure we correctly parsed the version.
+ EXPECT_EQ(advertised_versions,
+ alternative_service_info_vector_out[0].advertised_versions());
+ }
+}
+
} // namespace net
diff --git a/chromium/net/http/http_server_properties_unittest.cc b/chromium/net/http/http_server_properties_unittest.cc
index b7f690116ce..8862e9e8667 100644
--- a/chromium/net/http/http_server_properties_unittest.cc
+++ b/chromium/net/http/http_server_properties_unittest.cc
@@ -20,6 +20,7 @@
#include "net/base/features.h"
#include "net/base/host_port_pair.h"
#include "net/base/ip_address.h"
+#include "net/base/schemeful_site.h"
#include "net/http/http_network_session.h"
#include "net/test/test_with_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -81,6 +82,8 @@ class HttpServerPropertiesTest : public TestWithTaskEnvironment {
HttpServerPropertiesTest()
: TestWithTaskEnvironment(
base::test::TaskEnvironment::TimeSource::MOCK_TIME),
+ // Many tests assume partitioning is disabled by default.
+ feature_list_(CreateFeatureListWithPartitioningDisabled()),
test_tick_clock_(GetMockTickClock()),
impl_(nullptr /* pref_delegate */,
nullptr /* net_log */,
@@ -89,10 +92,21 @@ class HttpServerPropertiesTest : public TestWithTaskEnvironment {
// Set |test_clock_| to some random time.
test_clock_.Advance(base::TimeDelta::FromSeconds(12345));
- url::Origin origin1 = url::Origin::Create(GURL("https://foo.test/"));
- network_isolation_key1_ = NetworkIsolationKey(origin1, origin1);
- url::Origin origin2 = url::Origin::Create(GURL("https://bar.test/"));
- network_isolation_key2_ = NetworkIsolationKey(origin2, origin2);
+ SchemefulSite site1(GURL("https://foo.test/"));
+ network_isolation_key1_ = NetworkIsolationKey(site1, site1);
+ SchemefulSite site2(GURL("https://bar.test/"));
+ network_isolation_key2_ = NetworkIsolationKey(site2, site2);
+ }
+
+ // This is a little awkward, but need to create and configure the
+ // ScopedFeatureList before creating the HttpServerProperties.
+ static std::unique_ptr<base::test::ScopedFeatureList>
+ CreateFeatureListWithPartitioningDisabled() {
+ std::unique_ptr<base::test::ScopedFeatureList> feature_list =
+ std::make_unique<base::test::ScopedFeatureList>();
+ feature_list->InitAndDisableFeature(
+ features::kPartitionHttpServerPropertiesByNetworkIsolationKey);
+ return feature_list;
}
bool HasAlternativeService(const url::SchemeHostPort& origin,
@@ -120,6 +134,8 @@ class HttpServerPropertiesTest : public TestWithTaskEnvironment {
const AlternativeService& alternative_service,
int num_times) {}
+ std::unique_ptr<base::test::ScopedFeatureList> feature_list_;
+
const base::TickClock* test_tick_clock_;
base::SimpleTestClock test_clock_;
diff --git a/chromium/net/http/http_stream.h b/chromium/net/http/http_stream.h
index 96937afab63..b2d66ac56bc 100644
--- a/chromium/net/http/http_stream.h
+++ b/chromium/net/http/http_stream.h
@@ -18,6 +18,7 @@
#include "base/macros.h"
#include "net/base/completion_once_callback.h"
+#include "net/base/idempotency.h"
#include "net/base/net_error_details.h"
#include "net/base/net_errors.h"
#include "net/base/net_export.h"
@@ -187,6 +188,14 @@ class NET_EXPORT_PRIVATE HttpStream {
virtual void SetRequestHeadersCallback(RequestHeadersCallback callback) = 0;
+ // Set the idempotency of the request. No-op by default.
+ virtual void SetRequestIdempotency(Idempotency idempotency) {}
+
+ // Retrieves any DNS aliases for the remote endpoint. The alias chain order
+ // is preserved in reverse, from canonical name (i.e. address record name)
+ // through to query name.
+ virtual const std::vector<std::string>& GetDnsAliases() const = 0;
+
private:
DISALLOW_COPY_AND_ASSIGN(HttpStream);
};
diff --git a/chromium/net/http/http_stream_factory_job_controller.cc b/chromium/net/http/http_stream_factory_job_controller.cc
index d787629ba01..878c6aea753 100644
--- a/chromium/net/http/http_stream_factory_job_controller.cc
+++ b/chromium/net/http/http_stream_factory_job_controller.cc
@@ -847,18 +847,21 @@ void HttpStreamFactory::JobController::MaybeReportBrokenAlternativeService() {
return;
}
- // Report brokenness if alternative job failed.
- base::UmaHistogramSparse("Net.AlternateServiceFailed",
- -alternative_job_net_error_);
-
if (alternative_job_net_error_ == ERR_NETWORK_CHANGED ||
- alternative_job_net_error_ == ERR_INTERNET_DISCONNECTED) {
+ alternative_job_net_error_ == ERR_INTERNET_DISCONNECTED ||
+ (alternative_job_net_error_ == ERR_NAME_NOT_RESOLVED &&
+ request_info_.url.host() ==
+ alternative_service_info_.alternative_service().host)) {
// No need to mark alternative service as broken.
// Reset error status for Jobs.
ResetErrorStatusForJobs();
return;
}
+ // Report brokenness if alternative job failed.
+ base::UmaHistogramSparse("Net.AlternateServiceFailed",
+ -alternative_job_net_error_);
+
HistogramBrokenAlternateProtocolLocation(
BROKEN_ALTERNATE_PROTOCOL_LOCATION_HTTP_STREAM_FACTORY_JOB_ALT);
session_->http_server_properties()->MarkAlternativeServiceBroken(
diff --git a/chromium/net/http/http_stream_factory_job_controller_unittest.cc b/chromium/net/http/http_stream_factory_job_controller_unittest.cc
index 00ca59da770..f560ad81f1e 100644
--- a/chromium/net/http/http_stream_factory_job_controller_unittest.cc
+++ b/chromium/net/http/http_stream_factory_job_controller_unittest.cc
@@ -24,6 +24,7 @@
#include "net/base/features.h"
#include "net/base/host_port_pair.h"
#include "net/base/proxy_server.h"
+#include "net/base/schemeful_site.h"
#include "net/base/test_proxy_delegate.h"
#include "net/dns/mock_host_resolver.h"
#include "net/http/http_basic_stream.h"
@@ -54,7 +55,7 @@
#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "url/origin.h"
+#include "url/gurl.h"
using ::testing::_;
using ::testing::Contains;
@@ -299,6 +300,9 @@ class HttpStreamFactoryJobControllerTest : public TestWithTaskEnvironment {
bool alt_job_retried_on_non_default_network);
void TestMainJobSucceedsAfterAltJobFailed(
bool alt_job_retried_on_non_default_network);
+ void TestMainJobSucceedsAfterIgnoredError(int net_error,
+ bool expect_broken = false,
+ std::string alternate_host = "");
void TestAltJobSucceedsAfterMainJobSucceeded(
bool alt_job_retried_on_non_default_network);
void TestOnStreamFailedForBothJobs(
@@ -720,7 +724,7 @@ TEST_F(HttpStreamFactoryJobControllerTest, CancelJobsBeforeBinding) {
crypto_client_stream_factory_.set_handshake_mode(
MockCryptoClientStream::COLD_START);
quic_data_ = std::make_unique<MockQuicData>(version_);
- quic_data_->AddRead(SYNCHRONOUS, OK);
+ quic_data_->AddRead(SYNCHRONOUS, ERR_CONNECTION_CLOSED);
tcp_data_ = std::make_unique<SequencedSocketData>();
tcp_data_->set_connect_data(MockConnect(ASYNC, OK));
@@ -1074,7 +1078,7 @@ TEST_F(HttpStreamFactoryJobControllerTest,
quic_data_->AddWrite(SYNCHRONOUS,
client_maker_.MakeInitialSettingsPacket(1));
}
- quic_data_->AddRead(ASYNC, OK);
+ quic_data_->AddRead(ASYNC, ERR_CONNECTION_CLOSED);
HttpRequestInfo request_info;
request_info.method = "GET";
@@ -1557,12 +1561,12 @@ TEST_F(HttpStreamFactoryJobControllerTest,
TestMainJobSucceedsAfterAltJobFailed(true);
}
-// Verifies that if the alternative job fails due to a connection change event,
-// then the alternative service is not marked as broken.
-TEST_F(HttpStreamFactoryJobControllerTest,
- MainJobSucceedsAfterConnectionChanged) {
+void HttpStreamFactoryJobControllerTest::TestMainJobSucceedsAfterIgnoredError(
+ int net_error,
+ bool expect_broken,
+ std::string alternate_host) {
quic_data_ = std::make_unique<MockQuicData>(version_);
- quic_data_->AddConnect(SYNCHRONOUS, ERR_NETWORK_CHANGED);
+ quic_data_->AddConnect(SYNCHRONOUS, net_error);
tcp_data_ = std::make_unique<SequencedSocketData>();
tcp_data_->set_connect_data(MockConnect(SYNCHRONOUS, OK));
SSLSocketDataProvider ssl_data(ASYNC, OK);
@@ -1576,7 +1580,10 @@ TEST_F(HttpStreamFactoryJobControllerTest,
Initialize(request_info);
url::SchemeHostPort server(request_info.url);
- AlternativeService alternative_service(kProtoQUIC, server.host(), 443);
+ if (alternate_host.empty()) {
+ alternate_host = server.host();
+ }
+ AlternativeService alternative_service(kProtoQUIC, alternate_host, 443);
SetAlternativeService(request_info, alternative_service);
request_ =
@@ -1593,12 +1600,42 @@ TEST_F(HttpStreamFactoryJobControllerTest,
request_.reset();
// Verify that the alternate protocol is not marked as broken.
- VerifyBrokenAlternateProtocolMapping(request_info, false);
- histogram_tester.ExpectUniqueSample("Net.AlternateServiceFailed",
- -ERR_NETWORK_CHANGED, 1);
+ VerifyBrokenAlternateProtocolMapping(request_info, expect_broken);
+ if (expect_broken) {
+ histogram_tester.ExpectUniqueSample("Net.AlternateServiceFailed",
+ -net_error, 1);
+ }
EXPECT_TRUE(HttpStreamFactoryPeer::IsJobControllerDeleted(factory_));
}
+// Verifies that if the alternative job fails due to a connection change event,
+// then the alternative service is not marked as broken.
+TEST_F(HttpStreamFactoryJobControllerTest,
+ MainJobSucceedsAfterConnectionChanged) {
+ TestMainJobSucceedsAfterIgnoredError(ERR_NETWORK_CHANGED);
+}
+
+// Verifies that if the alternative job fails due to a disconnected network,
+// then the alternative service is not marked as broken.
+TEST_F(HttpStreamFactoryJobControllerTest,
+ MainJobSucceedsAfterInternetDisconnected) {
+ TestMainJobSucceedsAfterIgnoredError(ERR_INTERNET_DISCONNECTED);
+}
+
+// Verifies that if the alternative job fails due to a DNS failure,
+// then the alternative service is not marked as broken.
+TEST_F(HttpStreamFactoryJobControllerTest, MainJobSucceedsAfterDnsFailure) {
+ TestMainJobSucceedsAfterIgnoredError(ERR_NAME_NOT_RESOLVED);
+}
+
+// Verifies that if the alternative job fails due to a DNS failure on a
+// different name, then the alternative service is marked as broken.
+TEST_F(HttpStreamFactoryJobControllerTest,
+ MainJobSucceedsAfterDnsFailureWithAlternateName) {
+ TestMainJobSucceedsAfterIgnoredError(ERR_NAME_NOT_RESOLVED, true,
+ "alternate.google.com");
+}
+
// Regression test for crbug/621069.
// Get load state after main job fails and before alternative job succeeds.
TEST_F(HttpStreamFactoryJobControllerTest, GetLoadStateAfterMainJobFailed) {
@@ -2061,7 +2098,7 @@ TEST_F(HttpStreamFactoryJobControllerTest, PreconnectToHostWithValidAltSvc) {
quic_data_->AddWrite(SYNCHRONOUS,
client_maker_.MakeInitialSettingsPacket(1));
}
- quic_data_->AddRead(ASYNC, OK);
+ quic_data_->AddRead(ASYNC, ERR_CONNECTION_CLOSED);
HttpRequestInfo request_info;
request_info.method = "GET";
@@ -2135,10 +2172,10 @@ TEST_F(HttpStreamFactoryJobControllerTest,
session_deps_.http_server_properties =
std::make_unique<HttpServerProperties>();
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
tcp_data_ = std::make_unique<SequencedSocketData>();
tcp_data_->set_connect_data(MockConnect(ASYNC, OK));
@@ -2350,10 +2387,10 @@ TEST_F(JobControllerLimitMultipleH2Requests,
session_deps_.http_server_properties =
std::make_unique<HttpServerProperties>();
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
tcp_data_ = std::make_unique<SequencedSocketData>(
MockConnect(SYNCHRONOUS, ERR_IO_PENDING), base::span<MockRead>(),
@@ -2748,7 +2785,7 @@ TEST_P(HttpStreamFactoryJobControllerMisdirectedRequestRetry,
quic_data_->AddWrite(SYNCHRONOUS,
client_maker_.MakeInitialSettingsPacket(1));
}
- quic_data_->AddRead(ASYNC, OK);
+ quic_data_->AddRead(ASYNC, ERR_CONNECTION_CLOSED);
}
tcp_data_ = std::make_unique<SequencedSocketData>();
tcp_data_->set_connect_data(MockConnect(SYNCHRONOUS, OK));
@@ -2952,11 +2989,12 @@ void HttpStreamFactoryJobControllerTest::TestAltSvcVersionSelection(
HttpRequestInfo request_info;
request_info.method = "GET";
request_info.url = GURL("https://example.com");
+ NetworkIsolationKey network_isolation_key(
+ SchemefulSite(GURL("https://example.com")),
+ SchemefulSite(GURL("https://example.com")));
+ request_info.network_isolation_key = network_isolation_key;
Initialize(request_info);
url::SchemeHostPort origin(request_info.url);
- NetworkIsolationKey network_isolation_key(
- url::Origin::Create(GURL("https://example.com")),
- url::Origin::Create(GURL("https://example.com")));
scoped_refptr<HttpResponseHeaders> headers(
base::MakeRefCounted<HttpResponseHeaders>(""));
headers->AddHeader("alt-svc", alt_svc_header);
diff --git a/chromium/net/http/http_stream_factory_unittest.cc b/chromium/net/http/http_stream_factory_unittest.cc
index 925374ab9a1..1c204dec300 100644
--- a/chromium/net/http/http_stream_factory_unittest.cc
+++ b/chromium/net/http/http_stream_factory_unittest.cc
@@ -14,9 +14,11 @@
#include "base/compiler_specific.h"
#include "base/memory/ptr_util.h"
+#include "base/no_destructor.h"
#include "base/optional.h"
#include "base/run_loop.h"
#include "base/stl_util.h"
+#include "base/strings/strcat.h"
#include "base/test/metrics/histogram_tester.h"
#include "base/test/scoped_feature_list.h"
#include "build/build_config.h"
@@ -26,6 +28,7 @@
#include "net/base/port_util.h"
#include "net/base/privacy_mode.h"
#include "net/base/proxy_server.h"
+#include "net/base/schemeful_site.h"
#include "net/base/test_completion_callback.h"
#include "net/base/test_proxy_delegate.h"
#include "net/cert/ct_policy_enforcer.h"
@@ -80,7 +83,7 @@
#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "url/origin.h"
+#include "url/gurl.h"
// This file can be included from net/http even though
// it is in net/websockets because it doesn't
@@ -162,6 +165,10 @@ class MockWebSocketHandshakeStream : public WebSocketHandshakeStreamBase {
void PopulateNetErrorDetails(NetErrorDetails* details) override { return; }
void SetPriority(RequestPriority priority) override {}
HttpStream* RenewStreamForAuth() override { return nullptr; }
+ const std::vector<std::string>& GetDnsAliases() const override {
+ static const base::NoDestructor<std::vector<std::string>> nullvector_result;
+ return *nullvector_result;
+ }
std::unique_ptr<WebSocketStream> Upgrade() override {
return std::unique_ptr<WebSocketStream>();
@@ -492,9 +499,6 @@ class CapturePreconnectsTransportSocketPool : public TransportClientSocketPool {
using HttpStreamFactoryTest = TestWithTaskEnvironment;
-// TODO(950069): Add testing for frame_origin in NetworkIsolationKey using
-// kAppendInitiatingFrameOriginToNetworkIsolationKey.
-
TEST_F(HttpStreamFactoryTest, PreconnectDirect) {
for (size_t i = 0; i < base::size(kTests); ++i) {
SpdySessionDependencies session_deps(
@@ -660,10 +664,10 @@ TEST_F(HttpStreamFactoryTest, PreconnectNetworkIsolationKey) {
peer.SetClientSocketPoolManager(std::move(mock_pool_manager));
const GURL kURL("http://foo.test/");
- const auto kOriginFoo = url::Origin::Create(GURL("http://foo.test"));
- const auto kOriginBar = url::Origin::Create(GURL("http://bar.test"));
- const NetworkIsolationKey kKey1(kOriginFoo, kOriginFoo);
- const NetworkIsolationKey kKey2(kOriginBar, kOriginBar);
+ SchemefulSite kSiteFoo(GURL("http://foo.test"));
+ SchemefulSite kSiteBar(GURL("http://bar.test"));
+ const NetworkIsolationKey kKey1(kSiteFoo, kSiteFoo);
+ const NetworkIsolationKey kKey2(kSiteBar, kSiteBar);
PreconnectHelperForURL(1, kURL, kKey1, false /* disable_secure_dns */,
session.get());
EXPECT_EQ(1, transport_conn_pool->last_num_streams());
@@ -698,8 +702,8 @@ TEST_F(HttpStreamFactoryTest, PreconnectDisableSecureDns) {
peer.SetClientSocketPoolManager(std::move(mock_pool_manager));
const GURL kURL("http://foo.test/");
- const auto kOriginFoo = url::Origin::Create(GURL("http://foo.test"));
- const auto kOriginBar = url::Origin::Create(GURL("http://bar.test"));
+ SchemefulSite kSiteFoo(GURL("http://foo.test"));
+ SchemefulSite kSiteBar(GURL("http://bar.test"));
PreconnectHelperForURL(1, kURL, NetworkIsolationKey(),
false /* disable_secure_dns */, session.get());
EXPECT_EQ(1, transport_conn_pool->last_num_streams());
@@ -851,8 +855,6 @@ TEST_F(HttpStreamFactoryTest, QuicProxyMarkedAsBad) {
session_context.cert_verifier = &cert_verifier;
TransportSecurityState transport_security_state;
session_context.transport_security_state = &transport_security_state;
- MultiLogCTVerifier ct_verifier;
- session_context.cert_transparency_verifier = &ct_verifier;
DefaultCTPolicyEnforcer ct_policy_enforcer;
QuicContext quic_context;
session_context.ct_policy_enforcer = &ct_policy_enforcer;
@@ -1668,10 +1670,10 @@ TEST_F(HttpStreamFactoryTest, RequestSpdyHttpStreamHttpURL) {
// should probably be merged into the above test.
TEST_F(HttpStreamFactoryTest,
RequestSpdyHttpStreamHttpURLWithNetworkIsolationKey) {
- const url::Origin kOrigin1 = url::Origin::Create(GURL("https://foo.test/"));
- const NetworkIsolationKey kNetworkIsolationKey1(kOrigin1, kOrigin1);
- const url::Origin kOrigin2 = url::Origin::Create(GURL("https://bar.test/"));
- const NetworkIsolationKey kNetworkIsolationKey2(kOrigin2, kOrigin2);
+ const SchemefulSite kSite1(GURL("https://foo.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey1(kSite1, kSite1);
+ const SchemefulSite kSite2(GURL("https://bar.test/"));
+ const NetworkIsolationKey kNetworkIsolationKey2(kSite2, kSite2);
base::test::ScopedFeatureList feature_list;
feature_list.InitAndEnableFeature(
@@ -1950,10 +1952,10 @@ struct TestParams {
// Used by ::testing::PrintToStringParamName().
std::string PrintToString(const TestParams& p) {
- return quiche::QuicheStrCat(
- ParsedQuicVersionToString(p.version), "_",
- (p.client_headers_include_h2_stream_dependency ? "" : "No"),
- "Dependency");
+ return base::StrCat(
+ {ParsedQuicVersionToString(p.version), "_",
+ (p.client_headers_include_h2_stream_dependency ? "" : "No"),
+ "Dependency"});
}
std::vector<TestParams> GetTestParams() {
@@ -2030,7 +2032,6 @@ class HttpStreamFactoryBidirectionalQuicTest
session_context.quic_crypto_client_stream_factory =
&crypto_client_stream_factory_;
session_context.transport_security_state = &transport_security_state_;
- session_context.cert_transparency_verifier = &ct_verifier_;
session_context.ct_policy_enforcer = &ct_policy_enforcer_;
session_context.host_resolver = &host_resolver_;
session_context.proxy_resolution_service = proxy_resolution_service_.get();
@@ -2085,7 +2086,6 @@ class HttpStreamFactoryBidirectionalQuicTest
MockCryptoClientStreamFactory crypto_client_stream_factory_;
HttpServerProperties http_server_properties_;
TransportSecurityState transport_security_state_;
- MultiLogCTVerifier ct_verifier_;
DefaultCTPolicyEnforcer ct_policy_enforcer_;
MockHostResolver host_resolver_;
std::unique_ptr<ProxyResolutionService> proxy_resolution_service_;
@@ -3136,7 +3136,6 @@ class ProcessAlternativeServicesTest : public TestWithTaskEnvironment {
session_context_.host_resolver = &host_resolver_;
session_context_.cert_verifier = &cert_verifier_;
session_context_.transport_security_state = &transport_security_state_;
- session_context_.cert_transparency_verifier = &ct_verifier_;
session_context_.client_socket_factory = &socket_factory_;
session_context_.ct_policy_enforcer = &ct_policy_enforcer_;
session_context_.ssl_config_service = &ssl_config_service_;
@@ -3159,7 +3158,6 @@ class ProcessAlternativeServicesTest : public TestWithTaskEnvironment {
MockHostResolver host_resolver_;
MockCertVerifier cert_verifier_;
TransportSecurityState transport_security_state_;
- MultiLogCTVerifier ct_verifier_;
DefaultCTPolicyEnforcer ct_policy_enforcer_;
};
@@ -3184,10 +3182,10 @@ TEST_F(ProcessAlternativeServicesTest, ProcessAltSvcClear) {
session_ =
std::make_unique<HttpNetworkSession>(session_params_, session_context_);
url::SchemeHostPort origin(url::kHttpsScheme, "example.com", 443);
- ;
+
NetworkIsolationKey network_isolation_key(
- url::Origin::Create(GURL("https://example.com")),
- url::Origin::Create(GURL("https://example.com")));
+ SchemefulSite(GURL("https://example.com")),
+ SchemefulSite(GURL("https://example.com")));
http_server_properties_.SetAlternativeServices(
origin, network_isolation_key,
@@ -3227,8 +3225,8 @@ TEST_F(ProcessAlternativeServicesTest, ProcessAltSvcQuicOldFormat) {
url::SchemeHostPort origin(url::kHttpsScheme, "example.com", 443);
NetworkIsolationKey network_isolation_key(
- url::Origin::Create(GURL("https://example.com")),
- url::Origin::Create(GURL("https://example.com")));
+ SchemefulSite(GURL("https://example.com")),
+ SchemefulSite(GURL("https://example.com")));
scoped_refptr<HttpResponseHeaders> headers(
base::MakeRefCounted<HttpResponseHeaders>(""));
@@ -3257,18 +3255,18 @@ TEST_F(ProcessAlternativeServicesTest, AltSvcQuicDoesNotSupportTLSHandshake) {
// Note that this test only covers the Google-specific AltSvc format
// which is now deprecated.
quic_context_.params()->supported_versions = {
- quic::ParsedQuicVersion::Q043(), quic::ParsedQuicVersion::T050()};
+ quic::ParsedQuicVersion::Q043(), quic::ParsedQuicVersion::T051()};
session_ =
std::make_unique<HttpNetworkSession>(session_params_, session_context_);
url::SchemeHostPort origin(url::kHttpsScheme, "example.com", 443);
NetworkIsolationKey network_isolation_key(
- url::Origin::Create(GURL("https://example.com")),
- url::Origin::Create(GURL("https://example.com")));
+ SchemefulSite(GURL("https://example.com")),
+ SchemefulSite(GURL("https://example.com")));
scoped_refptr<HttpResponseHeaders> headers(
base::MakeRefCounted<HttpResponseHeaders>(""));
- headers->AddHeader("alt-svc", "quic=\":443\"; v=\"50,43\"");
+ headers->AddHeader("alt-svc", "quic=\":443\"; v=\"51,43\"");
session_->http_stream_factory()->ProcessAlternativeServices(
session_.get(), network_isolation_key, headers.get(), origin);
@@ -3280,7 +3278,7 @@ TEST_F(ProcessAlternativeServicesTest, AltSvcQuicDoesNotSupportTLSHandshake) {
EXPECT_EQ(kProtoQUIC, alternatives[0].protocol());
EXPECT_EQ(HostPortPair("example.com", 443), alternatives[0].host_port_pair());
EXPECT_EQ(1u, alternatives[0].advertised_versions().size());
- // Q043 and T050 are supported. Q043 and Q050 are advertised in the Alt-Svc
+ // Q043 and T051 are supported. Q043 and Q050 are advertised in the Alt-Svc
// header. Therefore only Q043 is parsed.
EXPECT_EQ(quic::ParsedQuicVersion::Q043(),
alternatives[0].advertised_versions()[0]);
@@ -3293,13 +3291,13 @@ TEST_F(ProcessAlternativeServicesTest, ProcessAltSvcQuicIetf) {
url::SchemeHostPort origin(url::kHttpsScheme, "example.com", 443);
NetworkIsolationKey network_isolation_key(
- url::Origin::Create(GURL("https://example.com")),
- url::Origin::Create(GURL("https://example.com")));
+ SchemefulSite(GURL("https://example.com")),
+ SchemefulSite(GURL("https://example.com")));
scoped_refptr<HttpResponseHeaders> headers(
base::MakeRefCounted<HttpResponseHeaders>(""));
headers->AddHeader("alt-svc",
- "h3-27=\":443\","
+ "h3-29=\":443\","
"h3-Q050=\":443\","
"h3-Q043=\":443\"");
@@ -3307,7 +3305,7 @@ TEST_F(ProcessAlternativeServicesTest, ProcessAltSvcQuicIetf) {
session_.get(), network_isolation_key, headers.get(), origin);
quic::ParsedQuicVersionVector versions = {
- quic::ParsedQuicVersion::Draft27(),
+ quic::ParsedQuicVersion::Draft29(),
quic::ParsedQuicVersion::Q050(),
quic::ParsedQuicVersion::Q043(),
};
@@ -3331,8 +3329,8 @@ TEST_F(ProcessAlternativeServicesTest, ProcessAltSvcHttp2) {
url::SchemeHostPort origin(url::kHttpsScheme, "example.com", 443);
NetworkIsolationKey network_isolation_key(
- url::Origin::Create(GURL("https://example.com")),
- url::Origin::Create(GURL("https://example.com")));
+ SchemefulSite(GURL("https://example.com")),
+ SchemefulSite(GURL("https://example.com")));
scoped_refptr<HttpResponseHeaders> headers(
base::MakeRefCounted<HttpResponseHeaders>(""));
diff --git a/chromium/net/http/http_stream_parser.cc b/chromium/net/http/http_stream_parser.cc
index 9d7ac8fef14..84a1a6db10d 100644
--- a/chromium/net/http/http_stream_parser.cc
+++ b/chromium/net/http/http_stream_parser.cc
@@ -870,15 +870,19 @@ int HttpStreamParser::HandleReadHeaderResult(int result) {
// Record our best estimate of the 'response time' as the time when we read
// the first bytes of the response headers.
- if (read_buf_->offset() == 0)
+ if (read_buf_->offset() == 0) {
response_->response_time = base::Time::Now();
+ // Also keep the time as base::TimeTicks for `first_response_start_time_`
+ // and `non_informational_response_start_time_`.
+ current_response_start_time_ = base::TimeTicks::Now();
+ }
- // For |response_start_time_|, use the time that we received the first byte of
- // *any* response- including 1XX, as per the resource timing spec for
+ // For |first_response_start_time_|, use the time that we received the first
+ // byte of *any* response- including 1XX, as per the resource timing spec for
// responseStart (see note at
// https://www.w3.org/TR/resource-timing-2/#dom-performanceresourcetiming-responsestart).
- if (response_start_time_.is_null())
- response_start_time_ = base::TimeTicks::Now();
+ if (first_response_start_time_.is_null())
+ first_response_start_time_ = current_response_start_time_;
read_buf_->set_offset(read_buf_->offset() + result);
DCHECK_LE(read_buf_->offset(), read_buf_->capacity());
@@ -926,7 +930,7 @@ int HttpStreamParser::HandleReadHeaderResult(int result) {
// (https://crbug.com/1093693).
if (response_->headers->response_code() == 103 &&
first_early_hints_time_.is_null()) {
- first_early_hints_time_ = response_start_time_;
+ first_early_hints_time_ = current_response_start_time_;
}
// Now waiting for the second set of headers to be read.
} else {
@@ -938,6 +942,13 @@ int HttpStreamParser::HandleReadHeaderResult(int result) {
return OK;
}
+ // Record the response start time if this response is not informational
+ // (non-1xx).
+ if (response_->headers->response_code() / 100 != 1) {
+ DCHECK(non_informational_response_start_time_.is_null());
+ non_informational_response_start_time_ = current_response_start_time_;
+ }
+
// Only set keep-alive based on final set of headers.
response_is_keep_alive_ = response_->headers->IsKeepAlive();
diff --git a/chromium/net/http/http_stream_parser.h b/chromium/net/http/http_stream_parser.h
index 0e773168272..0a415338f33 100644
--- a/chromium/net/http/http_stream_parser.h
+++ b/chromium/net/http/http_stream_parser.h
@@ -94,7 +94,12 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
int64_t sent_bytes() const { return sent_bytes_; }
- base::TimeTicks response_start_time() { return response_start_time_; }
+ base::TimeTicks first_response_start_time() const {
+ return first_response_start_time_;
+ }
+ base::TimeTicks non_informational_response_start_time() const {
+ return non_informational_response_start_time_;
+ }
base::TimeTicks first_early_hints_time() { return first_early_hints_time_; }
void GetSSLInfo(SSLInfo* ssl_info);
@@ -238,11 +243,24 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
// HttpResponseBodyDrainer is used.
HttpResponseInfo* response_;
- // Time at which the first bytes of the header response are about to be
- // parsed.
- base::TimeTicks response_start_time_;
+ // Time at which the first bytes of the first header response including
+ // informational responses (1xx) are about to be parsed. This corresponds to
+ // |LoadTimingInfo::receive_headers_start|. See also comments there.
+ base::TimeTicks first_response_start_time_;
- // Time at which the first 103 Early Hints response is received.
+ // Time at which the first bytes of the current header response are about to
+ // be parsed. This is reset every time new response headers including
+ // non-informational responses (1xx) are parsed.
+ base::TimeTicks current_response_start_time_;
+
+ // Time at which the first byte of the non-informational header response
+ // (non-1xx) are about to be parsed. This corresponds to
+ // |LoadTimingInfo::receive_non_informational_headers_start|. See also
+ // comments there.
+ base::TimeTicks non_informational_response_start_time_;
+
+ // Time at which the first 103 Early Hints response is received. This
+ // corresponds to |LoadTimingInfo::first_early_hints_time|.
base::TimeTicks first_early_hints_time_;
// Indicates the content length. If this value is less than zero
diff --git a/chromium/net/http/http_stream_parser_unittest.cc b/chromium/net/http/http_stream_parser_unittest.cc
index 4dfad48917f..2368d2d5959 100644
--- a/chromium/net/http/http_stream_parser_unittest.cc
+++ b/chromium/net/http/http_stream_parser_unittest.cc
@@ -1653,64 +1653,466 @@ TEST(HttpStreamParser, ReceivedBytesMultipleReads) {
EXPECT_EQ(response_size, get_runner.parser()->received_bytes());
}
+// Test timing information of responses that don't have informational (1xx)
+// response headers.
+TEST(HttpStreamParser, NonInformationalResponseStart) {
+ base::test::TaskEnvironment task_environment(
+ base::test::TaskEnvironment::TimeSource::MOCK_TIME);
+
+ std::string response_headers1 = "HTTP/1.1 200 OK\r\n";
+ std::string response_headers2 = "Content-Length: 7\r\n\r\n";
+ int64_t response_headers_size =
+ response_headers1.size() + response_headers2.size();
+
+ std::string response_body = "content";
+ int64_t response_size = response_headers_size + response_body.size();
+
+ MockWrite writes[] = {MockWrite(SYNCHRONOUS, 0, "GET / HTTP/1.1\r\n\r\n")};
+
+ MockRead reads[] = {
+ // Add pauses between header fragments so that the test runner can advance
+ // the mock clock to test timing information.
+ MockRead(ASYNC, 1, response_headers1.c_str()),
+ MockRead(ASYNC, ERR_IO_PENDING, 2),
+ MockRead(ASYNC, 3, response_headers2.c_str()),
+ MockRead(ASYNC, 4, response_body.c_str()),
+ };
+
+ // Set up the sequenced socket data.
+ SequencedSocketData sequenced_socket_data(reads, writes);
+ std::unique_ptr<StreamSocket> stream_socket =
+ CreateConnectedSocket(&sequenced_socket_data);
+
+ // Set up the http stream parser.
+ HttpRequestInfo request;
+ auto read_buffer = base::MakeRefCounted<GrowableIOBuffer>();
+ HttpStreamParser parser(stream_socket.get(), /*connection_is_reused=*/false,
+ &request, read_buffer.get(), NetLogWithSource());
+
+ // Send a request.
+ HttpResponseInfo response;
+ TestCompletionCallback callback;
+ EXPECT_THAT(parser.SendRequest("GET / HTTP/1.1\r\n", HttpRequestHeaders(),
+ TRAFFIC_ANNOTATION_FOR_TESTS, &response,
+ callback.callback()),
+ IsOk());
+
+ EXPECT_THAT(parser.ReadResponseHeaders(callback.callback()),
+ IsError(ERR_IO_PENDING));
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=1 --> seq=2] The parser reads the first fragment of the response
+ // headers and then pauses to advance the mock clock.
+ base::TimeTicks first_response_start_time = task_environment.NowTicks();
+ sequenced_socket_data.RunUntilPaused();
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=3] The parser reads the second fragment of the response headers.
+ sequenced_socket_data.Resume();
+ EXPECT_THAT(callback.WaitForResult(), IsOk());
+
+ // Check the received headers.
+ EXPECT_EQ(200, response.headers->response_code());
+ EXPECT_EQ(response_headers_size, parser.received_bytes());
+
+ // No informational responses were served. The first response start time
+ // should be equal to the non-informational response start time.
+ EXPECT_EQ(parser.first_response_start_time(), first_response_start_time);
+ EXPECT_EQ(parser.non_informational_response_start_time(),
+ first_response_start_time);
+
+ // [seq=4] The parser reads the response body.
+ scoped_refptr<IOBuffer> body_buffer =
+ base::MakeRefCounted<IOBuffer>(response_body.size());
+ int result = parser.ReadResponseBody(body_buffer.get(), response_body.size(),
+ callback.callback());
+ EXPECT_THAT(callback.GetResult(result), response_body.size());
+
+ // Check the received body.
+ EXPECT_EQ(response_size, parser.received_bytes());
+}
+
// Test that "continue" HTTP header is counted as "received_bytes".
TEST(HttpStreamParser, ReceivedBytesIncludesContinueHeader) {
- std::string status100 = "HTTP/1.1 100 OK\r\n\r\n";
- std::string headers = "HTTP/1.1 200 OK\r\n"
- "Content-Length: 7\r\n\r\n";
- int64_t headers_size = status100.size() + headers.size();
- std::string body = "content";
- std::string response = headers + body;
+ base::test::TaskEnvironment task_environment(
+ base::test::TaskEnvironment::TimeSource::MOCK_TIME);
- SimpleGetRunner get_runner;
- get_runner.AddRead(status100);
- get_runner.AddRead(response);
- get_runner.SetupParserAndSendRequest();
- get_runner.ReadHeaders();
- EXPECT_EQ(100, get_runner.response_info()->headers->response_code());
- int64_t status100_size = status100.size();
- EXPECT_EQ(status100_size, get_runner.parser()->received_bytes());
- get_runner.ReadHeaders();
- EXPECT_EQ(200, get_runner.response_info()->headers->response_code());
- EXPECT_EQ(headers_size, get_runner.parser()->received_bytes());
- int64_t response_size = headers_size + body.size();
- int body_size = body.size();
- int read_lengths[] = {body_size, 0};
- get_runner.ReadBody(body_size, read_lengths);
- EXPECT_EQ(response_size, get_runner.parser()->received_bytes());
+ std::string status100_response_headers1 = "HTTP/1.1 100 ";
+ std::string status100_response_headers2 = "Continue\r\n\r\n";
+ int64_t status100_response_headers_size =
+ status100_response_headers1.size() + status100_response_headers2.size();
+
+ std::string response_headers1 = "HTTP/1.1 200 OK\r\n";
+ std::string response_headers2 = "Content-Length: 7\r\n\r\n";
+ int64_t response_headers_size =
+ response_headers1.size() + response_headers2.size();
+
+ std::string response_body = "content";
+ int64_t response_size = status100_response_headers_size +
+ response_headers_size + response_body.size();
+
+ MockWrite writes[] = {MockWrite(SYNCHRONOUS, 0, "GET / HTTP/1.1\r\n\r\n")};
+
+ MockRead reads[] = {
+ // Add pauses between header fragments so that the test runner can advance
+ // the mock clock to test timing information.
+
+ // 100 response headers.
+ MockRead(ASYNC, 1, status100_response_headers1.c_str()),
+ MockRead(ASYNC, ERR_IO_PENDING, 2),
+ MockRead(ASYNC, 3, status100_response_headers2.c_str()),
+ MockRead(ASYNC, ERR_IO_PENDING, 4),
+
+ // 200 response headers and body.
+ MockRead(ASYNC, 5, response_headers1.c_str()),
+ MockRead(ASYNC, ERR_IO_PENDING, 6),
+ MockRead(ASYNC, 7, response_headers2.c_str()),
+ MockRead(ASYNC, 8, response_body.c_str()),
+ };
+
+ // Set up the sequenced socket data.
+ SequencedSocketData sequenced_socket_data(reads, writes);
+ std::unique_ptr<StreamSocket> stream_socket =
+ CreateConnectedSocket(&sequenced_socket_data);
+
+ // Set up the http stream parser.
+ HttpRequestInfo request;
+ auto read_buffer = base::MakeRefCounted<GrowableIOBuffer>();
+ HttpStreamParser parser(stream_socket.get(), /*connection_is_reused=*/false,
+ &request, read_buffer.get(), NetLogWithSource());
+
+ // Send a request.
+ HttpResponseInfo response;
+ TestCompletionCallback callback;
+ EXPECT_THAT(parser.SendRequest("GET / HTTP/1.1\r\n", HttpRequestHeaders(),
+ TRAFFIC_ANNOTATION_FOR_TESTS, &response,
+ callback.callback()),
+ IsOk());
+
+ EXPECT_THAT(parser.ReadResponseHeaders(callback.callback()),
+ IsError(ERR_IO_PENDING));
+
+ // [seq=1 --> seq=2] The parser reads the first fragment of the informational
+ // response headers and then pauses to advance the mock clock.
+ base::TimeTicks first_response_start_time = task_environment.NowTicks();
+ sequenced_socket_data.RunUntilPaused();
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=3] The parser reads the second fragment of the informational response
+ // headers.
+ sequenced_socket_data.Resume();
+ EXPECT_THAT(callback.WaitForResult(), IsOk());
+
+ // Check the received headers.
+ EXPECT_EQ(100, response.headers->response_code());
+ EXPECT_EQ(status100_response_headers_size, parser.received_bytes());
+
+ EXPECT_THAT(parser.ReadResponseHeaders(callback.callback()),
+ IsError(ERR_IO_PENDING));
+
+ // [seq=4] The parser pauses to advance the clock.
+ sequenced_socket_data.RunUntilPaused();
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=5 --> seq=6] The parser reads the first fragment of the
+ // non-informational response headers and then pauses to advance the mock
+ // clock.
+ base::TimeTicks non_informational_response_start_time =
+ task_environment.NowTicks();
+ sequenced_socket_data.Resume();
+ sequenced_socket_data.RunUntilPaused();
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=7] The parser reads the second fragment of the non-informational
+ // response headers.
+ sequenced_socket_data.Resume();
+ EXPECT_THAT(callback.WaitForResult(), IsOk());
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // Check the received headers.
+ EXPECT_EQ(200, response.headers->response_code());
+ EXPECT_EQ(status100_response_headers_size + response_headers_size,
+ parser.received_bytes());
+
+ // The first response start time should be captured at the time the first
+ // fragment of the informational response headers is received.
+ EXPECT_EQ(parser.first_response_start_time(), first_response_start_time);
+ // The non-informational response start time should be captured at the time
+ // the first fragment of the non-informational response headers is received.
+ EXPECT_EQ(parser.non_informational_response_start_time(),
+ non_informational_response_start_time);
+ // The first response start time should be earlier than the non-informational
+ // response start time.
+ EXPECT_LT(parser.first_response_start_time(),
+ parser.non_informational_response_start_time());
+
+ // [seq=8] The parser reads the non-informational response body.
+ scoped_refptr<IOBuffer> body_buffer =
+ base::MakeRefCounted<IOBuffer>(response_body.size());
+ int result = parser.ReadResponseBody(body_buffer.get(), response_body.size(),
+ callback.callback());
+ EXPECT_THAT(callback.GetResult(result), response_body.size());
+
+ // Check the received body.
+ EXPECT_EQ(response_size, parser.received_bytes());
}
// Test that "early hints" HTTP header is counted as "received_bytes".
// 103 Early Hints hasn't been implemented yet and should be ignored, but we
// collect timing information for the experiment (https://crbug.com/1093693).
TEST(HttpStreamParser, EarlyHints) {
- std::string status103 = "HTTP/1.1 103 Early Hints\r\n\r\n";
- std::string headers =
- "HTTP/1.1 200 OK\r\n"
- "Content-Length: 7\r\n\r\n";
- int64_t headers_size = status103.size() + headers.size();
- std::string body = "content";
- std::string response = headers + body;
+ base::test::TaskEnvironment task_environment(
+ base::test::TaskEnvironment::TimeSource::MOCK_TIME);
- SimpleGetRunner get_runner;
- get_runner.AddRead(status103);
- get_runner.AddRead(response);
- get_runner.SetupParserAndSendRequest();
- get_runner.ReadHeaders();
- EXPECT_EQ(103, get_runner.response_info()->headers->response_code());
- int64_t status103_size = status103.size();
- EXPECT_EQ(status103_size, get_runner.parser()->received_bytes());
- get_runner.ReadHeaders();
- EXPECT_EQ(200, get_runner.response_info()->headers->response_code());
- EXPECT_EQ(headers_size, get_runner.parser()->received_bytes());
- int64_t response_size = headers_size + body.size();
- int body_size = body.size();
- int read_lengths[] = {body_size, 0};
- get_runner.ReadBody(body_size, read_lengths);
- EXPECT_EQ(response_size, get_runner.parser()->received_bytes());
+ std::string status103_response_headers1 = "HTTP/1.1 103 Early Hints\r\n";
+ std::string status103_response_headers2 =
+ "Link: </style.css>; rel=preload; as=style\r\n";
+ std::string status103_response_headers3 =
+ "Link: </script.js>; rel=preload; as=script\r\n\r\n";
+ int64_t status103_response_headers_size = status103_response_headers1.size() +
+ status103_response_headers2.size() +
+ status103_response_headers3.size();
+
+ std::string response_headers1 = "HTTP/1.1 200 OK\r\n";
+ std::string response_headers2 = "Content-Length: 7\r\n\r\n";
+ int64_t response_headers_size =
+ response_headers1.size() + response_headers2.size();
+
+ std::string response_body = "content";
+ int64_t response_size = status103_response_headers_size +
+ response_headers_size + response_body.size();
+
+ MockWrite writes[] = {MockWrite(SYNCHRONOUS, 0, "GET / HTTP/1.1\r\n\r\n")};
+
+ MockRead reads[] = {
+ // Add pauses between header fragments so that the test runner can advance
+ // the mock clock to test timing information.
+
+ // 103 Early Hints response headers.
+ MockRead(ASYNC, 1, status103_response_headers1.c_str()),
+ MockRead(ASYNC, ERR_IO_PENDING, 2),
+ MockRead(ASYNC, 3, status103_response_headers2.c_str()),
+ MockRead(ASYNC, ERR_IO_PENDING, 4),
+ MockRead(ASYNC, 5, status103_response_headers3.c_str()),
+ MockRead(ASYNC, ERR_IO_PENDING, 6),
+
+ // 200 response headers and body.
+ MockRead(ASYNC, 7, response_headers1.c_str()),
+ MockRead(ASYNC, ERR_IO_PENDING, 8),
+ MockRead(ASYNC, 9, response_headers2.c_str()),
+ MockRead(ASYNC, 10, response_body.c_str()),
+ };
+
+ // Set up the sequenced socket data.
+ SequencedSocketData sequenced_socket_data(reads, writes);
+ std::unique_ptr<StreamSocket> stream_socket =
+ CreateConnectedSocket(&sequenced_socket_data);
+
+ // Set up the http stream parser.
+ HttpRequestInfo request;
+ auto read_buffer = base::MakeRefCounted<GrowableIOBuffer>();
+ HttpStreamParser parser(stream_socket.get(), /*connection_is_reused=*/false,
+ &request, read_buffer.get(), NetLogWithSource());
+
+ // Send a request.
+ HttpResponseInfo response;
+ TestCompletionCallback callback;
+ EXPECT_THAT(parser.SendRequest("GET / HTTP/1.1\r\n", HttpRequestHeaders(),
+ TRAFFIC_ANNOTATION_FOR_TESTS, &response,
+ callback.callback()),
+ IsOk());
+
+ EXPECT_THAT(parser.ReadResponseHeaders(callback.callback()),
+ IsError(ERR_IO_PENDING));
+
+ // [seq=1 --> seq=2] The parser reads the first fragment of the informational
+ // response headers and then pauses to advance the mock clock.
+ base::TimeTicks first_response_start_time = task_environment.NowTicks();
+ sequenced_socket_data.RunUntilPaused();
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=3 --> seq=4] The parser reads the second fragment of the informational
+ // response headers and then pauses to advance the mock clock.
+ sequenced_socket_data.Resume();
+ sequenced_socket_data.RunUntilPaused();
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=5] The parser reads the third fragment of the informational response
+ // headers.
+ sequenced_socket_data.Resume();
+ EXPECT_THAT(callback.WaitForResult(), IsOk());
+
+ // Check the received headers.
+ EXPECT_EQ(103, response.headers->response_code());
+ EXPECT_EQ(status103_response_headers_size, parser.received_bytes());
+
+ EXPECT_THAT(parser.ReadResponseHeaders(callback.callback()),
+ IsError(ERR_IO_PENDING));
+
+ // [seq=6] The parser pauses to advance the clock.
+ sequenced_socket_data.RunUntilPaused();
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=7 --> seq=8] The parser reads the first fragment of the
+ // non-informational response headers and then pauses to advance the mock
+ // clock.
+ base::TimeTicks non_informational_response_start_time =
+ task_environment.NowTicks();
+ sequenced_socket_data.Resume();
+ sequenced_socket_data.RunUntilPaused();
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=9] The parser reads the second fragment of the non-informational
+ // response headers.
+ sequenced_socket_data.Resume();
+ EXPECT_THAT(callback.WaitForResult(), IsOk());
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // Check the received headers.
+ EXPECT_EQ(200, response.headers->response_code());
+ EXPECT_EQ(status103_response_headers_size + response_headers_size,
+ parser.received_bytes());
+
+ // The first response start time and first early hints time should be captured
+ // at the time the first fragment of the informational response headers is
+ // received.
+ EXPECT_EQ(parser.first_response_start_time(), first_response_start_time);
+ EXPECT_EQ(parser.first_early_hints_time(), first_response_start_time);
+ // The non-informational response start time should be captured at the time
+ // the first fragment of the non-informational response headers is received.
+ EXPECT_EQ(parser.non_informational_response_start_time(),
+ non_informational_response_start_time);
+ // The first response start time should be earlier than the non-informational
+ // response start time.
+ EXPECT_LT(parser.first_response_start_time(),
+ parser.non_informational_response_start_time());
+
+ // [seq=10] The parser reads the non-informational response body.
+ scoped_refptr<IOBuffer> body_buffer =
+ base::MakeRefCounted<IOBuffer>(response_body.size());
+ int result = parser.ReadResponseBody(body_buffer.get(), response_body.size(),
+ callback.callback());
+ EXPECT_THAT(callback.GetResult(result), response_body.size());
+
+ // Check the received body.
+ EXPECT_EQ(response_size, parser.received_bytes());
+}
+
+// Test the case where informational response headers and non-informational
+// response headers are packed in the same fragment.
+TEST(HttpStreamParser, MixedResponseHeaders) {
+ base::test::TaskEnvironment task_environment(
+ base::test::TaskEnvironment::TimeSource::MOCK_TIME);
+
+ std::string status100_response_headers = "HTTP/1.1 100 ";
+ std::string mixed_response_headers = "Continue\r\n\r\nHTTP/1.1 200 OK\r\n";
+ std::string response_headers = "Content-Length: 7\r\n\r\n";
+ int64_t status100_response_headers_size =
+ status100_response_headers.size() + 12;
+ int64_t response_headers_size = response_headers.size() + 17;
+
+ std::string response_body = "content";
+ int64_t response_size = status100_response_headers_size +
+ response_headers_size + response_body.size();
+
+ MockWrite writes[] = {MockWrite(SYNCHRONOUS, 0, "GET / HTTP/1.1\r\n\r\n")};
+
+ MockRead reads[] = {
+ // Add pauses between header fragments so that the test runner can advance
+ // the mock clock to test timing information.
+
+ // 100 response headers.
+ MockRead(ASYNC, 1, status100_response_headers.c_str()),
+ MockRead(ASYNC, ERR_IO_PENDING, 2),
+
+ // Mixed response headers.
+ MockRead(ASYNC, 3, mixed_response_headers.c_str()),
+ MockRead(ASYNC, ERR_IO_PENDING, 4),
+
+ // 200 response headers and body.
+ MockRead(ASYNC, 5, response_headers.c_str()),
+ MockRead(ASYNC, 6, response_body.c_str()),
+ };
+
+ // Set up the sequenced socket data.
+ SequencedSocketData sequenced_socket_data(reads, writes);
+ std::unique_ptr<StreamSocket> stream_socket =
+ CreateConnectedSocket(&sequenced_socket_data);
+
+ // Set up the http stream parser.
+ HttpRequestInfo request;
+ auto read_buffer = base::MakeRefCounted<GrowableIOBuffer>();
+ HttpStreamParser parser(stream_socket.get(), /*connection_is_reused=*/false,
+ &request, read_buffer.get(), NetLogWithSource());
+
+ // Send a request.
+ HttpResponseInfo response;
+ TestCompletionCallback callback;
+ EXPECT_THAT(parser.SendRequest("GET / HTTP/1.1\r\n", HttpRequestHeaders(),
+ TRAFFIC_ANNOTATION_FOR_TESTS, &response,
+ callback.callback()),
+ IsOk());
+
+ EXPECT_THAT(parser.ReadResponseHeaders(callback.callback()),
+ IsError(ERR_IO_PENDING));
+
+ // [seq=1 --> seq=2] The parser reads the first fragment of the informational
+ // response headers and then pauses to advance the mock clock.
+ base::TimeTicks first_response_start_time = task_environment.NowTicks();
+ sequenced_socket_data.RunUntilPaused();
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=3] The parser reads the second fragment of the informational response
+ // headers.
+ sequenced_socket_data.Resume();
+ EXPECT_THAT(callback.WaitForResult(), IsOk());
+
+ // Check the received headers.
+ EXPECT_EQ(100, response.headers->response_code());
+ EXPECT_EQ(status100_response_headers_size, parser.received_bytes());
+
+ EXPECT_THAT(parser.ReadResponseHeaders(callback.callback()),
+ IsError(ERR_IO_PENDING));
+
+ // [seq=3 --> seq=4] The parser reads the first fragment of the
+ // non-informational response headers and then pauses to advance the mock
+ // clock.
+ base::TimeTicks non_informational_response_start_time =
+ task_environment.NowTicks();
+ sequenced_socket_data.RunUntilPaused();
+ task_environment.AdvanceClock(base::TimeDelta::FromSeconds(1));
+
+ // [seq=5] The parser reads the second fragment of the non-informational
+ // response headers.
+ sequenced_socket_data.Resume();
+ EXPECT_THAT(callback.WaitForResult(), IsOk());
+
+ // Check the received headers.
+ EXPECT_EQ(200, response.headers->response_code());
+ EXPECT_EQ(status100_response_headers_size + response_headers_size,
+ parser.received_bytes());
+
+ // The first response start time should be captured at the time the first
+ // fragment of the informational response headers is received.
+ EXPECT_EQ(parser.first_response_start_time(), first_response_start_time);
+ // The non-informational response start time should be captured at the time
+ // the first fragment of the non-informational response headers is received.
+ EXPECT_EQ(parser.non_informational_response_start_time(),
+ non_informational_response_start_time);
+ // The first response start time should be earlier than the non-informational
+ // response start time.
+ EXPECT_LT(parser.first_response_start_time(),
+ parser.non_informational_response_start_time());
+
+ // [seq=6] The parser reads the non-informational response body.
+ scoped_refptr<IOBuffer> body_buffer =
+ base::MakeRefCounted<IOBuffer>(response_body.size());
+ int result = parser.ReadResponseBody(body_buffer.get(), response_body.size(),
+ callback.callback());
+ EXPECT_THAT(callback.GetResult(result), response_body.size());
- // Make sure the timing of the Early Hints response is captured.
- EXPECT_FALSE(get_runner.parser()->first_early_hints_time().is_null());
+ // Check the received body.
+ EXPECT_EQ(response_size, parser.received_bytes());
}
// Test that an HttpStreamParser can be read from after it's received headers
diff --git a/chromium/net/http/http_transaction.h b/chromium/net/http/http_transaction.h
index 19e4d4dba41..e3a44d98cc9 100644
--- a/chromium/net/http/http_transaction.h
+++ b/chromium/net/http/http_transaction.h
@@ -206,6 +206,19 @@ class NET_EXPORT_PRIVATE HttpTransaction {
virtual int ResumeNetworkStart() = 0;
virtual void GetConnectionAttempts(ConnectionAttempts* out) const = 0;
+
+ // Configures the transaction to close the network connection, if any, on
+ // destruction. Intended for cases where keeping the socket alive may leak
+ // data. Does not immediately close the socket. If multiple transactions are
+ // using the same socket, only closes it once all transactions have completed.
+ //
+ // Does not close H2/H3 sessions, but does close H1 tunnels on top of H2/H3
+ // sessions.
+ //
+ // Only applies to currently in-use connections. Does nothing after the last
+ // byte of the response body has been read, as the connection is no longer in
+ // use at that point.
+ virtual void CloseConnectionOnDestruction() = 0;
};
} // namespace net
diff --git a/chromium/net/http/http_transaction_test_util.cc b/chromium/net/http/http_transaction_test_util.cc
index 90235d2b38f..47d8b84a3ce 100644
--- a/chromium/net/http/http_transaction_test_util.cc
+++ b/chromium/net/http/http_transaction_test_util.cc
@@ -23,6 +23,7 @@
#include "net/base/load_timing_info.h"
#include "net/base/net_errors.h"
#include "net/base/network_isolation_key.h"
+#include "net/base/schemeful_site.h"
#include "net/cert/x509_certificate.h"
#include "net/disk_cache/disk_cache.h"
#include "net/http/http_cache.h"
@@ -33,6 +34,7 @@
#include "net/log/net_log_source.h"
#include "net/log/net_log_with_source.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "url/gurl.h"
namespace net {
@@ -61,6 +63,7 @@ const MockTransaction kSimpleGET_Transaction = {
"Cache-Control: max-age=10000\n",
base::Time(),
"<html><body>Google Blah Blah</body></html>",
+ {},
TEST_MODE_NORMAL,
nullptr,
nullptr,
@@ -82,6 +85,7 @@ const MockTransaction kSimplePOST_Transaction = {
"",
base::Time(),
"<html><body>Google Blah Blah</body></html>",
+ {},
TEST_MODE_NORMAL,
nullptr,
nullptr,
@@ -104,6 +108,7 @@ const MockTransaction kTypicalGET_Transaction = {
"Last-Modified: Wed, 28 Nov 2007 00:40:09 GMT\n",
base::Time(),
"<html><body>Google Blah Blah</body></html>",
+ {},
TEST_MODE_NORMAL,
nullptr,
nullptr,
@@ -126,6 +131,7 @@ const MockTransaction kETagGET_Transaction = {
"Etag: \"foopy\"\n",
base::Time(),
"<html><body>Google Blah Blah</body></html>",
+ {},
TEST_MODE_NORMAL,
nullptr,
nullptr,
@@ -147,6 +153,7 @@ const MockTransaction kRangeGET_Transaction = {
"Cache-Control: max-age=10000\n",
base::Time(),
"<html><body>Google Blah Blah</body></html>",
+ {},
TEST_MODE_NORMAL,
nullptr,
nullptr,
@@ -192,8 +199,8 @@ MockHttpRequest::MockHttpRequest(const MockTransaction& t) {
method = t.method;
extra_headers.AddHeadersFromString(t.request_headers);
load_flags = t.load_flags;
- url::Origin origin = url::Origin::Create(url);
- network_isolation_key = NetworkIsolationKey(origin, origin);
+ SchemefulSite site(url);
+ network_isolation_key = NetworkIsolationKey(site, site);
}
std::string MockHttpRequest::CacheKey() {
@@ -513,6 +520,7 @@ int MockNetworkTransaction::StartInternal(const HttpRequestInfo* request,
response_.ssl_info.cert = t->cert;
response_.ssl_info.cert_status = t->cert_status;
response_.ssl_info.connection_status = t->ssl_connection_status;
+ response_.dns_aliases = t->dns_aliases;
data_ = resp_data;
content_length_ = response_.headers->GetContentLength();
@@ -570,6 +578,10 @@ void MockNetworkTransaction::GetConnectionAttempts(
NOTIMPLEMENTED();
}
+void MockNetworkTransaction::CloseConnectionOnDestruction() {
+ NOTIMPLEMENTED();
+}
+
void MockNetworkTransaction::CallbackLater(CompletionOnceCallback callback,
int result) {
base::ThreadTaskRunnerHandle::Get()->PostTask(
diff --git a/chromium/net/http/http_transaction_test_util.h b/chromium/net/http/http_transaction_test_util.h
index 89a58267f2f..4c4f7afa90d 100644
--- a/chromium/net/http/http_transaction_test_util.h
+++ b/chromium/net/http/http_transaction_test_util.h
@@ -83,6 +83,10 @@ struct MockTransaction {
// If |response_time| is unspecified, the current time will be used.
base::Time response_time;
const char* data;
+ // Any aliases for the requested URL, as read from DNS records. The alias
+ // chain order is preserved in reverse, from canonical name (i.e. address
+ // record name) through to query name.
+ std::vector<std::string> dns_aliases;
int test_mode;
MockTransactionHandler handler;
MockTransactionReadHandler read_handler;
@@ -250,6 +254,8 @@ class MockNetworkTransaction
void GetConnectionAttempts(ConnectionAttempts* out) const override;
+ void CloseConnectionOnDestruction() override;
+
CreateHelper* websocket_handshake_stream_create_helper() {
return websocket_handshake_stream_create_helper_;
}
diff --git a/chromium/net/http/http_util.cc b/chromium/net/http/http_util.cc
index 036354d3f7c..17bb8d20c8a 100644
--- a/chromium/net/http/http_util.cc
+++ b/chromium/net/http/http_util.cc
@@ -135,8 +135,9 @@ void HttpUtil::ParseContentType(const std::string& content_type_str,
if (offset == std::string::npos || content_type_str[offset] == ';')
continue;
- base::StringPiece param_name(content_type_str.begin() + param_name_start,
- content_type_str.begin() + offset);
+ auto param_name =
+ base::MakeStringPiece(content_type_str.begin() + param_name_start,
+ content_type_str.begin() + offset);
// Now parse the value.
DCHECK_EQ('=', content_type_str[offset]);
@@ -196,7 +197,7 @@ void HttpUtil::ParseContentType(const std::string& content_type_str,
++offset;
}
- param_value = TrimLWS(param_value).as_string();
+ param_value = std::string(TrimLWS(param_value));
offset = content_type_str.find_first_of(';', offset);
}
@@ -232,11 +233,11 @@ void HttpUtil::ParseContentType(const std::string& content_type_str,
// It is common that mime_type is empty.
bool eq = !mime_type->empty() &&
base::LowerCaseEqualsASCII(
- base::StringPiece(begin + type_val, begin + type_end),
+ base::MakeStringPiece(begin + type_val, begin + type_end),
mime_type->data());
if (!eq) {
*mime_type = base::ToLowerASCII(
- base::StringPiece(begin + type_val, begin + type_end));
+ base::MakeStringPiece(begin + type_val, begin + type_end));
}
if ((!eq && *had_charset) || type_has_charset) {
*had_charset = true;
@@ -583,7 +584,7 @@ bool UnquoteImpl(base::StringPiece str, bool strict_quotes, std::string* out) {
std::string HttpUtil::Unquote(base::StringPiece str) {
std::string result;
if (!UnquoteImpl(str, false, &result))
- return str.as_string();
+ return std::string(str);
return result;
}
@@ -786,11 +787,17 @@ std::string HttpUtil::ExpandLanguageList(const std::string& language_prefs) {
const std::string& language = languages[i];
builder.AddLanguageCode(language);
- // Extract the base language
+ // Extract the primary language subtag.
const std::string& base_language = GetBaseLanguageCode(language);
- // Look ahead and add the base language if the next language is not part
- // of the same family.
+ // Skip 'x' and 'i' as a primary language subtag per RFC 5646 section 2.1.1.
+ if (base_language == "x" || base_language == "i")
+ continue;
+
+ // Look ahead and add the primary language subtag as a language if the next
+ // language is not part of the same family. This may not be perfect because
+ // an input of "en-US,fr,en" will yield "en-US,en,fr,en" and later make "en"
+ // a higher priority than "fr" despite the original preference.
const size_t j = i + 1;
if (j >= size || GetBaseLanguageCode(languages[j]) != base_language) {
builder.AddLanguageCode(base_language);
@@ -848,7 +855,7 @@ bool HttpUtil::HasStrongValidators(HttpVersion version,
std::string::const_iterator i = etag_header.begin();
std::string::const_iterator j = etag_header.begin() + slash;
TrimLWS(&i, &j);
- if (!base::LowerCaseEqualsASCII(base::StringPiece(i, j), "w"))
+ if (!base::LowerCaseEqualsASCII(base::MakeStringPiece(i, j), "w"))
return true;
}
@@ -949,7 +956,7 @@ bool HttpUtil::HeadersIterator::GetNext() {
TrimLWS(&name_begin_, &name_end_);
DCHECK(name_begin_ < name_end_);
- if (!IsToken(base::StringPiece(name_begin_, name_end_)))
+ if (!IsToken(base::MakeStringPiece(name_begin_, name_end_)))
continue; // skip malformed header
values_begin_ = colon + 1;
@@ -967,8 +974,8 @@ bool HttpUtil::HeadersIterator::AdvanceTo(const char* name) {
<< "the header name must be in all lower case";
while (GetNext()) {
- if (base::LowerCaseEqualsASCII(base::StringPiece(name_begin_, name_end_),
- name)) {
+ if (base::LowerCaseEqualsASCII(
+ base::MakeStringPiece(name_begin_, name_end_), name)) {
return true;
}
}
@@ -1090,8 +1097,9 @@ bool HttpUtil::NameValuePairsIterator::GetNext() {
value_is_quoted_ = true;
if (strict_quotes_) {
- if (!HttpUtil::StrictUnquote(base::StringPiece(value_begin_, value_end_),
- &unquoted_value_))
+ if (!HttpUtil::StrictUnquote(
+ base::MakeStringPiece(value_begin_, value_end_),
+ &unquoted_value_))
return valid_ = false;
return true;
}
@@ -1108,7 +1116,7 @@ bool HttpUtil::NameValuePairsIterator::GetNext() {
} else {
// Do not store iterators into this. See declaration of unquoted_value_.
unquoted_value_ =
- HttpUtil::Unquote(base::StringPiece(value_begin_, value_end_));
+ HttpUtil::Unquote(base::MakeStringPiece(value_begin_, value_end_));
}
}
diff --git a/chromium/net/http/http_util.h b/chromium/net/http/http_util.h
index 733e2bdcd82..154c41fe1de 100644
--- a/chromium/net/http/http_util.h
+++ b/chromium/net/http/http_util.h
@@ -16,6 +16,7 @@
#include "base/memory/ref_counted.h"
#include "base/strings/string_piece.h"
#include "base/strings/string_tokenizer.h"
+#include "base/strings/string_util.h"
#include "base/time/time.h"
#include "net/base/net_export.h"
#include "net/http/http_byte_range.h"
@@ -292,7 +293,7 @@ class NET_EXPORT HttpUtil {
return std::string(name_begin_, name_end_);
}
base::StringPiece name_piece() const {
- return base::StringPiece(name_begin_, name_end_);
+ return base::MakeStringPiece(name_begin_, name_end_);
}
std::string::const_iterator values_begin() const {
@@ -305,7 +306,7 @@ class NET_EXPORT HttpUtil {
return std::string(values_begin_, values_end_);
}
base::StringPiece values_piece() const {
- return base::StringPiece(values_begin_, values_end_);
+ return base::MakeStringPiece(values_begin_, values_end_);
}
private:
@@ -349,7 +350,7 @@ class NET_EXPORT HttpUtil {
return std::string(value_begin_, value_end_);
}
base::StringPiece value_piece() const {
- return base::StringPiece(value_begin_, value_end_);
+ return base::MakeStringPiece(value_begin_, value_end_);
}
private:
@@ -409,7 +410,7 @@ class NET_EXPORT HttpUtil {
std::string::const_iterator name_end() const { return name_end_; }
std::string name() const { return std::string(name_begin_, name_end_); }
base::StringPiece name_piece() const {
- return base::StringPiece(name_begin_, name_end_);
+ return base::MakeStringPiece(name_begin_, name_end_);
}
// The value of the current name-value pair.
@@ -425,7 +426,7 @@ class NET_EXPORT HttpUtil {
}
base::StringPiece value_piece() const {
return value_is_quoted_ ? unquoted_value_
- : base::StringPiece(value_begin_, value_end_);
+ : base::MakeStringPiece(value_begin_, value_end_);
}
bool value_is_quoted() const { return value_is_quoted_; }
diff --git a/chromium/net/http/http_util_unittest.cc b/chromium/net/http/http_util_unittest.cc
index e6291f07797..75d09aff47c 100644
--- a/chromium/net/http/http_util_unittest.cc
+++ b/chromium/net/http/http_util_unittest.cc
@@ -1633,6 +1633,12 @@ TEST(HttpUtilTest, ExpandLanguageList) {
HttpUtil::ExpandLanguageList("en-US,fr-CA,it,fr,es-AR,it-IT"));
// Trims a whitespace.
EXPECT_EQ("en-US,en,fr", HttpUtil::ExpandLanguageList("en-US, fr"));
+
+ // Do not expand the single character subtag 'x' as a language.
+ EXPECT_EQ("x-private-agreement-subtags",
+ HttpUtil::ExpandLanguageList("x-private-agreement-subtags"));
+ // Do not expand the single character subtag 'i' as a language.
+ EXPECT_EQ("i-klingon", HttpUtil::ExpandLanguageList("i-klingon"));
}
} // namespace net
diff --git a/chromium/net/http/structured_headers.cc b/chromium/net/http/structured_headers.cc
index ab37791e526..4a23aaf5059 100644
--- a/chromium/net/http/structured_headers.cc
+++ b/chromium/net/http/structured_headers.cc
@@ -14,6 +14,7 @@
#include "base/logging.h"
#include "base/notreached.h"
#include "base/strings/string_number_conversions.h"
+#include "base/strings/string_piece.h"
#include "base/strings/string_util.h"
namespace net {
@@ -535,7 +536,7 @@ class StructuredHeaderParser {
void LogParseError(const char* func, const char* expected) {
DVLOG(1) << func << ": " << expected << " expected, got "
<< (input_.empty() ? "EOS"
- : "'" + input_.substr(0, 1).as_string() + "'");
+ : "'" + std::string(input_.substr(0, 1)) + "'");
}
base::StringPiece input_;
diff --git a/chromium/net/http/transport_security_persister_unittest.cc b/chromium/net/http/transport_security_persister_unittest.cc
index 6dbd628800b..3797a7c82f9 100644
--- a/chromium/net/http/transport_security_persister_unittest.cc
+++ b/chromium/net/http/transport_security_persister_unittest.cc
@@ -18,11 +18,11 @@
#include "base/threading/thread_task_runner_handle.h"
#include "net/base/features.h"
#include "net/base/network_isolation_key.h"
+#include "net/base/schemeful_site.h"
#include "net/http/transport_security_state.h"
#include "net/test/test_with_task_environment.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
-#include "url/origin.h"
namespace net {
@@ -462,11 +462,10 @@ TEST_P(TransportSecurityPersisterTest, ExpectCTWithNetworkIsolationKey) {
const GURL report_uri(kReportUri);
static const char kTestDomain[] = "example.test";
- const url::Origin kOrigin =
- url::Origin::Create(GURL("https://somewhere.else.test"));
+ const SchemefulSite kSite(GURL("https://somewhere.else.test"));
const NetworkIsolationKey empty_network_isolation_key;
- const NetworkIsolationKey network_isolation_key(kOrigin /* top_frame_origin*/,
- kOrigin /* frame_origin*/);
+ const NetworkIsolationKey network_isolation_key(kSite /* top_frame_site */,
+ kSite /* frame_site */);
const NetworkIsolationKey transient_network_isolation_key =
NetworkIsolationKey::CreateTransient();
@@ -552,11 +551,10 @@ TEST_P(TransportSecurityPersisterTest,
const GURL report_uri(kReportUri);
static const char kTestDomain[] = "example.test";
- const url::Origin kOrigin =
- url::Origin::Create(GURL("https://somewhere.else.test"));
+ const SchemefulSite kSite(GURL("https://somewhere.else.test"));
const NetworkIsolationKey empty_network_isolation_key;
- const NetworkIsolationKey network_isolation_key(kOrigin /* top_frame_origin*/,
- kOrigin /* frame_origin*/);
+ const NetworkIsolationKey network_isolation_key(kSite /* top_frame_site */,
+ kSite /* frame_site */);
const base::Time current_time(base::Time::Now());
const base::Time expiry1 = current_time + base::TimeDelta::FromSeconds(1000);
const base::Time expiry2 = current_time + base::TimeDelta::FromSeconds(2000);
diff --git a/chromium/net/http/transport_security_state.cc b/chromium/net/http/transport_security_state.cc
index b8e84314faa..504465742a7 100644
--- a/chromium/net/http/transport_security_state.cc
+++ b/chromium/net/http/transport_security_state.cc
@@ -85,12 +85,6 @@ bool IsDynamicExpectCTEnabled() {
TransportSecurityState::kDynamicExpectCTFeature);
}
-void RecordUMAForHPKPReportFailure(const GURL& report_uri,
- int net_error,
- int http_response_code) {
- base::UmaHistogramSparse("Net.PublicKeyPinReportSendingFailure2", -net_error);
-}
-
base::Value GetPEMEncodedChainAsList(const net::X509Certificate* cert_chain) {
if (!cert_chain)
return base::Value(base::Value::Type::LIST);
@@ -790,7 +784,7 @@ TransportSecurityState::CheckPinsAndMaybeSendReport(
report_sender_->Send(pkp_state.report_uri, "application/json; charset=utf-8",
serialized_report, network_isolation_key,
base::OnceCallback<void()>(),
- base::BindOnce(RecordUMAForHPKPReportFailure));
+ base::OnceCallback<void(const GURL&, int, int)>());
return PKPStatus::VIOLATED;
}
diff --git a/chromium/net/http/transport_security_state_static.json b/chromium/net/http/transport_security_state_static.json
index fcabd02c17e..f9645fe2077 100644
--- a/chromium/net/http/transport_security_state_static.json
+++ b/chromium/net/http/transport_security_state_static.json
@@ -307,6 +307,7 @@
{ "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" },
@@ -320,6 +321,7 @@
{ "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" },
@@ -379,6 +381,7 @@
{ "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" },
@@ -1507,7 +1510,6 @@
{ "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": "heijblok.com", "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 },
@@ -1531,7 +1533,6 @@
{ "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": "gerardozamudio.mx", "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 },
@@ -1656,7 +1657,6 @@
{ "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": "mocloud.eu", "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 },
@@ -1676,7 +1676,6 @@
{ "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": "cackette.com", "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 },
@@ -1698,7 +1697,6 @@
{ "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": "wpletter.de", "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 },
@@ -1822,7 +1820,6 @@
{ "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": "lobste.rs", "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 },
@@ -2019,10 +2016,8 @@
{ "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": "atc.io", "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": "bcm.com.au", "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 },
@@ -2156,7 +2151,6 @@
{ "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": "mnemotiv.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 },
@@ -2752,7 +2746,6 @@
{ "name": "safescan.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": "screenlight.tv", "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 },
@@ -3010,7 +3003,6 @@
{ "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": "scp-trens.notaires.fr", "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 },
@@ -3079,7 +3071,6 @@
{ "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": "elitehosting.de", "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 },
@@ -3435,7 +3426,6 @@
{ "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": "globalinstitutefortraining.org.au", "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 },
@@ -3554,7 +3544,6 @@
{ "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": "rivy.org", "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 },
@@ -3602,7 +3591,6 @@
{ "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": "claralabs.com", "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 },
@@ -3670,7 +3658,6 @@
{ "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": "wjglerum.nl", "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 },
@@ -3801,7 +3788,6 @@
{ "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": "reddiseals.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 },
@@ -4086,7 +4072,6 @@
{ "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": "linux.cn", "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 },
@@ -4133,7 +4118,6 @@
{ "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": "rmb.li", "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 },
@@ -4440,7 +4424,6 @@
{ "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": "thestagchorleywood.co.uk", "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 },
@@ -4462,9 +4445,7 @@
{ "name": "unwiredbrain.com", "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": "veriny.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vincentcox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vissanum.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 },
@@ -4519,7 +4500,6 @@
{ "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": "cfa.gov", "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 },
@@ -4540,14 +4520,12 @@
{ "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": "exekutori.com", "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": "flajshans.cz", "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 },
@@ -4572,7 +4550,6 @@
{ "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": "kreen.org", "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 },
@@ -4807,7 +4784,6 @@
{ "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": "harringtonca.com", "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 },
@@ -4826,7 +4802,6 @@
{ "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": "jamesrains.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 },
@@ -4900,7 +4875,6 @@
{ "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": "openprovider.nl", "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 },
@@ -5002,7 +4976,6 @@
{ "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": "videnskabsklubben.dk", "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 },
@@ -5048,7 +5021,6 @@
{ "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": "annabellaw.com", "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 },
@@ -5627,7 +5599,6 @@
{ "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": "einsatzstellenverwaltung.de", "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 },
@@ -6287,7 +6258,6 @@
{ "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": "woutergeraedts.nl", "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 },
@@ -6593,7 +6563,6 @@
{ "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": "joworld.net", "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 },
@@ -6691,7 +6660,6 @@
{ "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": "netzvieh.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "neutralox.com", "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 },
@@ -6701,7 +6669,6 @@
{ "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": "obsydian.org", "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 },
@@ -6718,7 +6685,6 @@
{ "name": "opensrd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "opperwall.net", "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": "orangutan-appeal.org.uk", "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 },
@@ -6812,7 +6778,6 @@
{ "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": "skyoy.com", "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 },
@@ -6894,13 +6859,11 @@
{ "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": "vmem.jp", "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": "webelement.sk", "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 },
@@ -6981,7 +6944,6 @@
{ "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": "dinge.xyz", "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 },
@@ -7001,7 +6963,6 @@
{ "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": "gilcloud.com", "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 },
@@ -7037,7 +6998,6 @@
{ "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": "kksg.com", "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 },
@@ -7096,7 +7056,6 @@
{ "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": "sexwork.net", "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 },
@@ -7335,7 +7294,6 @@
{ "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": "csvape.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 },
@@ -7527,7 +7485,6 @@
{ "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": "orionfcu.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 },
@@ -7571,7 +7528,6 @@
{ "name": "renrenche.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "retrofitlab.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": "rhymix.org", "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 },
@@ -7667,7 +7623,6 @@
{ "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": "usparklodging.com", "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 },
@@ -7704,7 +7659,6 @@
{ "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": "zadroweb.com", "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 },
@@ -8287,7 +8241,6 @@
{ "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": "colorbrush.ru", "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 },
@@ -8317,12 +8270,9 @@
{ "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": "crazycen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "creativeplayuk.com", "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": "crufad.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crypticshell.co.uk", "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 },
@@ -8334,7 +8284,6 @@
{ "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": "cyclebeads.com", "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 },
@@ -8606,7 +8555,6 @@
{ "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": "fortworth.ch", "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": "fotowettbewerb.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -8833,7 +8781,6 @@
{ "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": "immobilier-nice.fr", "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 },
@@ -8888,7 +8835,6 @@
{ "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": "jaketremper.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 },
@@ -9017,7 +8963,6 @@
{ "name": "lansinoh.co.uk", "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": "lauftreff-himmelgeist.de", "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 },
@@ -9061,7 +9006,6 @@
{ "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": "lordjevington.co.uk", "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 },
@@ -9122,7 +9066,6 @@
{ "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": "mc81.com", "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 },
@@ -9320,7 +9263,6 @@
{ "name": "octanio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "octocat.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oddtime.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ohsocool.org", "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 },
@@ -9359,7 +9301,6 @@
{ "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": "own3d.ch", "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 },
@@ -9433,7 +9374,6 @@
{ "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": "pixelhero.co.uk", "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 },
@@ -9493,7 +9433,6 @@
{ "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": "qcdesignschool.com", "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 },
@@ -9619,7 +9558,6 @@
{ "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": "schoolze.com", "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 },
@@ -9732,7 +9670,6 @@
{ "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": "solidfuelappliancespares.co.uk", "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 },
@@ -9826,7 +9763,6 @@
{ "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": "t-shirts4less.nl", "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 },
@@ -10131,12 +10067,10 @@
{ "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": "xmpp.dk", "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": "xoffy.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 },
@@ -10180,12 +10114,10 @@
{ "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": "zorium.org", "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": "01electronica.com.ar", "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 },
@@ -10232,7 +10164,6 @@
{ "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": "arctic.gov", "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 },
@@ -10298,7 +10229,6 @@
{ "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": "blancodent.com", "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 },
@@ -10340,7 +10270,6 @@
{ "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": "cash-pos.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 },
@@ -10373,7 +10302,6 @@
{ "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": "clip.ovh", "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 },
@@ -10447,7 +10375,6 @@
{ "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": "duernberg.at", "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 },
@@ -10477,7 +10404,6 @@
{ "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": "enterprisecarclub.co.uk", "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 },
@@ -10828,7 +10754,6 @@
{ "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": "nicestudio.co.il", "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 },
@@ -11634,7 +11559,6 @@
{ "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": "metricaid.com", "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 },
@@ -11712,7 +11636,6 @@
{ "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": "postblue.info", "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 },
@@ -11793,7 +11716,6 @@
{ "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": "simfed.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "simplicitypvp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "simpul.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sistersurprise.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -12199,7 +12121,6 @@
{ "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": "clientboss.com", "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 },
@@ -12347,7 +12268,6 @@
{ "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": "enigmacpt.com", "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 },
@@ -12503,7 +12423,6 @@
{ "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": "hdrtranscon.com", "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 },
@@ -13120,7 +13039,6 @@
{ "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": "savvysuit.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 },
@@ -13201,7 +13119,6 @@
{ "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": "snow.dog", "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 },
@@ -13262,7 +13179,6 @@
{ "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": "tailify.com", "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 },
@@ -13344,9 +13260,7 @@
{ "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": "tts.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ttt.tt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tucker.wales", "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 },
@@ -13394,7 +13308,6 @@
{ "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": "vertner.net", "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 },
@@ -13718,7 +13631,6 @@
{ "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": "cheazey.net", "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 },
@@ -13770,7 +13682,6 @@
{ "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": "citybusexpress.com", "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 },
@@ -13949,7 +13860,6 @@
{ "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": "elaon.de", "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 },
@@ -14131,7 +14041,6 @@
{ "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": "hiverlune.net", "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 },
@@ -14290,7 +14199,6 @@
{ "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": "kuehnel-bs.de", "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 },
@@ -14324,7 +14232,6 @@
{ "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": "leprado.com", "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 },
@@ -14428,7 +14335,6 @@
{ "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": "mazda-mps.de", "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 },
@@ -14510,7 +14416,6 @@
{ "name": "nien.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nathankonopinski.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nienfun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mymx.lu", "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 },
@@ -14548,7 +14453,6 @@
{ "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": "nethruster.com", "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 },
@@ -14678,7 +14582,6 @@
{ "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": "psychotherapie-kp.de", "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 },
@@ -14762,7 +14665,6 @@
{ "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": "sainth.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 },
@@ -14783,7 +14685,6 @@
{ "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": "rene-stolp.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 },
@@ -14849,7 +14750,6 @@
{ "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": "sleeplessbeastie.eu", "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 },
@@ -14897,7 +14797,6 @@
{ "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": "ss-x.ru", "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 },
@@ -15200,7 +15099,6 @@
{ "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": "1js.de", "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 },
@@ -15645,7 +15543,6 @@
{ "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": "graffen.dk", "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 },
@@ -15923,7 +15820,6 @@
{ "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": "mmbb.org", "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 },
@@ -15999,7 +15895,6 @@
{ "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": "ofda.gov", "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 },
@@ -16210,7 +16105,6 @@
{ "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": "split.is", "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 },
@@ -16304,7 +16198,6 @@
{ "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": "uhm.io", "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 },
@@ -16379,13 +16272,11 @@
{ "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": "verspai.de", "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": "wardow.com", "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 },
@@ -16743,7 +16634,6 @@
{ "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": "caodecristachines.com.br", "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 },
@@ -16927,7 +16817,6 @@
{ "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": "dansk-skole.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 },
@@ -16990,7 +16879,6 @@
{ "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": "dognlife.com", "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 },
@@ -17003,7 +16891,6 @@
{ "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": "darbtech.net", "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 },
@@ -17101,7 +16988,6 @@
{ "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": "essite.net", "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 },
@@ -17137,7 +17023,6 @@
{ "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": "everything.place", "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 },
@@ -17426,7 +17311,6 @@
{ "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": "ibizatopcharter.com", "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 },
@@ -17865,7 +17749,6 @@
{ "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": "next47.com", "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 },
@@ -18012,7 +17895,6 @@
{ "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": "r-cut.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 },
@@ -18410,7 +18292,6 @@
{ "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": "trackdays4fun.com", "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 },
@@ -18459,7 +18340,6 @@
{ "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": "section508.gov", "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 },
@@ -18526,7 +18406,6 @@
{ "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": "welsh.com.br", "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 },
@@ -18722,7 +18601,6 @@
{ "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": "aibenzi.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 },
@@ -18772,7 +18650,6 @@
{ "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": "allns.fr", "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 },
@@ -18798,7 +18675,6 @@
{ "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": "atlas.co", "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 },
@@ -18813,7 +18689,6 @@
{ "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": "armleads.com", "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 },
@@ -18832,7 +18707,6 @@
{ "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": "artstopinc.com", "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 },
@@ -18846,7 +18720,6 @@
{ "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": "barbershop-harmony.org", "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 },
@@ -18879,7 +18752,6 @@
{ "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": "ac-epmservices.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 },
@@ -19011,7 +18883,6 @@
{ "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": "canihavesome.coffee", "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 },
@@ -19150,7 +19021,6 @@
{ "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": "dataprotectionadvisors.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 },
@@ -19339,7 +19209,6 @@
{ "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": "esc.chat", "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 },
@@ -19535,7 +19404,6 @@
{ "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": "geld24.nl", "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 },
@@ -19675,7 +19543,6 @@
{ "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": "imefuniversitario.org", "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 },
@@ -19938,7 +19805,6 @@
{ "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": "londoncalling.co", "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 },
@@ -19974,7 +19840,6 @@
{ "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": "maryjruggles.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 },
@@ -20165,7 +20030,6 @@
{ "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": "nylonfeetporn.com", "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 },
@@ -20443,7 +20307,6 @@
{ "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": "rld.org", "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 },
@@ -20733,7 +20596,6 @@
{ "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": "tancredi.nl", "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 },
@@ -21018,16 +20880,13 @@
{ "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": "xn--80azelb.xn--p1ai", "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": "x-pertservice.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": "zohar.shop", "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 },
@@ -21038,7 +20897,6 @@
{ "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": "zigi.io", "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 },
@@ -21146,7 +21004,6 @@
{ "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": "aufprise.de", "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 },
@@ -21322,7 +21179,6 @@
{ "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": "dineachook.com.au", "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 },
@@ -21381,7 +21237,6 @@
{ "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": "ferdies.co.za", "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 },
@@ -21423,7 +21278,6 @@
{ "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": "gbl.selfip.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 },
@@ -21826,7 +21680,6 @@
{ "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": "secwise.nl", "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 },
@@ -21888,7 +21741,6 @@
{ "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": "stintup.com", "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 },
@@ -22010,7 +21862,6 @@
{ "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": "whanau.org", "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 },
@@ -22254,7 +22105,6 @@
{ "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": "alstroemeria.org", "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 },
@@ -22359,7 +22209,6 @@
{ "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": "autoecolebudget.ch", "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 },
@@ -22374,7 +22223,6 @@
{ "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": "babyliss-pro.net", "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 },
@@ -22508,7 +22356,6 @@
{ "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": "bopera.co.uk", "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 },
@@ -22537,7 +22384,6 @@
{ "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": "brickyardbuffalo.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 },
@@ -22645,7 +22491,6 @@
{ "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": "cheapalarmparts.com.au", "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 },
@@ -22654,7 +22499,6 @@
{ "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": "chloehorler.com", "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 },
@@ -22708,23 +22552,14 @@
{ "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": "codeversetech.com", "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": "coinbit.trade", "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": "coisasdemulher.org", "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.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "collabora.co.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "collabora.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "collabora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "collabora.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "collabora.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "collabora.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "collabora.uk", "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 },
@@ -22967,7 +22802,6 @@
{ "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": "dvx.cloud", "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 },
@@ -22978,9 +22812,7 @@
{ "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": "dzomo.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "e-migration.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "e-newshub.com", "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 },
@@ -23330,7 +23162,6 @@
{ "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": "grandcapital.cn", "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 },
@@ -23533,8 +23364,6 @@
{ "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": "impulsionsa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "inares.org", "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 },
@@ -23580,7 +23409,6 @@
{ "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": "irishmusic.nu", "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 },
@@ -23644,7 +23472,6 @@
{ "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": "jena.space", "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 },
@@ -23748,7 +23575,6 @@
{ "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": "kittyhacker101.tk", "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 },
@@ -23835,7 +23661,6 @@
{ "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-go-acoustic.de", "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 },
@@ -23895,7 +23720,6 @@
{ "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": "lubbockyounglawyers.org", "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 },
@@ -24056,7 +23880,6 @@
{ "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": "micasamgmt.com", "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 },
@@ -24081,7 +23904,6 @@
{ "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": "minkymoon.jp", "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 },
@@ -24124,7 +23946,6 @@
{ "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": "moyer.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mozillians.org", "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 },
@@ -24335,7 +24156,6 @@
{ "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": "organisationsberatung-jacobi.de", "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 },
@@ -24490,7 +24310,6 @@
{ "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": "power-l.ch", "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 },
@@ -24529,7 +24348,6 @@
{ "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": "psicosalud.online", "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 },
@@ -24569,7 +24387,6 @@
{ "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": "rage.rip", "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 },
@@ -24950,7 +24767,6 @@
{ "name": "spinspin.wtf", "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": "sportxt.ru", "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 },
@@ -24973,7 +24789,6 @@
{ "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": "stephenhorler.com.au", "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 },
@@ -25005,7 +24820,6 @@
{ "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": "susc.org.uk", "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 },
@@ -25022,7 +24836,6 @@
{ "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": "tahosalodge.org", "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 },
@@ -25107,7 +24920,6 @@
{ "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": "thethirdroad.com", "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 },
@@ -25197,7 +25009,6 @@
{ "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": "trietment.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 },
@@ -25440,7 +25251,6 @@
{ "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": "xiaolanglang.net", "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 },
@@ -25653,7 +25463,6 @@
{ "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": "algebraaec.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 },
@@ -25811,7 +25620,6 @@
{ "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": "ateliernihongo.ch", "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 },
@@ -25848,7 +25656,6 @@
{ "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": "banned-bitches.tk", "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 },
@@ -25908,7 +25715,6 @@
{ "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": "bikerebel.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 },
@@ -25945,13 +25751,11 @@
{ "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": "brenden.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brightonchilli.org.uk", "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": "brewsouth.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 },
@@ -26356,7 +26160,6 @@
{ "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": "doveholesband.co.uk", "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 },
@@ -26381,7 +26184,6 @@
{ "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": "edlinus.cn", "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 },
@@ -26426,7 +26228,6 @@
{ "name": "elsvanderlugt.nl", "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": "environmentkirklees.org", "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 },
@@ -26491,7 +26292,6 @@
{ "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": "espacetemps.ch", "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 },
@@ -26659,7 +26459,6 @@
{ "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": "gidea.nu", "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 },
@@ -26723,7 +26522,6 @@
{ "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": "hainoni.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 },
@@ -26765,7 +26563,6 @@
{ "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": "henhenlu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "harveymilton.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 },
@@ -26888,7 +26685,6 @@
{ "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": "ifan.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ibrom.eu", "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 },
@@ -26917,7 +26713,6 @@
{ "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": "interboursegeneva.ch", "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 },
@@ -26957,7 +26752,6 @@
{ "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": "impacter.eu", "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 },
@@ -27075,7 +26869,6 @@
{ "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": "khoury-dulla.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kupimlot.ru", "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 },
@@ -27173,7 +26966,6 @@
{ "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": "laurent-e-levy.com", "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 },
@@ -27280,7 +27072,6 @@
{ "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-dc.com", "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 },
@@ -27541,7 +27332,6 @@
{ "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": "nishaswonderland.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "omarh.net", "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 },
@@ -27745,11 +27535,9 @@
{ "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": "pmconference.ch", "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": "preigu.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 },
@@ -27818,7 +27606,6 @@
{ "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": "propagandablog.de", "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 },
@@ -27942,7 +27729,6 @@
{ "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": "sadsu.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 },
@@ -28082,7 +27868,6 @@
{ "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": "snap.com", "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 },
@@ -28151,7 +27936,6 @@
{ "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": "sospromotions.com.au", "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 },
@@ -28298,7 +28082,6 @@
{ "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": "thecuppacakery.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 },
@@ -28327,7 +28110,6 @@
{ "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": "totoro.pub", "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 },
@@ -28514,7 +28296,6 @@
{ "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": "wavefloatrooms.com", "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 },
@@ -28627,7 +28408,6 @@
{ "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": "xmedius.ca", "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 },
@@ -28765,7 +28545,6 @@
{ "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": "zurickrelogios.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 },
@@ -28824,7 +28603,6 @@
{ "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": "abvent.net", "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 },
@@ -28932,7 +28710,6 @@
{ "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": "angelinahair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "berduri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "belpbleibtbelp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beetgroup.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29235,7 +29012,6 @@
{ "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": "dfrance.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 },
@@ -29443,7 +29219,6 @@
{ "name": "fysiotherapieholtenbroek.nl", "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": "ghkim.net", "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 },
@@ -29478,7 +29253,6 @@
{ "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": "gwa-verwaltung.de", "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 },
@@ -29505,7 +29279,6 @@
{ "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": "heverhagen.rocks", "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 },
@@ -29689,7 +29462,6 @@
{ "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": "konicaprinterdriver.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 },
@@ -29729,7 +29501,6 @@
{ "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": "logimagine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kswcosmetics.com", "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 },
@@ -29832,7 +29603,6 @@
{ "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": "marvinkeller.de", "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 },
@@ -29900,7 +29670,6 @@
{ "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": "muzgra.in", "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 },
@@ -30013,9 +29782,7 @@
{ "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": "palmavile.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "onthe.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "palmaville.com", "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 },
@@ -30074,7 +29841,6 @@
{ "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": "pigritia.de", "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 },
@@ -30311,7 +30077,6 @@
{ "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": "sinaryuda.web.id", "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 },
@@ -30331,9 +30096,7 @@
{ "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": "snake.dog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "skysuite.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "showdepiscinas.com.br", "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 },
@@ -30347,7 +30110,6 @@
{ "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": "somaini.li", "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 },
@@ -30409,7 +30171,6 @@
{ "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": "taoburee.com", "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 },
@@ -30755,7 +30516,6 @@
{ "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": "figshare.com", "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 },
@@ -30972,7 +30732,6 @@
{ "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": "artsinthevalley.net.au", "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 },
@@ -31189,7 +30948,6 @@
{ "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": "stairlin.com", "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 },
@@ -31198,7 +30956,6 @@
{ "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": "talltreeskv.com.au", "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 },
@@ -31223,7 +30980,6 @@
{ "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": "viladochurrasco.com.br", "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 },
@@ -31247,7 +31003,6 @@
{ "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": "100rembourse.be", "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 },
@@ -31343,7 +31098,6 @@
{ "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": "codespromo.be", "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 },
@@ -31370,7 +31124,6 @@
{ "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": "dreamhack.com", "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 },
@@ -31466,7 +31219,6 @@
{ "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": "idatha.de", "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 },
@@ -31510,7 +31262,6 @@
{ "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": "koddsson.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 },
@@ -31631,7 +31382,6 @@
{ "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": "r-ay.cn", "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 },
@@ -31679,9 +31429,6 @@
{ "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": "smartlogreturns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "smartlogstock.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "smartlogtower.com", "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 },
@@ -31690,7 +31437,6 @@
{ "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": "stl.news", "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 },
@@ -31719,7 +31465,6 @@
{ "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": "tgmkanis.com", "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 },
@@ -31743,7 +31488,6 @@
{ "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": "tschuermans.be", "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 },
@@ -31766,7 +31510,6 @@
{ "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": "visual-cockpit.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 },
@@ -31838,7 +31581,6 @@
{ "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": "dezshop24.de", "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 },
@@ -32122,7 +31864,6 @@
{ "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": "bosabosa.org", "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 },
@@ -32239,7 +31980,6 @@
{ "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": "creepypastas.net", "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 },
@@ -32513,7 +32253,6 @@
{ "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": "gs93.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gtravers-basketmaker.co.uk", "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 },
@@ -32610,7 +32349,6 @@
{ "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": "inventix.nl", "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 },
@@ -32772,7 +32510,6 @@
{ "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": "magentapinkinteriors.co.uk", "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 },
@@ -32816,7 +32553,6 @@
{ "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": "melakaltenegger.at", "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 },
@@ -32942,7 +32678,6 @@
{ "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": "onestepfootcare.com", "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 },
@@ -33037,7 +32772,6 @@
{ "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": "privatepropertymallorca.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "privatewolke.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 },
@@ -33186,10 +32920,8 @@
{ "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": "silviamacallister.com", "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": "singerwang.com", "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 },
@@ -33336,7 +33068,6 @@
{ "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": "unknownbreakup.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 },
@@ -33389,7 +33120,6 @@
{ "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": "wbit.co.il", "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 },
@@ -33456,7 +33186,6 @@
{ "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": "yorcool.nl", "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 },
@@ -33614,7 +33343,6 @@
{ "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": "charliemcneive.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 },
@@ -33869,12 +33597,10 @@
{ "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": "mrkapowski.com", "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": "mycrystalgrove.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 },
@@ -33896,7 +33622,6 @@
{ "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": "opencad.io", "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 },
@@ -34013,10 +33738,8 @@
{ "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": "termitinitus.org", "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": "tgtv.tn", "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 },
@@ -34153,7 +33876,6 @@
{ "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": "agileecommerce.com.br", "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 },
@@ -34199,7 +33921,6 @@
{ "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": "anditi.com", "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 },
@@ -34568,7 +34289,6 @@
{ "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": "dadosch.de", "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 },
@@ -34638,7 +34358,6 @@
{ "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": "elitebouncingfun.com", "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 },
@@ -34688,7 +34407,6 @@
{ "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": "fmdance.cl", "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 },
@@ -35210,7 +34928,6 @@
{ "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": "psc.gov", "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 },
@@ -35276,7 +34993,6 @@
{ "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": "saudavel.com.vc", "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 },
@@ -35405,7 +35121,6 @@
{ "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": "thosci.com", "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 },
@@ -35432,7 +35147,6 @@
{ "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": "trafficpixel.tk", "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 },
@@ -35583,7 +35297,6 @@
{ "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": "howtogosolar.org", "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 },
@@ -35855,7 +35568,6 @@
{ "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": "gpsolarpanels.com", "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 },
@@ -35876,7 +35588,6 @@
{ "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": "hilfreiche-server.tips", "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 },
@@ -36166,7 +35877,6 @@
{ "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": "swiss-apartments.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 },
@@ -36227,7 +35937,6 @@
{ "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": "wifi-hack.com", "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 },
@@ -36277,7 +35986,6 @@
{ "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": "actc81.fr", "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 },
@@ -36306,7 +36014,6 @@
{ "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": "avdh.top", "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 },
@@ -36487,7 +36194,6 @@
{ "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": "howa-n.net", "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 },
@@ -36681,7 +36387,6 @@
{ "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": "sosteric.si", "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 },
@@ -36692,7 +36397,6 @@
{ "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": "sunboxstore.jp", "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 },
@@ -36842,7 +36546,6 @@
{ "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": "bcradio.org", "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 },
@@ -36873,7 +36576,6 @@
{ "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": "chasing-coins.com", "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 },
@@ -36908,7 +36610,6 @@
{ "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": "digitalwasteland.net", "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 },
@@ -37028,7 +36729,6 @@
{ "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": "jakpremyslet.cz", "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 },
@@ -37074,7 +36774,6 @@
{ "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": "lookbetweenthelines.com", "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 },
@@ -37193,7 +36892,6 @@
{ "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": "sbsnursery.co.uk", "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 },
@@ -37217,7 +36915,6 @@
{ "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": "stanthonymaryclaret.org", "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 },
@@ -37554,7 +37251,6 @@
{ "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": "briandwells.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 },
@@ -37800,7 +37496,6 @@
{ "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": "erwinpaal.nl", "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 },
@@ -37952,7 +37647,6 @@
{ "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": "gram.tips", "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 },
@@ -38027,7 +37721,6 @@
{ "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": "huntexpired.com", "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 },
@@ -38224,7 +37917,6 @@
{ "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": "lui.pink", "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 },
@@ -38397,7 +38089,6 @@
{ "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": "oni.nl", "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 },
@@ -38544,7 +38235,6 @@
{ "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": "robertnemec.com", "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 },
@@ -38591,7 +38281,6 @@
{ "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": "secureim.de", "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 },
@@ -38891,7 +38580,6 @@
{ "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--lnakuten-9za.com", "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 },
@@ -39132,7 +38820,6 @@
{ "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": "dabblegoat.com", "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 },
@@ -39286,7 +38973,6 @@
{ "name": "gtlaun.ch", "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": "gw2zone.net", "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 },
@@ -39676,7 +39362,6 @@
{ "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": "tamersunion.org", "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 },
@@ -39691,7 +39376,6 @@
{ "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": "theblondeabroad.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 },
@@ -39701,7 +39385,6 @@
{ "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": "thyrex.fr", "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 },
@@ -39723,7 +39406,6 @@
{ "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": "tycom.cz", "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 },
@@ -39746,11 +39428,9 @@
{ "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": "webharvest.gov", "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": "weedlife.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": "weedworthy.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 },
@@ -39812,7 +39492,6 @@
{ "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": "09115.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 },
@@ -39863,7 +39542,6 @@
{ "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": "amleeds.co.uk", "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 },
@@ -39917,7 +39595,6 @@
{ "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": "boskeopolis-stories.com", "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 },
@@ -39994,7 +39671,6 @@
{ "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": "domainoo.com", "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 },
@@ -40036,7 +39712,6 @@
{ "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": "euaggelion.blog.br", "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 },
@@ -40151,7 +39826,6 @@
{ "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": "jaepinformatica.com", "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 },
@@ -40364,7 +40038,6 @@
{ "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": "rehabilitation.network", "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 },
@@ -40374,7 +40047,6 @@
{ "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": "rga.sh", "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 },
@@ -40530,7 +40202,6 @@
{ "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": "wellmarts.com", "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 },
@@ -40665,7 +40336,6 @@
{ "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": "beckon.com", "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 },
@@ -40762,7 +40432,6 @@
{ "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": "deutsche-seniorenbetreuung.de", "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 },
@@ -40834,11 +40503,9 @@
{ "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": "fliio.com", "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": "frankinteriordesign.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 },
@@ -41019,7 +40686,6 @@
{ "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": "naomiheji.com", "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 },
@@ -41235,7 +40901,6 @@
{ "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": "uc.ac.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uitslagensoftware.nl", "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 },
@@ -41250,7 +40915,6 @@
{ "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": "via-shire-krug.ru", "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 },
@@ -41579,7 +41243,6 @@
{ "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": "645ds.cn", "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 },
@@ -41675,8 +41338,6 @@
{ "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": "advocoeurdehaan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "advtran.com", "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 },
@@ -41708,7 +41369,6 @@
{ "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": "brovelton.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 },
@@ -41729,10 +41389,8 @@
{ "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": "continuum.memorial", "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": "cozitop.com.br", "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 },
@@ -41929,7 +41587,6 @@
{ "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": "rhevelo.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 },
@@ -41960,12 +41617,10 @@
{ "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": "staklim-malang.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "stefanorossi.it", "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": "sublocale.com", "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 },
@@ -42034,7 +41689,6 @@
{ "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": "youareme.ca", "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 },
@@ -42053,7 +41707,6 @@
{ "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": "1b1.pl", "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 },
@@ -42067,9 +41720,7 @@
{ "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": "645ds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "69fps.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6ird.com", "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 },
@@ -42169,7 +41820,6 @@
{ "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": "casinoonlinesicuri.com", "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 },
@@ -42234,7 +41884,6 @@
{ "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": "dwellstudio.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 },
@@ -42280,8 +41929,6 @@
{ "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": "folwark.krakow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "folwarkwiazy.pl", "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 },
@@ -42295,7 +41942,6 @@
{ "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": "gansleit.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 },
@@ -42388,7 +42034,6 @@
{ "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": "kejar.id", "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 },
@@ -42461,7 +42106,6 @@
{ "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": "multimed.krakow.pl", "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 },
@@ -42500,7 +42144,6 @@
{ "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": "peerigon.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 },
@@ -42542,7 +42185,6 @@
{ "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": "redfox-infosec.de", "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 },
@@ -42746,7 +42388,6 @@
{ "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": "absolutehaitian.com", "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 },
@@ -42842,7 +42483,6 @@
{ "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": "brank.as", "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 },
@@ -42875,7 +42515,6 @@
{ "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": "concursuri.biz", "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 },
@@ -43087,7 +42726,6 @@
{ "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": "koirala.net", "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 },
@@ -43103,7 +42741,6 @@
{ "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": "likere.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 },
@@ -43476,7 +43113,6 @@
{ "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": "asmm.cc", "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 },
@@ -43907,7 +43543,6 @@
{ "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": "serotiuk.com", "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 },
@@ -44321,7 +43956,6 @@
{ "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": "kindlezs.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": "klingsundet.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -44398,12 +44032,10 @@
{ "name": "momento.co.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "montemanik.com", "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": "moot-info.co.za", "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": "mtane0412.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 },
@@ -44533,7 +44165,6 @@
{ "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": "school-register.co.za", "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 },
@@ -44641,7 +44272,6 @@
{ "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": "website-engineering.co.za", "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": "westcentralaor.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -44776,7 +44406,6 @@
{ "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": "briarproject.org", "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 },
@@ -45402,7 +45031,6 @@
{ "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": "yangmaodang.org", "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 },
@@ -45462,7 +45090,6 @@
{ "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": "akracing.se", "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 },
@@ -45572,7 +45199,6 @@
{ "name": "coecrafters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cognitohq.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": "collinklippel.com", "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 },
@@ -45591,7 +45217,6 @@
{ "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": "dafnik.me", "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 },
@@ -45711,9 +45336,7 @@
{ "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": "fysiotherapienieuwveen.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": "gabinetpsychoterapii.krakow.pl", "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 },
@@ -46031,7 +45654,6 @@
{ "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": "pineapplesapp.com", "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 },
@@ -46085,7 +45707,6 @@
{ "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": "remszeitung.de", "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 },
@@ -46191,7 +45812,6 @@
{ "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": "tormakristof.eu", "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 },
@@ -46259,7 +45879,6 @@
{ "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": "x1be.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 },
@@ -46432,7 +46051,6 @@
{ "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": "deltafinanceiro.com.br", "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 },
@@ -46652,7 +46270,6 @@
{ "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": "jcolideles.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 },
@@ -46852,7 +46469,6 @@
{ "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": "paytonmoledor.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 },
@@ -46872,7 +46488,6 @@
{ "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": "poncho-bedrucken.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 },
@@ -46931,15 +46546,12 @@
{ "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": "scaffoldhireeastrand.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "scaffoldhirefourways.co.za", "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": "sch44r0n.de", "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": "schoolbus.at", "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 },
@@ -46975,7 +46587,6 @@
{ "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": "steven-klix.de", "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 },
@@ -47128,7 +46739,6 @@
{ "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": "atendimentodelta.com.br", "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 },
@@ -47182,7 +46792,6 @@
{ "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": "diamondsleepsolutions.com", "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 },
@@ -47240,7 +46849,6 @@
{ "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": "henchman.io", "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 },
@@ -47289,7 +46897,6 @@
{ "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": "luxurytimepieces.net", "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 },
@@ -47385,8 +46992,6 @@
{ "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": "sisver.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "sisver.mx", "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": "skytec.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -47544,7 +47149,6 @@
{ "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": "backupsinop.com.br", "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 },
@@ -47675,7 +47279,6 @@
{ "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": "eiskratzer-bedrucken.de", "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 },
@@ -47871,11 +47474,9 @@
{ "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": "madebydusk.com", "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": "mansiontech.cn", "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 },
@@ -47995,7 +47596,6 @@
{ "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": "pdf-archive.com", "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 },
@@ -48064,7 +47664,6 @@
{ "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": "schwalliers.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 },
@@ -48219,7 +47818,6 @@
{ "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": "werbe-sonnenbrillen.de", "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 },
@@ -48381,7 +47979,6 @@
{ "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": "hamcocc.com", "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 },
@@ -48448,7 +48045,6 @@
{ "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": "meo.de", "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 },
@@ -48896,7 +48492,6 @@
{ "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": "dnzz123.com", "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 },
@@ -49091,7 +48686,6 @@
{ "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": "hogepad.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": "homem-viril.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "homesteadandprepper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -49267,7 +48861,6 @@
{ "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": "milkandcookies.ca", "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 },
@@ -49349,7 +48942,6 @@
{ "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": "ojeremy.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 },
@@ -49426,9 +49018,6 @@
{ "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": "promo-brille.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "promo-brille.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "promo-brille.de", "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 },
@@ -49787,7 +49376,6 @@
{ "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": "yuanjiazhao.com", "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 },
@@ -49836,7 +49424,6 @@
{ "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": "apo-deutschland.biz", "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 },
@@ -49920,7 +49507,6 @@
{ "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": "danielwildhaber.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 },
@@ -49988,7 +49574,6 @@
{ "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": "greenconn.ca", "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 },
@@ -50320,7 +49905,6 @@
{ "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": "terrapay.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 },
@@ -50347,7 +49931,6 @@
{ "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": "touchinformatica.com", "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 },
@@ -50655,9 +50238,7 @@
{ "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": "primoloyalty.com", "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": "procreditbank-kos.com", "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 },
@@ -50923,7 +50504,6 @@
{ "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": "bancor.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "bandagastrica.es", "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 },
@@ -50964,7 +50544,6 @@
{ "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": "cdshining.com", "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 },
@@ -51143,7 +50722,6 @@
{ "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": "huynhviet.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 },
@@ -51394,7 +50972,6 @@
{ "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": "obesidadlavega.com", "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 },
@@ -51517,7 +51094,6 @@
{ "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": "ruthmontenegro.com", "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 },
@@ -51699,7 +51275,6 @@
{ "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": "web-jive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "web1n.com", "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 },
@@ -51852,10 +51427,8 @@
{ "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": "baby-bath-tub.com", "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": "bailonga.com", "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 },
@@ -51886,7 +51459,6 @@
{ "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": "bigorbitgallery.org", "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 },
@@ -51902,7 +51474,6 @@
{ "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": "boogaerdtmakelaars.nl", "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 },
@@ -51924,7 +51495,6 @@
{ "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": "casaanastasia.ro", "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 },
@@ -51947,7 +51517,6 @@
{ "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": "conclinica.com.br", "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 },
@@ -51977,7 +51546,6 @@
{ "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": "deejayevents.ro", "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 },
@@ -52002,7 +51570,6 @@
{ "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": "dr-it.co.uk", "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 },
@@ -52020,7 +51587,6 @@
{ "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": "emanuela-gabriela.co.uk", "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 },
@@ -52160,7 +51726,6 @@
{ "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": "javierlorente.es", "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 },
@@ -52194,7 +51759,6 @@
{ "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": "kogax.com", "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 },
@@ -52271,7 +51835,6 @@
{ "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": "meesteresmisty.nl", "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 },
@@ -52431,7 +51994,6 @@
{ "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": "renee.today", "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 },
@@ -52467,7 +52029,6 @@
{ "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": "seo-dr-it.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 },
@@ -52788,7 +52349,6 @@
{ "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": "everettsautorepair.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 },
@@ -53145,7 +52705,6 @@
{ "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": "airbossofamerica.com", "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 },
@@ -53237,7 +52796,6 @@
{ "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": "dofux.org", "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 },
@@ -53269,7 +52827,6 @@
{ "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": "foixet.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 },
@@ -53339,7 +52896,6 @@
{ "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": "kjelltitulaer.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 },
@@ -53402,7 +52958,6 @@
{ "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": "nicesleepo.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 },
@@ -53412,7 +52967,6 @@
{ "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": "odvps.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 },
@@ -53496,7 +53050,6 @@
{ "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": "snargol.com", "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 },
@@ -53516,7 +53069,6 @@
{ "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": "swivells.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 },
@@ -53559,7 +53111,6 @@
{ "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": "whattominingrigrentals.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 },
@@ -53617,7 +53168,6 @@
{ "name": "acl.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "acpcoils.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "acscbasket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "adarshthapa.in", "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 },
@@ -53642,7 +53192,6 @@
{ "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": "anoncrypto.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 },
@@ -53837,7 +53386,6 @@
{ "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": "dpm-ident.de", "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 },
@@ -54155,7 +53703,6 @@
{ "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": "marcceleiro.cat", "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 },
@@ -54436,13 +53983,11 @@
{ "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": "staparishgm.org", "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": "stbridgeteastfalls.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 },
@@ -54477,7 +54022,6 @@
{ "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": "tamirson.com", "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 },
@@ -54495,7 +54039,6 @@
{ "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": "thearcheryguide.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 },
@@ -54519,7 +54062,6 @@
{ "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": "tina-zander.de", "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 },
@@ -54624,7 +54166,6 @@
{ "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": "wtup.net", "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 },
@@ -54696,7 +54237,6 @@
{ "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": "aarklendoia.com", "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 },
@@ -54910,7 +54450,6 @@
{ "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": "ces-ltd.co.uk", "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 },
@@ -54955,7 +54494,6 @@
{ "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": "cpgarmor.com", "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.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -54980,7 +54518,6 @@
{ "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": "cyl6.com", "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 },
@@ -55083,7 +54620,6 @@
{ "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": "eden-eu.com", "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 },
@@ -55157,7 +54693,6 @@
{ "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": "ffbsee.net", "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 },
@@ -55364,7 +54899,6 @@
{ "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": "janker.me", "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 },
@@ -55514,7 +55048,6 @@
{ "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": "mchuiji.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 },
@@ -55606,7 +55139,6 @@
{ "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": "nieuwsberichten.eu", "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 },
@@ -55657,7 +55189,6 @@
{ "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": "owensordinarymd.com", "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 },
@@ -55672,7 +55203,6 @@
{ "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": "peakhomeloan.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": "penguinbits.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pepgrid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -55827,7 +55357,6 @@
{ "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": "recursosdeautoayuda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "redespaulista.com", "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 },
@@ -56005,7 +55534,6 @@
{ "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": "t0ny.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "t9i.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tabletsbaratasya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "taherian.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -56058,7 +55586,6 @@
{ "name": "tidy.chat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "timbrado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tittelbach.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "tjcuk.co.uk", "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 },
@@ -56234,7 +55761,6 @@
{ "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": "zahnmedizinzentrum.com", "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 },
@@ -56301,7 +55827,6 @@
{ "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": "deonlinespecialist.nl", "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 },
@@ -56352,7 +55877,6 @@
{ "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": "gbs-uk.com", "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 },
@@ -56390,7 +55914,6 @@
{ "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": "koljakrekow.de", "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 },
@@ -56448,7 +55971,6 @@
{ "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": "onkfaktor.de", "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 },
@@ -56472,10 +55994,8 @@
{ "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": "qlcvea.com", "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": "radiobox.net", "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 },
@@ -56574,7 +56094,6 @@
{ "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": "trakkr.tk", "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 },
@@ -56742,7 +56261,6 @@
{ "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": "capsule.org", "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 },
@@ -57073,7 +56591,6 @@
{ "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": "noah-witt.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 },
@@ -57461,7 +56978,6 @@
{ "name": "555wfcp.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": "5yeb.com", "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 },
@@ -57776,7 +57292,6 @@
{ "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": "dicionarios.cc", "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 },
@@ -57824,7 +57339,6 @@
{ "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": "emma.ly", "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 },
@@ -57923,7 +57437,6 @@
{ "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": "haibara.top", "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 },
@@ -58076,7 +57589,6 @@
{ "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": "lansewu.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 },
@@ -58106,7 +57618,6 @@
{ "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": "littlecrittersbrewery.com", "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 },
@@ -58333,7 +57844,6 @@
{ "name": "peterboweycomputerservices.com.au", "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": "pianos.de", "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 },
@@ -58460,7 +57970,6 @@
{ "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": "silvester-mitterschida.de", "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 },
@@ -58657,7 +58166,6 @@
{ "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": "wug.fun", "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 },
@@ -58666,7 +58174,6 @@
{ "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": "xiwu.li", "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 },
@@ -58730,7 +58237,6 @@
{ "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": "affpass.com", "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.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -58860,7 +58366,6 @@
{ "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": "harrygerritstransport.nl", "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 },
@@ -58906,7 +58411,6 @@
{ "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": "ltlec.org", "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 },
@@ -59149,7 +58653,6 @@
{ "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": "fuszara.pl", "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 },
@@ -59292,7 +58795,6 @@
{ "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": "samariafar.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 },
@@ -59361,7 +58863,6 @@
{ "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": "werkinholland.com", "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 },
@@ -59571,7 +59072,6 @@
{ "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": "linkst.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "linkyou.top", "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 },
@@ -59606,7 +59106,6 @@
{ "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": "nan.ge", "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 },
@@ -59620,7 +59119,6 @@
{ "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": "nextcloud-miyamoto.spdns.org", "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": "northebridge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -59820,7 +59318,6 @@
{ "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": "bytegoing.com", "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 },
@@ -59880,7 +59377,6 @@
{ "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": "foyer-laique-segre.com", "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 },
@@ -59913,7 +59409,6 @@
{ "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": "junta.pl", "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 },
@@ -60083,7 +59578,6 @@
{ "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": "wayuanma.com", "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 },
@@ -60102,7 +59596,6 @@
{ "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": "youhabitat.es", "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 },
@@ -60439,7 +59932,6 @@
{ "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": "swi.sytes.net", "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 },
@@ -60590,7 +60082,6 @@
{ "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": "edusitios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "eliaswendt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "eliaswendt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "emilypennock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -60603,7 +60094,6 @@
{ "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": "esigtorg.ru", "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 },
@@ -60653,7 +60143,6 @@
{ "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": "jadehotel.nl", "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 },
@@ -60715,7 +60204,6 @@
{ "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": "nerdswithknives.com", "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 },
@@ -60921,7 +60409,6 @@
{ "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": "besuccessful.ch", "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 },
@@ -60935,7 +60422,6 @@
{ "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": "bugu.org", "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 },
@@ -60973,7 +60459,6 @@
{ "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": "daveedave.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 },
@@ -61086,11 +60571,9 @@
{ "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": "kk.sb", "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": "lachlanallison.com", "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 },
@@ -61167,7 +60650,6 @@
{ "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": "qacademy.com.au", "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 },
@@ -61200,7 +60682,6 @@
{ "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": "sewatec.com", "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 },
@@ -61248,7 +60729,6 @@
{ "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": "theclinician.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 },
@@ -61272,7 +60752,6 @@
{ "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": "voceempaz.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 },
@@ -61436,7 +60915,6 @@
{ "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": "gloucestershiregospelpartnership.org.uk", "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 },
@@ -61452,7 +60930,6 @@
{ "name": "iautodily.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "iboy1069.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "icanhazpass.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ifma.edu.br", "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 },
@@ -61663,7 +61140,6 @@
{ "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": "administracionessaez.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "adrenalin.od.ua", "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 },
@@ -61684,7 +61160,6 @@
{ "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": "bestladyshaver.co.uk", "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 },
@@ -61697,7 +61172,6 @@
{ "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": "bunny.parts", "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 },
@@ -61722,8 +61196,6 @@
{ "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": "deautomaat.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "deconsolas.tk", "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 },
@@ -61734,7 +61206,6 @@
{ "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": "dsimons.tk", "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 },
@@ -61794,7 +61265,6 @@
{ "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": "kichy.net", "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 },
@@ -61905,7 +61375,6 @@
{ "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": "sleepingbaghub.com", "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 },
@@ -62100,7 +61569,6 @@
{ "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": "gocphongthuy.net", "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 },
@@ -62125,7 +61593,6 @@
{ "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": "iowen.cn", "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 },
@@ -62174,7 +61641,6 @@
{ "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": "medtip.de", "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 },
@@ -62264,7 +61730,6 @@
{ "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": "securitydriver.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 },
@@ -62365,7 +61830,6 @@
{ "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": "ae86x.com", "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 },
@@ -62634,7 +62098,6 @@
{ "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": "rosswilson.co.uk", "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 },
@@ -62670,7 +62133,6 @@
{ "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": "snuverma.com", "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 },
@@ -62747,7 +62209,6 @@
{ "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": "182wh.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 },
@@ -62779,7 +62240,6 @@
{ "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": "672990.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 },
@@ -62796,7 +62256,6 @@
{ "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": "7777k8.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 },
@@ -62843,7 +62302,6 @@
{ "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": "andreasjanker.de", "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 },
@@ -62988,7 +62446,6 @@
{ "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": "computerinfobits.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 },
@@ -63222,7 +62679,6 @@
{ "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": "inovitec.eu", "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 },
@@ -63269,7 +62725,6 @@
{ "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": "keymicrosystems.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 },
@@ -63525,7 +62980,6 @@
{ "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": "quantumtelecom.com.br", "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 },
@@ -63538,34 +62992,22 @@
{ "name": "raelto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "raidemeraude.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": "raiito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "rail-to.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-sucks.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": "railto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "railto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "railtocom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "railtoe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "railtoexchange.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": "railtosucks.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": "railtto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "raitlo.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": "rallto.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": "recettemedievale.fr", "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 },
@@ -63754,13 +63196,11 @@
{ "name": "tombu.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tombu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tombu.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "tophr.kz", "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": "tradeonfx.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 },
@@ -63850,10 +63290,8 @@
{ "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": "wrestling.net.au", "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": "wwwrailto.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 },
@@ -63963,7 +63401,6 @@
{ "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": "berkat-luqs.ddns.net", "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 },
@@ -63988,7 +63425,6 @@
{ "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": "clausewitz-gesellschaft.de", "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 },
@@ -64184,7 +63620,6 @@
{ "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": "stonedwarf5.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "stromak.cz", "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 },
@@ -64202,7 +63637,6 @@
{ "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": "tombu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "twonodes.games", "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 },
@@ -64218,7 +63652,6 @@
{ "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": "www-railto.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 },
@@ -64258,12 +63691,10 @@
{ "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": "zanshinkankarate.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": "01media.fr", "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 },
@@ -64298,13 +63729,8 @@
{ "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": "30375511.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": "30375544.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "30375555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "30375566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "30375577.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 },
@@ -64317,33 +63743,19 @@
{ "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": "380222000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380222111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380222222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380222333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380222444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380222555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380222666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380222777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380222888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380222999.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": "3803300.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": "3806600.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": "3807722.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": "3808833.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 },
@@ -64522,7 +63934,6 @@
{ "name": "buckscountyobgyn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "buziaczki.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "caipao123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "camdenboneandjoint.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 },
@@ -64587,7 +63998,6 @@
{ "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": "elforno.gr", "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 },
@@ -64812,7 +64222,6 @@
{ "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": "sesamecare.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 },
@@ -64830,7 +64239,6 @@
{ "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": "subtlelonging.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 },
@@ -65573,7 +64981,6 @@
{ "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": "pymesvalencia.es", "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": "q9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -65716,7 +65123,6 @@
{ "name": "vv9721.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": "w80010.com", "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 },
@@ -65730,7 +65136,6 @@
{ "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": "worthygo.com", "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 },
@@ -65936,7 +65341,6 @@
{ "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": "campgesher.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 },
@@ -65944,11 +65348,9 @@
{ "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": "chatswoodprestige.com.au", "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": "cikeblog.com", "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 },
@@ -66088,7 +65490,6 @@
{ "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": "langduytinh.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 },
@@ -66578,15 +65979,11 @@
{ "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": "uze-mobility.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "uze-mobility.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "uze-mobility.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uze-store.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "uze.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uzemobility.com", "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": "vegetabio.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 },
@@ -66660,7 +66057,6 @@
{ "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": "155175.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 },
@@ -67072,7 +66468,6 @@
{ "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": "ithelfer.ch", "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 },
@@ -67133,7 +66528,6 @@
{ "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": "marolu.one", "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 },
@@ -67187,7 +66581,6 @@
{ "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": "partyhelfer.ch", "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 },
@@ -67464,7 +66857,6 @@
{ "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": "arufu.dk", "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 },
@@ -67556,7 +66948,6 @@
{ "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": "eons.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "eqassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "erfolgsmaschine.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "especialistagoogleadwords.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67605,7 +66996,6 @@
{ "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": "hwx8.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 },
@@ -67619,7 +67009,6 @@
{ "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": "jaideeyoga.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 },
@@ -67726,11 +67115,9 @@
{ "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": "ribeirostore.com.br", "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": "rodchapman.com", "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 },
@@ -67768,7 +67155,6 @@
{ "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": "taxhunter.com.au", "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 },
@@ -67816,7 +67202,6 @@
{ "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": "076k8.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 },
@@ -67830,14 +67215,8 @@
{ "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": "2222k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "222k8.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": "3333k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "36594.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "518k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "666k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "668k8.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 },
@@ -67845,15 +67224,11 @@
{ "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": "886k8.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": "99989796.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "99989796.net", "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": "9999k8.net", "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 },
@@ -68034,15 +67409,10 @@
{ "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": "k81111.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": "k82222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "k8268.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "k8268.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "k829.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "k8368.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 },
@@ -68058,13 +67428,11 @@
{ "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": "k87777.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": "k89999.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 },
@@ -68107,8 +67475,6 @@
{ "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": "livv168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "livv88.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 },
@@ -68209,7 +67575,6 @@
{ "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": "starorusing.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 },
@@ -68225,7 +67590,6 @@
{ "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": "treehole.life", "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 },
@@ -68312,7 +67676,6 @@
{ "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": "alforto.nl", "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 },
@@ -68389,7 +67752,6 @@
{ "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": "dresdner-stollen-von-reimann.de", "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 },
@@ -68450,7 +67812,6 @@
{ "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-ihre-pflege-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 },
@@ -68598,7 +67959,6 @@
{ "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": "uze-mobility.io", "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 },
@@ -68718,7 +68078,6 @@
{ "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": "contact.xyz", "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 },
@@ -68753,7 +68112,6 @@
{ "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": "fapp.tube", "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 },
@@ -68789,7 +68147,6 @@
{ "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": "init.blog", "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 },
@@ -68872,7 +68229,6 @@
{ "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": "nonglamfarm.vn", "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 },
@@ -68891,7 +68247,6 @@
{ "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": "parltrack.org", "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 },
@@ -68941,7 +68296,6 @@
{ "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": "suplments.com", "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 },
@@ -68969,7 +68323,6 @@
{ "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": "toolshero.com", "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 },
@@ -69080,7 +68433,6 @@
{ "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": "connectium.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "copan.com.br", "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 },
@@ -69133,7 +68485,6 @@
{ "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": "filmcrewdb.com", "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 },
@@ -69153,15 +68504,12 @@
{ "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": "haindlmuehle.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hanying55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hanying9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hbgshop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "heartfelttokens.com", "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": "homedatacenter.com.br", "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 },
@@ -69176,7 +68524,6 @@
{ "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": "humdingersnj.com", "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 },
@@ -69196,7 +68543,6 @@
{ "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": "iternalnetworks.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 },
@@ -69295,7 +68641,6 @@
{ "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": "nycfilmcrew.com", "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 },
@@ -69338,7 +68683,6 @@
{ "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": "railto.com", "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 },
@@ -69381,7 +68725,6 @@
{ "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": "sparklesdelivery.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 },
@@ -69399,11 +68742,6 @@
{ "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": "suplments.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "suplments.de", "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": "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 },
@@ -69498,7 +68836,6 @@
{ "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": "022kb.com", "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 },
@@ -69608,7 +68945,6 @@
{ "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": "37879.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 },
@@ -69673,7 +69009,6 @@
{ "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": "christianmoore.me", "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 },
@@ -69691,12 +69026,8 @@
{ "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": "d8850.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "d885188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "d8860.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "d8861.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "d88882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "d8890.net", "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 },
@@ -69706,7 +69037,6 @@
{ "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": "dd209d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "deepnet.cc", "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 },
@@ -69760,7 +69090,6 @@
{ "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": "ilpl.me", "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 },
@@ -69792,7 +69121,6 @@
{ "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": "kb88md27.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 },
@@ -69801,11 +69129,7 @@
{ "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": "ks1519.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": "ks883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ks8881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ks8882.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 },
@@ -69826,7 +69150,6 @@
{ "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": "markandev.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 },
@@ -69933,7 +69256,6 @@
{ "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": "terminationsremembered.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 },
@@ -69959,7 +69281,6 @@
{ "name": "tytocare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uboratz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uix.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "un-instantpoursoi.com", "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 },
@@ -70004,7 +69325,6 @@
{ "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": "zl0iu.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 },
@@ -70014,7 +69334,6 @@
{ "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": "03637.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 },
@@ -70064,8 +69383,6 @@
{ "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": "4761.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4762.cc", "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 },
@@ -70495,7 +69812,6 @@
{ "name": "tutu.green", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tzyingshi.com", "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": "uwe-arzt.de", "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 },
@@ -70541,7 +69857,6 @@
{ "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": "zd4848.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 },
@@ -70552,7 +69867,6 @@
{ "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": "00004048.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 },
@@ -70565,7 +69879,6 @@
{ "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": "01234048.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 },
@@ -70581,29 +69894,9 @@
{ "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": "0681b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681g.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": "0681i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681j.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": "0681l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681m.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": "0681o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "0681z.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 },
@@ -70615,7 +69908,6 @@
{ "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": "12344048.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 },
@@ -70645,14 +69937,10 @@
{ "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": "24848168.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": "2484833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "2484855.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": "24848a.vip", "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 },
@@ -70660,15 +69948,12 @@
{ "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": "24848mm.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": "24848ss.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": "24848v.vip", "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 },
@@ -70680,25 +69965,7 @@
{ "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": "27878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "27878jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878pp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "27878zz.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 },
@@ -70711,7 +69978,6 @@
{ "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": "31786666.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 },
@@ -70720,9 +69986,7 @@
{ "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": "3178bbb.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": "3178ccc.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 },
@@ -70733,17 +69997,14 @@
{ "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": "3178j.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": "3178o.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": "3178yy.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 },
@@ -70793,15 +70054,7 @@
{ "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": "380111111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380111222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380111333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380111444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380111555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "380111666.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": "380111888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "3809955.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 },
@@ -70866,48 +70119,9 @@
{ "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": "40481234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "40482345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "40484567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "40485678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "40486789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048fff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048ggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048hhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048iii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048jjj.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": "4048lll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048mmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048ooo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048ppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048qqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048rrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048ttt.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": "4048vvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048www.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048xxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048yyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "4048zzz.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 },
@@ -70918,7 +70132,6 @@
{ "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": "45674048.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 },
@@ -70938,12 +70151,10 @@
{ "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": "55554048.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": "56784048.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 },
@@ -70961,39 +70172,6 @@
{ "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": "6365ah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365am.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365bj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365fj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365gd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365gs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365gx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365gz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365hb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365hk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365hlj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365hn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365jl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365js.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365jx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365ln.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365nmg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365nx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365qh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365sc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365sd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365sh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365sx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365tj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365tw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365xj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365xz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365yn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365zj.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 },
@@ -71056,14 +70234,10 @@
{ "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": "66664048.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": "6671365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6672365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6673365.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 },
@@ -71075,21 +70249,18 @@
{ "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": "67894048.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": "77774048.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": "78904048.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 },
@@ -71116,7 +70287,6 @@
{ "name": "866394.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": "88884048.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 },
@@ -71129,7 +70299,6 @@
{ "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": "99994048.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 },
@@ -71339,7 +70508,6 @@
{ "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": "bellevueowners.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 },
@@ -71807,7 +70975,6 @@
{ "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": "expertpaintersvt.com", "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 },
@@ -71955,7 +71122,6 @@
{ "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": "hb6365.com", "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 },
@@ -72302,7 +71468,6 @@
{ "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": "mostlymuttz.org", "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 },
@@ -72786,7 +71951,6 @@
{ "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": "springhow.com", "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 },
@@ -72855,7 +72019,6 @@
{ "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": "tarotistasvidentes.es", "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 },
@@ -72964,7 +72127,6 @@
{ "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": "ty562.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 },
@@ -73048,7 +72210,6 @@
{ "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": "v6791.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 },
@@ -73214,7 +72375,6 @@
{ "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": "yiluup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "yoloyolo.top", "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 },
@@ -73267,9 +72427,6 @@
{ "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": "1lc11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "1lc22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "1lc55.com", "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 },
@@ -73343,7 +72500,6 @@
{ "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": "95am8.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 },
@@ -73376,7 +72532,6 @@
{ "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": "airmash.online", "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 },
@@ -73444,7 +72599,6 @@
{ "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": "atomnetworks.ca", "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": "aubonheurdeshuiles.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -73553,8 +72707,6 @@
{ "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": "cheazey.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "cheazey.org", "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 },
@@ -73621,7 +72773,6 @@
{ "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": "d88-livechat.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 },
@@ -73807,7 +72958,6 @@
{ "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": "hbxianghang.com", "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 },
@@ -73879,7 +73029,6 @@
{ "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": "js86.de", "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 },
@@ -73970,7 +73119,6 @@
{ "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": "lilai18.ph", "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 },
@@ -74391,9 +73539,7 @@
{ "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": "qwd.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "qwq2333.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ra-jurochnik.de", "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 },
@@ -75198,7 +74344,6 @@
{ "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": "autoccaz.fr", "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 },
@@ -75245,7 +74390,6 @@
{ "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": "cryoblaster.com", "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 },
@@ -75588,9 +74732,6 @@
{ "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": "6365dx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365lt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6365yd.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 },
@@ -75620,7 +74761,6 @@
{ "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": "bigbendcoffeeroasters.com", "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 },
@@ -75751,7 +74891,6 @@
{ "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": "issaias.net", "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 },
@@ -75896,7 +75035,6 @@
{ "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": "sinalizeweb.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "sit.moe", "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 },
@@ -75935,7 +75073,6 @@
{ "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": "thriveafterabuse.com", "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 },
@@ -75962,7 +75099,6 @@
{ "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": "virite.net", "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 },
@@ -76010,7 +75146,6 @@
{ "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": "1lc00.com", "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 },
@@ -76091,7 +75226,6 @@
{ "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": "definitely.cn", "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 },
@@ -76236,7 +75370,6 @@
{ "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": "modderday.com", "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 },
@@ -76445,7 +75578,6 @@
{ "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": "emirefek.net", "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 },
@@ -76466,7 +75598,6 @@
{ "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": "foodphotographyblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "forsi.xyz", "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 },
@@ -76740,8 +75871,6 @@
{ "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": "1lc33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "1lc44.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 },
@@ -76880,7 +76009,6 @@
{ "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": "hella-secure.com", "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 },
@@ -76888,7 +76016,6 @@
{ "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": "huangzenghao.cn", "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 },
@@ -76987,7 +76114,6 @@
{ "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": "peterheery.me", "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 },
@@ -77026,7 +76152,6 @@
{ "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": "synthv.fun", "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": "tara.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tatard.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -77045,7 +76170,6 @@
{ "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": "topyad.com", "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 },
@@ -77091,7 +76215,6 @@
{ "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": "agentrisk.com", "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 },
@@ -77157,7 +76280,6 @@
{ "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": "elementblend.com", "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 },
@@ -77191,7 +76313,6 @@
{ "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": "highenergy.ro", "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 },
@@ -77342,7 +76463,6 @@
{ "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": "seo-forum.nu", "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 },
@@ -77359,14 +76479,12 @@
{ "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": "stefanengineering.com", "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": "t00ts.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 },
@@ -77436,7 +76554,6 @@
{ "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": "airconrandburg.co.za", "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 },
@@ -77494,7 +76611,6 @@
{ "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": "depot24.nl", "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 },
@@ -77524,7 +76640,6 @@
{ "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": "francepandi.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 },
@@ -77546,7 +76661,6 @@
{ "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": "junglevet.fr", "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 },
@@ -77556,7 +76670,6 @@
{ "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": "kroyclothing.co.uk", "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 },
@@ -77566,7 +76679,6 @@
{ "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": "lettings101.org", "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 },
@@ -77709,7 +76821,6 @@
{ "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": "ywyz.tech", "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 },
@@ -77836,7 +76947,6 @@
{ "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": "emrahcinik.com", "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 },
@@ -78101,7 +77211,6 @@
{ "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": "wohnbegleitung.ch", "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 },
@@ -78312,7 +77421,6 @@
{ "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": "idoo24.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 },
@@ -78399,7 +77507,6 @@
{ "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": "mariage-protestant.ch", "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 },
@@ -78483,7 +77590,6 @@
{ "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": "regateoapp.com", "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 },
@@ -78648,7 +77754,6 @@
{ "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": "4048.co", "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 },
@@ -78704,7 +77809,6 @@
{ "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": "678365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "7652.cc", "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 },
@@ -78760,7 +77864,6 @@
{ "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": "avtosept.by", "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 },
@@ -78792,7 +77895,6 @@
{ "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": "baanpingchan.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 },
@@ -78842,11 +77944,9 @@
{ "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": "bizzit.se", "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": "brawlstarsitalia.com", "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 },
@@ -78940,14 +78040,11 @@
{ "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": "f8cp1.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": "f8cp7.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": "fastighetsekonomi.com", "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 },
@@ -78978,7 +78075,6 @@
{ "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": "hardcore-bodybuilding.nl", "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 },
@@ -79019,7 +78115,6 @@
{ "name": "le-cameleon.fr", "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": "levittasaude.com.br", "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 },
@@ -79111,7 +78206,6 @@
{ "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": "sakuradata.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 },
@@ -79182,7 +78276,6 @@
{ "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": "v5017.com", "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 },
@@ -79219,7 +78312,6 @@
{ "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": "whattodo.com", "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 },
@@ -79289,9 +78381,6 @@
{ "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": "6617365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6627365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6629365.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 },
@@ -79506,8 +78595,6 @@
{ "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": "f8cp3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "f8cp6.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 },
@@ -79551,7 +78638,6 @@
{ "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": "institutointersistemico.com.br", "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 },
@@ -79663,10 +78749,7 @@
{ "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": "poolvilla-margarita.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "pornleg.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": "pragma-solution.com", "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 },
@@ -79914,7 +78997,6 @@
{ "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": "bluehillhosting.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 },
@@ -79928,7 +79010,6 @@
{ "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": "canada.ind.br", "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 },
@@ -79947,7 +79028,6 @@
{ "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": "coinclickz.xyz", "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 },
@@ -79984,7 +79064,6 @@
{ "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": "emptybox.org", "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 },
@@ -80227,7 +79306,6 @@
{ "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": "szkolajazdykaleta.pl", "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 },
@@ -80341,7 +79419,6 @@
{ "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", "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 },
@@ -80353,7 +79430,6 @@
{ "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": "assinecontrole4g.com.br", "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 },
@@ -80504,8 +79580,6 @@
{ "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": "f8cp2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "f8cp5.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": "fastos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fastos.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -80590,7 +79664,6 @@
{ "name": "k801.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "k80608.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "k811.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "k811.com", "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 },
@@ -80924,8 +79997,6 @@
{ "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": "zkd.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zodian-research.ro", "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 },
@@ -81070,7 +80141,6 @@
{ "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": "deffo.com.au", "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 },
@@ -81146,7 +80216,6 @@
{ "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": "gvwparts.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 },
@@ -81177,11 +80246,6 @@
{ "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": "j70101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "j70102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "j70103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "j70104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "j70105.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 },
@@ -81191,7 +80255,6 @@
{ "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": "jittruckparts.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 },
@@ -81280,7 +80343,6 @@
{ "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": "pelion.com", "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 },
@@ -81311,7 +80373,6 @@
{ "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": "ramuel.com", "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 },
@@ -81319,7 +80380,6 @@
{ "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": "rezio.io", "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 },
@@ -81395,7 +80455,6 @@
{ "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": "ufoch.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 },
@@ -81491,7 +80550,6 @@
{ "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": "arox.eu", "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 },
@@ -81543,10 +80601,8 @@
{ "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": "chattergallery.com", "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": "chocamekong.com", "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 },
@@ -81557,7 +80613,6 @@
{ "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": "cosirex.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 },
@@ -81637,7 +80692,6 @@
{ "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": "floristik-online.com", "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 },
@@ -81694,7 +80748,6 @@
{ "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": "ithink.ml", "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 },
@@ -81976,7 +81029,6 @@
{ "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": "teamx-gaming.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "technewera.com", "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 },
@@ -82076,7 +81128,6 @@
{ "name": "5icsb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9118.hk", "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": "a-tes-cotes.com", "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 },
@@ -82115,7 +81166,6 @@
{ "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": "batitrakya.org", "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 },
@@ -82185,7 +81235,6 @@
{ "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": "cumagini.com", "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 },
@@ -82212,7 +81261,6 @@
{ "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": "echo.co.uk", "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 },
@@ -82240,7 +81288,6 @@
{ "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": "finethin.com.br", "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 },
@@ -82391,7 +81438,6 @@
{ "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": "mycarinsurance123.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 },
@@ -82532,7 +81578,6 @@
{ "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": "theangelfishfoundation.org", "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 },
@@ -82622,7 +81667,6 @@
{ "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": "07am8.com", "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 },
@@ -82707,8 +81751,6 @@
{ "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": "am8009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "am8028.com", "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": "amazighlove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -82879,8 +81921,6 @@
{ "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": "bonifatius-friedrich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "bonifatiusfriedrich.de", "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 },
@@ -82916,7 +81956,6 @@
{ "name": "clearlinux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "clearsense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cleveroad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "clownday.co.uk", "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 },
@@ -83066,7 +82105,6 @@
{ "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": "f8cp8.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 },
@@ -83091,7 +82129,6 @@
{ "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": "fugioninc.com", "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 },
@@ -83201,7 +82238,6 @@
{ "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": "konkursita.ru", "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 },
@@ -83231,7 +82267,6 @@
{ "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": "lyteclinic.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 },
@@ -83312,7 +82347,6 @@
{ "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": "prethost.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 },
@@ -83419,7 +82453,6 @@
{ "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": "techfishnews.com", "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 },
@@ -83473,7 +82506,6 @@
{ "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": "vofy.tech", "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 },
@@ -83511,7 +82543,6 @@
{ "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": "ym198.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 },
@@ -83547,7 +82578,6 @@
{ "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": "1234365z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "12zw.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 },
@@ -83562,7 +82592,6 @@
{ "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": "7.plus", "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 },
@@ -84014,7 +83043,6 @@
{ "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": "nl-xs.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 },
@@ -84202,7 +83230,6 @@
{ "name": "stijndv.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": "sto500.com.ua", "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 },
@@ -84290,7 +83317,6 @@
{ "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": "vismaconnect.nl", "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 },
@@ -84358,7 +83384,6 @@
{ "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": "81365z.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 },
@@ -84683,7 +83708,6 @@
{ "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": "lytemedical.com", "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 },
@@ -84804,7 +83828,6 @@
{ "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": "shorifart.com", "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 },
@@ -84814,7 +83837,6 @@
{ "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": "specdver.ru", "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": "sportswear.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -84858,7 +83880,6 @@
{ "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": "transvolando.es", "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 },
@@ -84973,12 +83994,10 @@
{ "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": "adorade.ro", "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": "alibamu.org", "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 },
@@ -85037,7 +84056,6 @@
{ "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": "canadaabroad.com", "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 },
@@ -85152,7 +84170,6 @@
{ "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": "greatscott.media", "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 },
@@ -85483,7 +84500,6 @@
{ "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": "2132hb.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 },
@@ -85511,7 +84527,6 @@
{ "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": "5132hb.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 },
@@ -85534,7 +84549,6 @@
{ "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": "6132hb.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 },
@@ -85557,10 +84571,8 @@
{ "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": "abellis-formation.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": "adelina.com.br", "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 },
@@ -85627,14 +84639,10 @@
{ "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": "b70303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "b70304.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": "babybedding.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": "bagira.guru", "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": "balkanclan.com", "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 },
@@ -85767,7 +84775,6 @@
{ "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": "crowds.ro", "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": "ctrl.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -85909,7 +84916,6 @@
{ "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": "gokhana.com", "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 },
@@ -85940,7 +84946,6 @@
{ "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": "hod-ok.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 },
@@ -85980,7 +84985,6 @@
{ "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": "ircica.org", "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 },
@@ -86038,7 +85042,6 @@
{ "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": "kupidom2.com", "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 },
@@ -86094,7 +85097,6 @@
{ "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": "medecinchinois.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "medeurope.info", "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 },
@@ -86156,7 +85158,6 @@
{ "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": "nobodyplex.gq", "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 },
@@ -86267,7 +85268,6 @@
{ "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": "reg.place", "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 },
@@ -86375,21 +85375,17 @@
{ "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": "streetboards.lt", "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": "svmedia.be", "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": "tbb2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "tbbvip1.com", "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 },
@@ -86403,7 +85399,6 @@
{ "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": "thedigitaleconomist.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 },
@@ -86413,7 +85408,6 @@
{ "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": "tianbaobo08.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 },
@@ -86440,7 +85434,6 @@
{ "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": "udachnika.ru", "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 },
@@ -86461,7 +85454,6 @@
{ "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": "veiergangvermut.dk", "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 },
@@ -86499,7 +85491,6 @@
{ "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": "westpointrealtors.com", "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 },
@@ -86570,7 +85561,6 @@
{ "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": "youronly.one", "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 },
@@ -86582,7 +85572,6 @@
{ "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": "ztickerz.nl", "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 },
@@ -86693,7 +85682,6 @@
{ "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": "dtmf.io", "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 },
@@ -86905,10 +85893,8 @@
{ "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": "virtualbrands.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": "votra.ru", "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 },
@@ -86929,7 +85915,6 @@
{ "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": "038899.com", "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 },
@@ -86977,7 +85962,6 @@
{ "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": "algustionesa.com", "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 },
@@ -86987,7 +85971,6 @@
{ "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": "avhwelding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "b5901.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 },
@@ -87039,7 +86022,6 @@
{ "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": "diesicheremail.de", "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": "drtis.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -87155,7 +86137,6 @@
{ "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": "mrjones.org", "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 },
@@ -87266,7 +86247,6 @@
{ "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": "time100.ru", "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 },
@@ -87276,13 +86256,11 @@
{ "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": "turismonochile.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "twentyfournow.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": "vlqnc.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 },
@@ -87372,7 +86350,6 @@
{ "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": "alibamu.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 },
@@ -87509,7 +86486,6 @@
{ "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": "drinkrebellious.com", "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 },
@@ -87547,7 +86523,6 @@
{ "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": "fsd.gov", "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 },
@@ -87633,7 +86608,6 @@
{ "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": "mc-pub.org", "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 },
@@ -88109,7 +87083,6 @@
{ "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": "concetrabajos.cl", "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 },
@@ -88265,7 +87238,6 @@
{ "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": "m3e30.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 },
@@ -88342,7 +87314,6 @@
{ "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": "shishadenbosch.nl", "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 },
@@ -88358,7 +87329,6 @@
{ "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": "systemofabrown.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 },
@@ -88392,7 +87362,6 @@
{ "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": "vg-store.ir", "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 },
@@ -88441,7 +87410,6 @@
{ "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": "zenown.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 },
@@ -88540,7 +87508,6 @@
{ "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": "aviannahelise.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 },
@@ -88557,7 +87524,6 @@
{ "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": "bap-consult.at", "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 },
@@ -88625,7 +87591,6 @@
{ "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": "carpetcleanerswilmington.com", "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 },
@@ -88653,7 +87618,6 @@
{ "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": "cm-vpaguiar.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cms-service24.de", "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 },
@@ -88836,7 +87800,6 @@
{ "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": "filely.io", "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 },
@@ -88868,7 +87831,6 @@
{ "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": "fussballpiraten.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 },
@@ -88933,7 +87895,6 @@
{ "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": "hiphop2gif.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 },
@@ -88952,7 +87913,6 @@
{ "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": "hotlistproducts.com", "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 },
@@ -88972,7 +87932,6 @@
{ "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": "indoittraining.com", "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 },
@@ -89013,7 +87972,6 @@
{ "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": "johnbeil.com", "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 },
@@ -89101,8 +88059,6 @@
{ "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": "lovestar.wang", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ltonlinestore.in", "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 },
@@ -89118,7 +88074,6 @@
{ "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": "mastersystem.ro", "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 },
@@ -89266,7 +88221,6 @@
{ "name": "pdstudios.cz", "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": "perantiguru.com", "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 },
@@ -89301,9 +88255,7 @@
{ "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": "prior.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "prismapixel.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "proactivediscovery.com", "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 },
@@ -89329,7 +88281,6 @@
{ "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": "recardio.info", "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 },
@@ -89407,7 +88358,6 @@
{ "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": "secutorcloud.com", "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 },
@@ -89441,7 +88391,6 @@
{ "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": "sma-dev.de", "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 },
@@ -89530,7 +88479,6 @@
{ "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": "thetrustedzone.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 },
@@ -89591,7 +88539,6 @@
{ "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": "vargaslatten.se", "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 },
@@ -89616,7 +88563,6 @@
{ "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": "wcei.com.au", "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 },
@@ -89632,7 +88578,6 @@
{ "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": "workoptions.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 },
@@ -89665,7 +88610,6 @@
{ "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": "zklcdc.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zoomteb.ir", "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 },
@@ -89682,7 +88626,6 @@
{ "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": "28428.com", "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 },
@@ -89937,7 +88880,6 @@
{ "name": "digitalmarketingrocks.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": "discohook.org", "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 },
@@ -89969,7 +88911,6 @@
{ "name": "dynamicconsultantsgroup.com", "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-global.pt", "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 },
@@ -89985,7 +88926,6 @@
{ "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": "elindependiente.co.cr", "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 },
@@ -90024,7 +88964,6 @@
{ "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": "flamencoexplained.com", "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 },
@@ -90040,7 +88979,6 @@
{ "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": "freshfishdelivery.com", "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 },
@@ -90065,7 +89003,6 @@
{ "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": "glassweb.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "globalenergyinterconnection.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 },
@@ -90202,7 +89139,6 @@
{ "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": "kommotiv.nl", "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 },
@@ -90228,7 +89164,6 @@
{ "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": "leonalonso.com", "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 },
@@ -90238,7 +89173,6 @@
{ "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": "lingroove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "linkie.vn", "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": "liznewton.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -90285,10 +89219,8 @@
{ "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": "mfzkl.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": "michael-glaser.de", "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 },
@@ -90348,7 +89280,6 @@
{ "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": "niko-vfx.com", "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 },
@@ -90394,7 +89325,6 @@
{ "name": "palazzofiano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "palucamoveis.com.br", "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": "papapdf.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 },
@@ -90407,7 +89337,6 @@
{ "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": "pdfbest.com", "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 },
@@ -90519,7 +89448,6 @@
{ "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": "searchyourdublinhome.com", "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 },
@@ -90651,7 +89579,6 @@
{ "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": "transfur.online", "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 },
@@ -90726,7 +89653,6 @@
{ "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": "welovetraffic.nl", "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 },
@@ -92243,7 +91169,6 @@
{ "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": "asngear.biz", "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 },
@@ -92289,7 +91214,6 @@
{ "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": "camrojud.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 },
@@ -92345,7 +91269,6 @@
{ "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": "eggs.gold", "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 },
@@ -92380,10 +91303,8 @@
{ "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": "frederickbourget.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": "futurologists.ltd", "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 },
@@ -92480,7 +91401,6 @@
{ "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": "lanierlaw.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 },
@@ -92537,7 +91457,6 @@
{ "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": "ntgvision.com", "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 },
@@ -92552,7 +91471,6 @@
{ "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": "pc-reanimator.ru", "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": "phtechcommunity.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -92566,14 +91484,12 @@
{ "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": "pro100blogger.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": "qiyan.email", "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 },
@@ -92588,7 +91504,6 @@
{ "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": "renewablepedia.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": "ross-mitchell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -92664,7 +91579,6 @@
{ "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": "themusthaves.nl", "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 },
@@ -92756,7 +91670,6 @@
{ "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": "abaclean.com", "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 },
@@ -92843,7 +91756,6 @@
{ "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": "escapeup.es", "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 },
@@ -92891,7 +91803,6 @@
{ "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": "huckletree.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 },
@@ -92916,7 +91827,6 @@
{ "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": "kenabadilla.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 },
@@ -93000,9 +91910,7 @@
{ "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": "painso.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": "parasol.fi", "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 },
@@ -93155,7 +92063,6 @@
{ "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": "dalbitresb.me", "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 },
@@ -93182,7 +92089,6 @@
{ "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": "follower98.ir", "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 },
@@ -93195,7 +92101,6 @@
{ "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": "hostelaciones.com", "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 },
@@ -93206,7 +92111,6 @@
{ "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": "intelligizedigital.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 },
@@ -93276,7 +92180,6 @@
{ "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": "libr.ee", "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 },
@@ -93342,7 +92245,6 @@
{ "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": "timhbw.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": "toorfor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -93409,7 +92311,6 @@
{ "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": "whaletail.ai", "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 },
@@ -93624,7 +92525,6 @@
{ "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": "chinaicpower.org", "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 },
@@ -93641,12 +92541,10 @@
{ "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": "conhecendocosmeticos.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": "cospi.net", "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 },
@@ -94007,7 +92905,6 @@
{ "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": "essethon.xyz", "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 },
@@ -94061,7 +92958,6 @@
{ "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": "gruber-software.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 },
@@ -94114,7 +93010,6 @@
{ "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": "jc2.org", "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 },
@@ -94225,7 +93120,6 @@
{ "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": "mudareganhar.pt", "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 },
@@ -94311,7 +93205,6 @@
{ "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": "qwords.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 },
@@ -94339,7 +93232,6 @@
{ "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": "savoir.fr", "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 },
@@ -95284,7 +94176,6 @@
{ "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": "b4tech.eu", "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 },
@@ -95590,7 +94481,6 @@
{ "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": "bmyjacks.cn", "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 },
@@ -95689,7 +94579,6 @@
{ "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": "bronn.ee", "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 },
@@ -97108,7 +95997,6 @@
{ "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": "esemprego.com.br", "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 },
@@ -97473,7 +96361,6 @@
{ "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": "frenchvandal.com", "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 },
@@ -97510,7 +96397,6 @@
{ "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": "fundpress.org", "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 },
@@ -97905,7 +96791,6 @@
{ "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": "habbplay.fr", "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 },
@@ -97984,8 +96869,6 @@
{ "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": "hb2132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "hb5132.com", "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 },
@@ -98900,7 +97783,6 @@
{ "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": "lagranmasade.info", "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 },
@@ -100335,7 +99217,6 @@
{ "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": "oportaln10.com.br", "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 },
@@ -101186,7 +100067,6 @@
{ "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": "renatopazmino.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 },
@@ -101527,7 +100407,6 @@
{ "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": "scvoet.me", "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 },
@@ -101637,7 +100516,6 @@
{ "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": "shahinclub.com", "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 },
@@ -103757,7 +102635,6 @@
{ "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": "zycao.com", "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 },
@@ -103778,7 +102655,6 @@
{ "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": "93644.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 },
@@ -103811,7 +102687,6 @@
{ "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": "animal.direct", "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 },
@@ -104201,7 +103076,6 @@
{ "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": "matryoshka-travel.club", "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 },
@@ -104252,7 +103126,6 @@
{ "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": "nhaoi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nhtsa.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "noj.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nothingwired.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -104320,7 +103193,6 @@
{ "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": "shaoxia.xyz", "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 },
@@ -104337,7 +103209,6 @@
{ "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": "stove-server.cn", "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 },
@@ -104437,7 +103308,6 @@
{ "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": "archeologiegorinchem.com", "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 },
@@ -104516,7 +103386,6 @@
{ "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": "csharp.love", "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 },
@@ -104628,9 +103497,7 @@
{ "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": "hubtrinova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hyperaonline.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ibuildings.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "idioumarou.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 },
@@ -104717,7 +103584,6 @@
{ "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": "medicano.site", "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 },
@@ -104746,7 +103612,6 @@
{ "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": "nectere.ca", "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 },
@@ -104795,7 +103660,6 @@
{ "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": "precisionlender.com", "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 },
@@ -104811,7 +103675,6 @@
{ "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": "refansta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "renedekoeijer.com", "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 },
@@ -104823,7 +103686,6 @@
{ "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": "salutenaturale.com.br", "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 },
@@ -104949,7 +103811,6 @@
{ "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": "almukhtar.se", "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 },
@@ -104991,13 +103852,10 @@
{ "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": "bowmanwilliams.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "brain-dev.com", "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": "brooklynreclaimed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "businessguide.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "bytetime.net", "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 },
@@ -105018,7 +103876,6 @@
{ "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": "cleanvision.space", "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 },
@@ -105112,7 +103969,6 @@
{ "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": "gassero.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": "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 },
@@ -105282,7 +104138,6 @@
{ "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": "omveda.org", "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 },
@@ -105459,7 +104314,6 @@
{ "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": "vutumusic.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 },
@@ -105528,7 +104382,6 @@
{ "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": "anakeles.com", "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 },
@@ -105602,7 +104455,6 @@
{ "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": "cmediaplayer.com", "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 },
@@ -105668,8 +104520,6 @@
{ "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": "entspannter-arbeiten.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "era-tec.de", "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 },
@@ -105731,7 +104581,6 @@
{ "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": "hyh.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "iamconnected.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "iampersonalized.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ifadian.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -105816,7 +104665,6 @@
{ "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": "mochasoft.jp", "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 },
@@ -105879,7 +104727,6 @@
{ "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": "qiuw.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 },
@@ -106089,7 +104936,6 @@
{ "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": "camilia.io", "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": "caplangage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -106209,7 +105055,6 @@
{ "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": "galenguyer.com", "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 },
@@ -106301,7 +105146,6 @@
{ "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": "luggagechoices.com", "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 },
@@ -106334,7 +105178,6 @@
{ "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": "naturalhealthcures.net", "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 },
@@ -106352,7 +105195,6 @@
{ "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": "online-bookmakers.ru", "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 },
@@ -106376,7 +105218,6 @@
{ "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": "pizzashop.lt", "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 },
@@ -106502,7 +105343,6 @@
{ "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": "trantuanminh.com", "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": "travelwell.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -106620,7 +105460,6 @@
{ "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": "bella-arte.eu", "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 },
@@ -106689,7 +105528,6 @@
{ "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": "corporatehitech.com.au", "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 },
@@ -106710,7 +105548,6 @@
{ "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": "decisiontime.online", "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 },
@@ -106730,7 +105567,6 @@
{ "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": "doctorat.site", "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 },
@@ -106740,7 +105576,6 @@
{ "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": "duxbow.de", "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 },
@@ -106829,13 +105664,10 @@
{ "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": "hayda-haki.com", "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": "health-booster.com", "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": "herza.id", "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 },
@@ -106937,7 +105769,6 @@
{ "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": "mitzycoach.com", "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 },
@@ -106974,7 +105805,6 @@
{ "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": "oddba.cn", "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 },
@@ -107054,7 +105884,6 @@
{ "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": "sicol.es", "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 },
@@ -107096,7 +105925,6 @@
{ "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": "thefireflygrill.com", "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 },
@@ -107107,14 +105935,12 @@
{ "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": "trustkennedy.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": "twingolfer.com", "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 },
@@ -107141,7 +105967,6 @@
{ "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": "xn--ugt.cc", "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 },
@@ -107151,7 +105976,6 @@
{ "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": "zorghuys-steenbergen.nl", "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 },
@@ -107217,7 +106041,6 @@
{ "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": "bingchunmoli.com", "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 },
@@ -107228,7 +106051,6 @@
{ "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.media", "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 },
@@ -107378,7 +106200,6 @@
{ "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": "hermandadblanca.org", "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 },
@@ -107462,7 +106283,6 @@
{ "name": "marketcavalli.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "marmor-resmini.de", "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": "maxratmeyer.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 },
@@ -107632,7 +106452,6 @@
{ "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": "sapiensmedicus.org", "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 },
@@ -107698,7 +106517,6 @@
{ "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": "sweetlycakes.com", "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 },
@@ -107884,7 +106702,6 @@
{ "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": "chkserv.com", "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": "classificar.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -107913,7 +106730,6 @@
{ "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": "danielnaaman.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": "denoroulette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -107975,7 +106791,6 @@
{ "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": "freedailygifts.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 },
@@ -108106,14 +106921,12 @@
{ "name": "mamapatrzy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "marinelife.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "markocloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "marturet.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": "mgmpic.com", "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 },
@@ -108200,7 +107013,6 @@
{ "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": "reaff.com", "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 },
@@ -108264,7 +107076,6 @@
{ "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": "thefoxtalk.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 },
@@ -108461,7 +107272,6 @@
{ "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": "djmoremusic.ng", "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 },
@@ -108565,7 +107375,6 @@
{ "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": "iphonesoft.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "islaminbremen.de", "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 },
@@ -108642,7 +107451,6 @@
{ "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": "mikeborowskigroup.com", "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 },
@@ -108842,7 +107650,6 @@
{ "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": "xiaobai.pro", "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 },
@@ -109004,11 +107811,9 @@
{ "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": "flystar.immo", "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": "freerun.cn", "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 },
@@ -109051,7 +107856,6 @@
{ "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": "innovatech.pe", "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 },
@@ -109191,7 +107995,6 @@
{ "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": "privatepilot.lu", "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 },
@@ -109231,7 +108034,6 @@
{ "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": "shenming.net", "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 },
@@ -109453,7 +108255,6 @@
{ "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": "dendisoftware.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 },
@@ -109581,11 +108382,9 @@
{ "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": "mahmalci.net", "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": "marinasmad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "marleenjacobi.de", "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 },
@@ -109632,7 +108431,6 @@
{ "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": "nuclea.id", "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 },
@@ -109684,7 +108482,6 @@
{ "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": "protrainerbrasil.com.br", "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 },
@@ -109831,7 +108628,6 @@
{ "name": "yellowsource.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yescool.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yozakura.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "yuth.in", "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 },
@@ -109856,7 +108652,6 @@
{ "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": "andsecure.ch", "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 },
@@ -109867,10 +108662,8 @@
{ "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": "atakac.com", "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": "autoverhuur-tilburg.nl", "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 },
@@ -109904,13 +108697,10 @@
{ "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": "cardschat.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": "cbcf.info", "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": "cctf-m.com", "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 },
@@ -109956,7 +108746,6 @@
{ "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": "diff-speed.de", "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 },
@@ -110068,7 +108857,6 @@
{ "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": "inszu.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 },
@@ -110093,7 +108881,6 @@
{ "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": "kojima-life.co.jp", "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": "korofilms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -110109,7 +108896,6 @@
{ "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": "lit.foundation", "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 },
@@ -110148,13 +108934,10 @@
{ "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": "milenkojovanov.com", "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": "moustream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "muellercustombuild.com", "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 },
@@ -110300,8 +109083,6 @@
{ "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": "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": "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 },
@@ -110328,7 +109109,6 @@
{ "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": "ubetoo.com", "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 },
@@ -110395,7 +109175,6 @@
{ "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": "aflam4you.tv", "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 },
@@ -110458,7 +109237,6 @@
{ "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": "bunniesoflasvegas.com", "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 },
@@ -110594,7 +109372,6 @@
{ "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": "ghgkhalsaschool.com", "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 },
@@ -110642,7 +109419,6 @@
{ "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": "imageessentialsweightloss.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 },
@@ -110679,7 +109455,6 @@
{ "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": "juguetron.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kabataanpartylist.com.ph", "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 },
@@ -110750,7 +109525,6 @@
{ "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": "mypinasale.com", "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 },
@@ -111059,10 +109833,8 @@
{ "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": "duplika.com", "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": "echidna-usa.com", "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 },
@@ -111163,7 +109935,6 @@
{ "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": "jhandke.de", "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 },
@@ -111284,7 +110055,6 @@
{ "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": "oklahomastone.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": "onereview.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -111346,7 +110116,6 @@
{ "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": "retofunctional.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 },
@@ -111465,7 +110234,6 @@
{ "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": "vim.ge", "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 },
@@ -111480,10 +110248,8 @@
{ "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": "webshop.nl", "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": "webtechnicom.net", "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 },
@@ -111544,7 +110310,6 @@
{ "name": "allfit.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "alnamic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "alvirzy.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": "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 },
@@ -111559,7 +110324,6 @@
{ "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": "batterijeshop.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 },
@@ -111598,7 +110362,6 @@
{ "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": "bivi.us", "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 },
@@ -111702,7 +110465,6 @@
{ "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": "forexinthai.com", "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 },
@@ -111776,11 +110538,9 @@
{ "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": "irr52.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "irr59.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "islamerkantho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "iswag.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "itsca.net", "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 },
@@ -111854,7 +110614,6 @@
{ "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": "nawaqees.com", "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 },
@@ -111876,7 +110635,6 @@
{ "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": "parijattechnologies.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 },
@@ -112083,7 +110841,6 @@
{ "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": "01btc.com", "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 },
@@ -112189,7 +110946,6 @@
{ "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": "cyberdevelopment.es", "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 },
@@ -112239,7 +110995,6 @@
{ "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": "evidecor.com.br", "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 },
@@ -112286,7 +111041,6 @@
{ "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": "griffinli.com", "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 },
@@ -112306,7 +111060,6 @@
{ "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": "humanrights.gov.au", "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 },
@@ -112509,7 +111262,6 @@
{ "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": "ramle.be", "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 },
@@ -112534,8 +111286,6 @@
{ "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": "savewithtrove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "scoresensei.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 },
@@ -112548,7 +111298,6 @@
{ "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": "share-links.eu", "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 },
@@ -112637,7 +111386,6 @@
{ "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": "vitallispsy.nl", "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": "wade.gdn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -112666,7 +111414,6 @@
{ "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": "zhangda.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "0xreki.de", "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 },
@@ -112685,13 +111432,11 @@
{ "name": "afbouw-gevelsupport.nl", "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": "afrocave.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": "akshit.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aktivterapi.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "albertohurtado.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "alfarisnet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "allline.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "allsarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "alphaconvites.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -112726,7 +111471,6 @@
{ "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": "bibhub.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "biennale.cn", "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 },
@@ -112995,7 +111739,6 @@
{ "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": "masterkroy.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 },
@@ -113013,7 +111756,6 @@
{ "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": "mt.run", "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 },
@@ -113050,7 +111792,6 @@
{ "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": "ozoterio.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 },
@@ -113064,7 +111805,6 @@
{ "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": "pianotuning.cn", "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 },
@@ -113088,9 +111828,7 @@
{ "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": "qiown.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "qipllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "qnid.cc", "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 },
@@ -113138,7 +111876,6 @@
{ "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": "she.run", "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 },
@@ -113222,7 +111959,6 @@
{ "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": "usher.cn", "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 },
@@ -113266,7 +112002,6 @@
{ "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": "4pmsp.com", "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 },
@@ -113289,7 +112024,6 @@
{ "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": "antiddoss.online", "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 },
@@ -113462,7 +112196,6 @@
{ "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": "giftsera.in", "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 },
@@ -113501,7 +112234,6 @@
{ "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": "icoforum.net", "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 },
@@ -113517,7 +112249,6 @@
{ "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": "ivyways.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 },
@@ -113537,7 +112268,6 @@
{ "name": "kerstboomkantenklaar.nl", "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": "kwartel.online", "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 },
@@ -113553,7 +112283,6 @@
{ "name": "lordgrant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lovelylanguedoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lu2343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "lui.vn", "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 },
@@ -113614,7 +112343,6 @@
{ "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": "parenthood.guide", "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 },
@@ -113692,7 +112420,6 @@
{ "name": "sksongs.com", "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": "smmwp.com", "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 },
@@ -113710,7 +112437,6 @@
{ "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": "sushi.restaurant", "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 },
@@ -113783,16 +112509,13 @@
{ "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": "wikiehelp.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": "wotmods.org", "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--80airqbie.xn--p1ai", "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 },
@@ -113861,7 +112584,6 @@
{ "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": "bizzvisor.site", "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 },
@@ -113923,7 +112645,6 @@
{ "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": "crystalcave.nl", "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 },
@@ -114041,7 +112762,6 @@
{ "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": "framindmap.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": "fregona.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "frothy285.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -114077,7 +112797,6 @@
{ "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": "implude.com", "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 },
@@ -114129,7 +112848,6 @@
{ "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": "livewell-counseling.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 },
@@ -114152,7 +112870,6 @@
{ "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": "mtr123.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mundopatchwork.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mundosai.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mutuocasafacile.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -114173,7 +112890,6 @@
{ "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": "omintmais.azurewebsites.net", "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 },
@@ -114242,7 +112958,6 @@
{ "name": "shopdopescador.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "shortshadows.band", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "shuo.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "sierradecalar.online", "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 },
@@ -114286,7 +113001,6 @@
{ "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": "theshivrajofficial.in", "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 },
@@ -114341,7 +113055,6 @@
{ "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": "wycombetoday.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 },
@@ -114368,7 +113081,6 @@
{ "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": "ai.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "akawuifan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "alfagroupaluminium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "allianceforafreesociety.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -114497,7 +113209,6 @@
{ "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": "farhanaditya.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 },
@@ -114541,7 +113252,6 @@
{ "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": "hzbk.org", "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 },
@@ -114646,7 +113356,6 @@
{ "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": "peruhike.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": "piastaola.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 },
@@ -114675,7 +113384,6 @@
{ "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": "romao.com.br", "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 },
@@ -114720,13 +113428,11 @@
{ "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": "taozgt.xyz", "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": "thing.vn", "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 },
@@ -114775,7 +113481,6 @@
{ "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": "xuechen.me", "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 },
@@ -114897,7 +113602,6 @@
{ "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": "danusyakti.com", "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 },
@@ -114914,7 +113618,6 @@
{ "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": "docpile.cloud", "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 },
@@ -115053,7 +113756,6 @@
{ "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": "kucingmania.net", "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 },
@@ -115122,7 +113824,6 @@
{ "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": "netrustcontractor.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 },
@@ -115157,8 +113858,6 @@
{ "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": "pluginpress.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "precisionsterilizer.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 },
@@ -115210,7 +113909,6 @@
{ "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": "shenol.info", "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 },
@@ -115280,7 +113978,6 @@
{ "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": "unitedsafetynet.com", "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 },
@@ -115305,7 +114002,6 @@
{ "name": "whatdevshouldknow.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "whereicode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wiewiorjonasz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "wildanfauzy.com", "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 },
@@ -115350,7 +114046,6 @@
{ "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": "accurateinfosolutions.in", "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 },
@@ -115487,7 +114182,6 @@
{ "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": "biznakenya.com", "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 },
@@ -115507,7 +114201,6 @@
{ "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": "bp.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 },
@@ -115577,7 +114270,6 @@
{ "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": "clustercollaboration.eu", "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 },
@@ -115595,7 +114287,6 @@
{ "name": "condomania.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": "continuitycenters.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 },
@@ -115618,7 +114309,6 @@
{ "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": "crystalshealing.shop", "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 },
@@ -115669,7 +114359,6 @@
{ "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": "duoshirts.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 },
@@ -115825,7 +114514,6 @@
{ "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": "happycoders.eu", "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 },
@@ -115839,7 +114527,6 @@
{ "name": "hewany.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": "hitvibes.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 },
@@ -115898,8 +114585,6 @@
{ "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": "itron.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "itshealthymoms.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": "j9297.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jackvaley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -115924,7 +114609,6 @@
{ "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": "kalek.eu", "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 },
@@ -116077,7 +114761,6 @@
{ "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": "nanobebe.com", "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 },
@@ -116089,7 +114772,6 @@
{ "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": "nightline.ie", "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 },
@@ -116110,7 +114792,6 @@
{ "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": "nurlyn.com", "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 },
@@ -116273,7 +114954,6 @@
{ "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": "senarea.nl", "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 },
@@ -116302,7 +114982,6 @@
{ "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": "skvty.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 },
@@ -116387,7 +115066,6 @@
{ "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": "tide.com", "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 },
@@ -116420,11 +115098,9 @@
{ "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": "umniah.com", "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": "unja.ac.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uploadcare.com", "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 },
@@ -116451,10 +115127,8 @@
{ "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": "vkidsindia.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": "voyageat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vyresimeonline.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "w6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "w9297.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -116485,7 +115159,6 @@
{ "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": "wwwithcarrie.com", "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 },
@@ -116514,7 +115187,6 @@
{ "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": "zust.edu.cn", "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 },
@@ -116531,7 +115203,6 @@
{ "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": "activelife.travel", "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 },
@@ -116575,7 +115246,6 @@
{ "name": "binabangsaschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "biologichemp.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": "biuaxia.cn", "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 },
@@ -116642,7 +115312,6 @@
{ "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": "fadenmeer.net", "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 },
@@ -116653,7 +115322,6 @@
{ "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": "flag3force.com", "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 },
@@ -116692,9 +115360,7 @@
{ "name": "highdeserttinyhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hoctracnghiem.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": "hostingplussize.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hrseoservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "htc.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 },
@@ -116710,7 +115376,6 @@
{ "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": "iska.plus", "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 },
@@ -116719,7 +115384,6 @@
{ "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": "iyume.top", "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 },
@@ -116734,7 +115398,6 @@
{ "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": "joshwho.net", "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 },
@@ -116744,7 +115407,6 @@
{ "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": "kitchencraftllc.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 },
@@ -116767,7 +115429,6 @@
{ "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": "limc.cloud", "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 },
@@ -116777,7 +115438,6 @@
{ "name": "manualidadespararegalar.online", "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": "matrix.co", "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 },
@@ -116843,7 +115503,6 @@
{ "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": "planosvivointernet.com.br", "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 },
@@ -116859,7 +115518,6 @@
{ "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": "romanchuvashov.ru", "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 },
@@ -117061,7 +115719,6 @@
{ "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": "cristalva.com", "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 },
@@ -117070,7 +115727,6 @@
{ "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": "dandelikaliadventure.com", "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 },
@@ -117206,12 +115862,10 @@
{ "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": "linuxnatives.net", "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": "luxerepofficiel.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 },
@@ -117225,10 +115879,8 @@
{ "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": "melikecapkin.com", "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": "minimal-website.ch", "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 },
@@ -117291,7 +115943,6 @@
{ "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": "pyshem.com", "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 },
@@ -117439,7 +116090,6 @@
{ "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": "z-pc.net", "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 },
@@ -117589,7 +116239,6 @@
{ "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": "franfoto.com", "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 },
@@ -117621,14 +116270,12 @@
{ "name": "ihgcontrolbook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ineedweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "infopreneur.blog", "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": "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": "jetlaggroup.co.il", "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 },
@@ -117637,14 +116284,12 @@
{ "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": "keskikorpimotorsport.fi", "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": "koolisw.cf", "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 },
@@ -117883,7 +116528,6 @@
{ "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": "wemakeit.live", "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 },
@@ -117954,7 +116598,6 @@
{ "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": "bandolino-bewind.nl", "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 },
@@ -118085,7 +116728,6 @@
{ "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": "incehesap.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 },
@@ -118097,7 +116739,6 @@
{ "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": "joomlon.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 },
@@ -118122,7 +116763,6 @@
{ "name": "lab-advancedservicesportal.com", "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": "layarsosial.com", "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 },
@@ -118149,8 +116789,6 @@
{ "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": "mcae.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mcae.sk", "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 },
@@ -118176,7 +116814,6 @@
{ "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": "neptuna.hu", "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 },
@@ -118190,14 +116827,12 @@
{ "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": "parking4less.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": "photoneo.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": "pk8.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -118235,11 +116870,9 @@
{ "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": "sponecstructure.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": "standoffhub.com", "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 },
@@ -118439,8 +117072,6 @@
{ "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": "elaax.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "emilion.dk", "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 },
@@ -118494,7 +117125,6 @@
{ "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": "grabtech.vn", "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 },
@@ -118543,7 +117173,6 @@
{ "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": "kasemsantaec.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": "keepitsecure24.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 },
@@ -118587,7 +117216,6 @@
{ "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": "mentorbuk.com", "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 },
@@ -118652,7 +117280,6 @@
{ "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": "pretzelhands.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 },
@@ -118778,8 +117405,6 @@
{ "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": "wickbot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "wini.my.id", "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 },
@@ -118852,7 +117477,6 @@
{ "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.gent", "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 },
@@ -118972,7 +117596,6 @@
{ "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": "eworkflow.ca", "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 },
@@ -119026,7 +117649,6 @@
{ "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": "greatergood.com", "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 },
@@ -119146,7 +117768,6 @@
{ "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": "nerwa.vic.gov.au", "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 },
@@ -119310,13 +117931,11 @@
{ "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": "wideweb.host", "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": "woutiscoding.be", "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 },
@@ -119384,7 +118003,6 @@
{ "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": "airconsandton.co.za", "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 },
@@ -119395,7 +118013,6 @@
{ "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": "alles.cx", "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 },
@@ -119412,7 +118029,6 @@
{ "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": "antonmcclure.com", "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 },
@@ -119453,7 +118069,6 @@
{ "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": "binhdang.me", "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 },
@@ -119486,7 +118101,6 @@
{ "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": "ccaag.net", "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 },
@@ -119596,7 +118210,6 @@
{ "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": "ebcue.org", "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 },
@@ -119613,7 +118226,6 @@
{ "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": "elinetv.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 },
@@ -119716,7 +118328,6 @@
{ "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": "hexo.ink", "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 },
@@ -119756,11 +118367,9 @@
{ "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": "isoq.vn", "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": "itzine.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "iventuresolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "j0hn.net", "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 },
@@ -120014,7 +118623,6 @@
{ "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": "reach.gov", "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 },
@@ -120080,7 +118688,6 @@
{ "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": "shivering-isles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "shopcon.vn", "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 },
@@ -120263,7 +118870,6 @@
{ "name": "yesterplay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yflix.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yhs.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ykdlb.cn", "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 },
@@ -120322,7 +118928,6 @@
{ "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": "ardiama.sk", "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 },
@@ -120335,13 +118940,11 @@
{ "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": "babypaparadise.com", "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": "baselnazifrei.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bbagramante.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "beachwayhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "beallure.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -120431,7 +119034,6 @@
{ "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": "edupedia.vn", "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 },
@@ -120466,7 +119068,6 @@
{ "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": "garo.network", "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 },
@@ -120492,12 +119093,10 @@
{ "name": "hugobarral.me", "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-2020.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "hv-2020.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hv-anmeldung.de", "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": "hv-portal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hvanmeldung.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "hvanmeldung.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hvsdev.azurewebsites.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 },
@@ -120531,12 +119130,10 @@
{ "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": "kkutu.us", "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": "konuhaber.com", "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 },
@@ -120642,7 +119239,6 @@
{ "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": "revolve.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 },
@@ -120682,7 +119278,6 @@
{ "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": "studio3a.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sublimesecurity.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 },
@@ -120752,7 +119347,6 @@
{ "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": "waytoeasylearn.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 },
@@ -120775,7 +119369,6 @@
{ "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": "yzddd.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 },
@@ -120816,7 +119409,6 @@
{ "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": "ailamarket.ir", "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 },
@@ -120881,7 +119473,6 @@
{ "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": "avcafe.ru", "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": "avito.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -120927,7 +119518,6 @@
{ "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": "blacksearegion.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "bladebotlist.xyz", "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 },
@@ -120975,11 +119565,9 @@
{ "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": "centrmebeli.by", "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": "chicjewelryla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "chimebank.com", "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 },
@@ -121066,7 +119654,6 @@
{ "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", "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 },
@@ -121077,7 +119664,6 @@
{ "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": "gameday.org.uk", "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 },
@@ -121194,7 +119780,6 @@
{ "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": "lc-8.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 },
@@ -121230,7 +119815,6 @@
{ "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": "mateidibu.org", "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 },
@@ -121346,7 +119930,6 @@
{ "name": "presidentinternet.org", "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": "proclimat.pro", "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 },
@@ -121470,7 +120053,6 @@
{ "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": "tattootoday.org", "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 },
@@ -121551,9 +120133,7 @@
{ "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--fuze-dpa.com", "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": "xunki.cc", "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 },
@@ -121566,7 +120146,6 @@
{ "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": "yukina.kr", "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 },
@@ -121581,6 +120160,11636 @@
{ "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": "along.org", "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": "androidgadgematic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anhdvshop.com", "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": "berita.press", "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": "camfire.team", "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": "ciordigital.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": "dexmedio.com", "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": "fermateh.com.ua", "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": "floristics.info", "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": "kb10uy.org", "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": "kupitnedorogo.com", "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": "makonet.com.au", "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": "mevrouwtjepeper.nl", "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": "mimisi.ru", "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": "mogamugi.com", "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": "nakvartiru.com", "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": "oadpoaw.xyz", "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": "opikini.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": "outdoormanufaktur.com", "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": "pgsindustries.com.au", "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": "pricelooper.com", "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": "realty.tatar", "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": "reiseziel-hiddensee.de", "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": "savvysme.com.au", "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": "sochi.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sochisan.com", "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": "svetplast.spb.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": "synthesisorganics.com", "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": "tesladrive.ca", "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": "uvc.com.ua", "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----7sbfchj2dvap7h.xn--p1ai", "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": "00s.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1000inf.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1fastcourse.com", "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": "4hourcourse.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": "88518.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": "aaaportaserve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aajkakavi.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aavstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abbreviated-adult-course.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": "adelaidecoldlaser.com.au", "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": "ae86f.com", "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": "ahvassociates.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aidez-moi.ca", "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": "andrush.eu", "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": "ballon-ballon.de", "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": "bbaovanc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bbkl.org", "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": "blint.nl", "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": "bluegrottoscuba.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": "cdicdd.com", "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": "clear-concise.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": "discount-course.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": "dreamjobs.ma", "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": "ecoforel.ru", "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": "eroticsochi.com", "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": "everystudent.com.tw", "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": "francebattery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "francisbaconnet.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": "fraser-hann.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freefinancialhelp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freeflarum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freshman.com.tw", "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": "fullspace.com.br", "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": "gameapexlegends.com", "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": "hanke.se", "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": "holidayexcess.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": "horseboxheaven.uk", "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": "laundrydidi.com", "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": "lunextd.com", "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": "mafondue.ch", "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": "magnewsblog.com", "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": "mcgifreestore.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": "mybrand.nl", "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": "pascosystems.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": "peterkoren.org", "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": "plomberie-rivesud.ca", "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": "pollybarks.com", "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": "prasso.se", "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": "psd2.club", "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": "riostones.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": "sachviet.us", "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": "sahpa.co.za", "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": "sanalsergi.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": "sayeghonline.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": "seishinan.xyz", "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": "share2x.com", "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": "sonarweb.ir", "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": "ssl.kim", "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": "tccc.org.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tcontrols.com.sa", "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": "thecombustionway.com", "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": "thesearch.com.tw", "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": "totally-awesome.xyz", "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": "vinsonconsulting.cl", "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": "ws5.ru", "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": "zen3tech.com", "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": "zentrading.group", "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": "adrian2023.com", "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": "agasport.nl", "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": "alcionesakugawa.com", "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": "alicemag.ng", "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": "allergento.store", "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": "autosneed.com", "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": "bamoza.com", "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": "cavediving.com", "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.co", "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": "chesapeakebank.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": "conexstudios.online", "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": "creativedesign.pt", "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": "curtisplumstone.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": "delennerd.de", "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": "deonlineassistente.nl", "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": "egregius.be", "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": "ehtpd.com", "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": "elbrus.ooo", "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": "emdyn.com", "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": "energetiquetraditionnellechinoise.be", "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": "eventusgc.ru", "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": "ezcourseonline.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": "felixharo.es", "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": "flutterappdev.com", "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": "forti1.com", "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": "fotografontes.com.br", "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": "goldstein.rs", "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": "gtrwebdesign.nl", "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": "habibhidayat.com", "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": "hammeracademy.co.za", "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": "hynerd.it", "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": "ilouis.cn", "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": "informasi-teknologi.com", "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": "involve.ai", "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": "itxcjm.top", "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": "jasawebbisnis.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": "johnmillerdesign.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": "josephziegler.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": "just6f.com", "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": "kaladarb.com", "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": "lg.com.br", "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": "long08.com", "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": "mekanagadde.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": "mon-lab-digital.com", "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": "nijzoon.nl", "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": "noobsunited.de", "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": "obgynqueensnyc.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": "odonoghue.kiwi", "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": "ouronyx.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": "paystarkagency.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": "piepschuimlogo.nl", "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": "piplwize.com", "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": "pteroforge.com", "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": "quehay.de", "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": "remateszarate.cl", "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": "robindeheer.nl", "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": "sc2pte.eu", "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": "serviceflow.co.za", "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": "shopcrocs.in", "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": "sophias-haarmanufaktur.de", "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": "spamedica.com.co", "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": "spb.ooo", "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": "ssd.today", "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": "swarmdrone.services", "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": "tylerharcourt.com", "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": "wd-api.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wd-img.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wd-ljt.com", "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": "winrss.com", "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": "yephy.com", "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": "00010.xyz", "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": "801hao.com", "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": "agrisicilia.it", "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": "always.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": "aravitor.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": "biodit.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": "bisisecurity.com", "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": "bittivarasto.fi", "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": "careersandeducation.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": "catmash.tk", "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": "charmin.com", "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": "chilimath.com", "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": "clmbr.ch", "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": "clubhousetownhomes.com", "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": "co2fr.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "codedesigns.ca", "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": "confirmit.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "connectedrisksolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "consec.systems", "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": "der-windows-papst.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": "dirtysox.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dirtysox.eu", "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": "doamatto.xyz", "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": "dukhanstore.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": "eclecticbeaver.com", "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": "fazer.ddns.net", "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": "fukn.jp", "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": "gamezo.co.uk", "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": "gotleanderpi.ddns.net", "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": "guiacg.com", "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": "iain.tech", "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": "ilanada.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": "itsallinthedetailsllc.com", "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": "jessicaescortsservices.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": "kalyanmatka.guru", "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": "kawuk.com", "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": "labassist.lt", "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": "limc.cloud", "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": "liutianyou.site", "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": "lookae.com", "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": "lumizor.com.ua", "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": "luxstyleproductions.com", "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": "maybeshewill.xyz", "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": "movieking.bz", "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": "nursingschoolsnearme.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": "onlineradiomix.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": "partykid.shop", "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": "pi-hole.net", "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": "pornquebec.com", "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": "radiology-technician.com", "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": "rss.org.uk", "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": "sacult.com", "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": "sageinkenya.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": "searchzone.ch", "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": "shademid.com", "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": "shopbylocals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shopcon.vn", "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": "soyjak.party", "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": "sttrv.ru", "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": "subjecto.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": "supportmeindia.com", "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": "teamxavier4ever.com", "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": "telkomuniversity.ac.id", "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": "trafficgazelles.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": "uuznn.cn", "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": "vectorsiriushockeyclub.com", "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": "wedelrahill.com", "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": "wildbox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "willighp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "win.gg", "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": "wisenederland.nl", "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": "xyzemails.com", "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": "casaformen.com.br", "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": "cbcf.info", "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": "drakoraw.my.id", "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": "ellsworthwebservice.com", "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": "esarreglocomercial.com", "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": "flipos.be", "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": "it-ottweiler.de", "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": "joyckers.com", "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": "kinmeiphoto.jp", "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": "masta.me", "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": "mycreditcardclub.com", "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": "perspective.com.tr", "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": "powerofwater.fish", "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": "rhyno.io", "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": "roolife.xyz", "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": "safirkimya.com", "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": "satangcorp.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": "sciotoaccounting.com", "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": "sedkisghairi.com", "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": "simulaciones3d.com", "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": "sotsiaalkindlustusamet.ee", "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": "sttpk.id", "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": "ttja.ee", "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": "uls.by", "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": "vrbr.ch", "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": "aluminiosluanda.com", "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": "automat1c.ru", "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": "belvitajoreggelt.hu", "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": "clear-it.ch", "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": "coolaser.clinic", "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": "customcompleteautomotive.com", "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": "diconium.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": "drivemere.com", "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": "emergencyautolocksmithmanchester.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": "evitacion.com", "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": "eye-vet.co.uk", "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": "help-step.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hey.pw", "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": "hocgiai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hocz.net", "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": "horoscopos-amor.com", "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": "karlbrandesmediation.com", "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": "kepinski.me", "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": "kodineuerleben.eu", "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": "mftn.eu", "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": "oasisbahamas.com", "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": "paris-elysees.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": "pornkit.net", "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": "quadrantrd.com", "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": "sacha-botz.com", "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": "stl.news", "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": "the3285.xyz", "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": "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": "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": "vondelhof.com", "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": "webheads.co.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webseptimus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webseptimus.eu", "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": "winners.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wittoy.com", "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": "xajh.org", "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": "ycsgo.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": "zenghuanmin.cn", "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": "abelburners.co.uk", "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": "abtech.vn", "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": "cheerpassionallstars.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": "chimebank.com", "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": "fungit.org", "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": "jswiss.co", "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": "kehalcpa.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kepinski.ch", "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": "mocent.de", "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": "mosteplitsa.ru", "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": "notyouraverageamerican.com", "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": "theunknownfilmcompany.com", "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": "votegreece.gr", "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": "wcru.one", "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": "wicitec.com", "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": "williamblondel.fr", "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": "xcxmiku.com", "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 },
// END OF 1-YEAR BULK HSTS ENTRIES
// Only eTLD+1 domains can be submitted automatically to hstspreload.org,
@@ -122248,6 +132457,70 @@
{ "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 },
// END OF ETLD-OWNER REQUESTED ENTRIES
// To avoid trailing comma changes from showing up in diffs, we place a
diff --git a/chromium/net/http/transport_security_state_unittest.cc b/chromium/net/http/transport_security_state_unittest.cc
index fda88d2b803..53d13fbc645 100644
--- a/chromium/net/http/transport_security_state_unittest.cc
+++ b/chromium/net/http/transport_security_state_unittest.cc
@@ -29,6 +29,7 @@
#include "net/base/host_port_pair.h"
#include "net/base/net_errors.h"
#include "net/base/network_isolation_key.h"
+#include "net/base/schemeful_site.h"
#include "net/base/test_completion_callback.h"
#include "net/cert/asn1_util.h"
#include "net/cert/cert_verifier.h"
@@ -49,6 +50,7 @@
#include "net/tools/huffman_trie/trie/trie_bit_buffer.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
+#include "url/origin.h"
namespace net {
@@ -340,10 +342,9 @@ std::string CreateUniqueHostName() {
NetworkIsolationKey CreateUniqueNetworkIsolationKey(bool is_transient) {
if (is_transient)
return NetworkIsolationKey::CreateTransient();
- url::Origin origin = url::Origin::CreateFromNormalizedTuple(
- "https", CreateUniqueHostName(), 443);
- return NetworkIsolationKey(origin /* top_frame_origin */,
- origin /* frame_origin */);
+ SchemefulSite site = SchemefulSite(url::Origin::CreateFromNormalizedTuple(
+ "https", CreateUniqueHostName(), 443));
+ return NetworkIsolationKey(site /* top_frame_site */, site /* frame_site */);
}
} // namespace
@@ -3353,51 +3354,6 @@ TEST_F(TransportSecurityStateStaticTest, HPKPReporting) {
mock_report_sender.latest_network_isolation_key());
}
-// Tests that a histogram entry is recorded when TransportSecurityState
-// fails to send an HPKP violation report.
-TEST_F(TransportSecurityStateStaticTest, UMAOnHPKPReportingFailure) {
- base::HistogramTester histograms;
- const std::string histogram_name = "Net.PublicKeyPinReportSendingFailure2";
- HostPortPair host_port_pair(kHost, kPort);
- GURL report_uri(kReportUri);
- // Two dummy certs to use as the server-sent and validated chains. The
- // contents don't matter.
- scoped_refptr<X509Certificate> cert1 =
- ImportCertFromFile(GetTestCertsDirectory(), "ok_cert.pem");
- ASSERT_TRUE(cert1);
- scoped_refptr<X509Certificate> cert2 =
- ImportCertFromFile(GetTestCertsDirectory(), "expired_cert.pem");
- ASSERT_TRUE(cert2);
-
- HashValueVector good_hashes, bad_hashes;
-
- for (size_t i = 0; kGoodPath[i]; i++)
- EXPECT_TRUE(AddHash(kGoodPath[i], &good_hashes));
- for (size_t i = 0; kBadPath[i]; i++)
- EXPECT_TRUE(AddHash(kBadPath[i], &bad_hashes));
-
- // The histogram should start off empty.
- histograms.ExpectTotalCount(histogram_name, 0);
-
- TransportSecurityState state;
- EnableStaticPins(&state);
- MockFailingCertificateReportSender mock_report_sender;
- state.SetReportSender(&mock_report_sender);
-
- std::string failure_log;
- EXPECT_EQ(TransportSecurityState::PKPStatus::VIOLATED,
- state.CheckPublicKeyPins(
- host_port_pair, true, bad_hashes, cert1.get(), cert2.get(),
- TransportSecurityState::ENABLE_PIN_REPORTS,
- NetworkIsolationKey::CreateTransient(), &failure_log));
-
- // Check that the UMA histogram was updated when the report failed to
- // send.
- histograms.ExpectTotalCount(histogram_name, 1);
- histograms.ExpectBucketCount(histogram_name, -mock_report_sender.net_error(),
- 1);
-}
-
TEST_F(TransportSecurityStateTest, WriteSizeDecodeSize) {
for (size_t i = 0; i < 300; ++i) {
SCOPED_TRACE(i);