summaryrefslogtreecommitdiff
path: root/chromium/net/http
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-08-30 10:22:43 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-08-30 12:36:28 +0000
commit271a6c3487a14599023a9106329505597638d793 (patch)
treee040d58ffc86c1480b79ca8528020ca9ec919bf8 /chromium/net/http
parent7b2ffa587235a47d4094787d72f38102089f402a (diff)
downloadqtwebengine-chromium-271a6c3487a14599023a9106329505597638d793.tar.gz
BASELINE: Update Chromium to 77.0.3865.59
Change-Id: I1e89a5f3b009a9519a6705102ad65c92fe736f21 Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/net/http')
-rw-r--r--chromium/net/http/bidirectional_stream.cc67
-rw-r--r--chromium/net/http/bidirectional_stream.h2
-rw-r--r--chromium/net/http/bidirectional_stream_unittest.cc66
-rw-r--r--chromium/net/http/broken_alternative_services.cc2
-rw-r--r--chromium/net/http/broken_alternative_services.h2
-rw-r--r--chromium/net/http/http_auth.cc24
-rw-r--r--chromium/net/http/http_auth.h14
-rw-r--r--chromium/net/http/http_auth_cache.cc43
-rw-r--r--chromium/net/http/http_auth_controller.cc29
-rw-r--r--chromium/net/http/http_auth_controller_unittest.cc36
-rw-r--r--chromium/net/http/http_auth_gssapi_posix.cc766
-rw-r--r--chromium/net/http/http_auth_gssapi_posix.h165
-rw-r--r--chromium/net/http/http_auth_gssapi_posix_unittest.cc406
-rw-r--r--chromium/net/http/http_auth_handler.cc11
-rw-r--r--chromium/net/http/http_auth_handler_factory.cc20
-rw-r--r--chromium/net/http/http_auth_handler_factory.h6
-rw-r--r--chromium/net/http/http_auth_handler_mock.cc3
-rw-r--r--chromium/net/http/http_auth_handler_mock.h2
-rw-r--r--chromium/net/http/http_auth_handler_negotiate.cc16
-rw-r--r--chromium/net/http/http_auth_handler_negotiate_unittest.cc50
-rw-r--r--chromium/net/http/http_auth_handler_ntlm.cc2
-rw-r--r--chromium/net/http/http_auth_handler_ntlm.h12
-rw-r--r--chromium/net/http/http_auth_handler_ntlm_portable.cc14
-rw-r--r--chromium/net/http/http_auth_handler_ntlm_portable_unittest.cc7
-rw-r--r--chromium/net/http/http_auth_handler_unittest.cc4
-rw-r--r--chromium/net/http/http_auth_sspi_win.cc3
-rw-r--r--chromium/net/http/http_auth_sspi_win.h3
-rw-r--r--chromium/net/http/http_auth_sspi_win_unittest.cc23
-rw-r--r--chromium/net/http/http_cache.cc162
-rw-r--r--chromium/net/http/http_cache.h40
-rw-r--r--chromium/net/http/http_cache_lookup_manager.cc16
-rw-r--r--chromium/net/http/http_cache_lookup_manager.h2
-rw-r--r--chromium/net/http/http_cache_transaction.cc187
-rw-r--r--chromium/net/http/http_cache_transaction.h31
-rw-r--r--chromium/net/http/http_cache_unittest.cc417
-rw-r--r--chromium/net/http/http_cache_writers.cc2
-rw-r--r--chromium/net/http/http_cache_writers.h2
-rw-r--r--chromium/net/http/http_log_util.cc22
-rw-r--r--chromium/net/http/http_log_util.h14
-rw-r--r--chromium/net/http/http_log_util_unittest.cc36
-rw-r--r--chromium/net/http/http_negotiate_auth_system.h4
-rw-r--r--chromium/net/http/http_network_layer.cc8
-rw-r--r--chromium/net/http/http_network_session.cc183
-rw-r--r--chromium/net/http/http_network_session.h103
-rw-r--r--chromium/net/http/http_network_transaction.cc42
-rw-r--r--chromium/net/http/http_network_transaction.h4
-rw-r--r--chromium/net/http/http_network_transaction_unittest.cc613
-rw-r--r--chromium/net/http/http_proxy_client_socket.cc14
-rw-r--r--chromium/net/http/http_proxy_client_socket_fuzzer.cc4
-rw-r--r--chromium/net/http/http_proxy_connect_job.cc7
-rw-r--r--chromium/net/http/http_proxy_connect_job.h2
-rw-r--r--chromium/net/http/http_proxy_connect_job_unittest.cc10
-rw-r--r--chromium/net/http/http_request_headers.cc8
-rw-r--r--chromium/net/http/http_request_headers.h7
-rw-r--r--chromium/net/http/http_response_body_drainer_unittest.cc5
-rw-r--r--chromium/net/http/http_response_headers.cc4
-rw-r--r--chromium/net/http/http_response_headers.h4
-rw-r--r--chromium/net/http/http_response_info.cc3
-rw-r--r--chromium/net/http/http_response_info.h1
-rw-r--r--chromium/net/http/http_server_properties_impl.cc11
-rw-r--r--chromium/net/http/http_server_properties_impl.h8
-rw-r--r--chromium/net/http/http_server_properties_impl_unittest.cc14
-rw-r--r--chromium/net/http/http_server_properties_manager.cc175
-rw-r--r--chromium/net/http/http_server_properties_manager.h36
-rw-r--r--chromium/net/http/http_server_properties_manager_unittest.cc200
-rw-r--r--chromium/net/http/http_stream_factory.cc9
-rw-r--r--chromium/net/http/http_stream_factory_job.cc89
-rw-r--r--chromium/net/http/http_stream_factory_job.h2
-rw-r--r--chromium/net/http/http_stream_factory_job_controller.cc81
-rw-r--r--chromium/net/http/http_stream_factory_job_controller.h2
-rw-r--r--chromium/net/http/http_stream_factory_job_controller_unittest.cc115
-rw-r--r--chromium/net/http/http_stream_factory_unittest.cc119
-rw-r--r--chromium/net/http/http_stream_parser.cc43
-rw-r--r--chromium/net/http/http_stream_parser.h2
-rw-r--r--chromium/net/http/http_stream_parser_fuzzer.cc4
-rw-r--r--chromium/net/http/http_stream_parser_unittest.cc9
-rw-r--r--chromium/net/http/http_transaction_test_util.cc3
-rw-r--r--chromium/net/http/http_transaction_test_util.h3
-rw-r--r--chromium/net/http/mock_gssapi_library_posix.cc106
-rw-r--r--chromium/net/http/mock_gssapi_library_posix.h26
-rw-r--r--chromium/net/http/mock_http_cache.cc7
-rw-r--r--chromium/net/http/mock_sspi_library_win.h2
-rw-r--r--chromium/net/http/partial_data.cc3
-rw-r--r--chromium/net/http/partial_data.h2
-rw-r--r--chromium/net/http/transport_security_persister.cc3
-rw-r--r--chromium/net/http/transport_security_persister.h2
-rw-r--r--chromium/net/http/transport_security_state.cc2
-rw-r--r--chromium/net/http/transport_security_state_static.json12839
-rw-r--r--chromium/net/http/transport_security_state_unittest.cc41
89 files changed, 14162 insertions, 3551 deletions
diff --git a/chromium/net/http/bidirectional_stream.cc b/chromium/net/http/bidirectional_stream.cc
index 780b8e4d01d..867f7678191 100644
--- a/chromium/net/http/bidirectional_stream.cc
+++ b/chromium/net/http/bidirectional_stream.cc
@@ -24,6 +24,7 @@
#include "net/log/net_log_capture_mode.h"
#include "net/log/net_log_event_type.h"
#include "net/log/net_log_source_type.h"
+#include "net/log/net_log_values.h"
#include "net/spdy/spdy_http_utils.h"
#include "net/spdy/spdy_log_util.h"
#include "net/ssl/ssl_cert_request_info.h"
@@ -36,22 +37,22 @@ namespace net {
namespace {
-base::Value NetLogHeadersCallback(const spdy::SpdyHeaderBlock* headers,
- NetLogCaptureMode capture_mode) {
+base::Value NetLogHeadersParams(const spdy::SpdyHeaderBlock* headers,
+ NetLogCaptureMode capture_mode) {
base::DictionaryValue dict;
dict.SetKey("headers", ElideSpdyHeaderBlockForNetLog(*headers, capture_mode));
return std::move(dict);
}
-base::Value NetLogCallback(const GURL* url,
- const std::string* method,
- const HttpRequestHeaders* headers,
- NetLogCaptureMode capture_mode) {
+base::Value NetLogParams(const GURL& url,
+ const std::string& method,
+ const HttpRequestHeaders* headers,
+ NetLogCaptureMode capture_mode) {
base::DictionaryValue dict;
- dict.SetString("url", url->possibly_invalid_spec());
- dict.SetString("method", *method);
+ dict.SetString("url", url.possibly_invalid_spec());
+ dict.SetString("method", method);
std::string empty;
- base::Value headers_param(headers->NetLogCallback(&empty, capture_mode));
+ base::Value headers_param(headers->NetLogParams(empty, capture_mode));
dict.SetKey("headers", std::move(headers_param));
return std::move(dict);
}
@@ -86,8 +87,7 @@ BidirectionalStream::BidirectionalStream(
send_request_headers_automatically_(send_request_headers_automatically),
request_headers_sent_(false),
delegate_(delegate),
- timer_(std::move(timer)),
- weak_factory_(this) {
+ timer_(std::move(timer)) {
DCHECK(delegate_);
DCHECK(request_info_);
@@ -96,10 +96,12 @@ BidirectionalStream::BidirectionalStream(
load_timing_info_.request_start = base::TimeTicks::Now();
if (net_log_.IsCapturing()) {
- net_log_.BeginEvent(
- NetLogEventType::BIDIRECTIONAL_STREAM_ALIVE,
- base::Bind(&NetLogCallback, &request_info_->url, &request_info_->method,
- base::Unretained(&request_info_->extra_headers)));
+ net_log_.BeginEvent(NetLogEventType::BIDIRECTIONAL_STREAM_ALIVE,
+ [&](NetLogCaptureMode capture_mode) {
+ return NetLogParams(
+ request_info_->url, request_info_->method,
+ &request_info_->extra_headers, capture_mode);
+ });
}
if (!request_info_->url.SchemeIs(url::kHttpsScheme)) {
@@ -145,8 +147,8 @@ int BidirectionalStream::ReadData(IOBuffer* buf, int buf_len) {
// Bytes will be logged in OnDataRead().
}
if (net_log_.IsCapturing()) {
- net_log_.AddEvent(NetLogEventType::BIDIRECTIONAL_STREAM_READ_DATA,
- NetLog::IntCallback("rv", rv));
+ net_log_.AddEventWithIntParams(
+ NetLogEventType::BIDIRECTIONAL_STREAM_READ_DATA, "rv", rv);
}
return rv;
}
@@ -161,8 +163,9 @@ void BidirectionalStream::SendvData(
DCHECK(write_buffer_len_list_.empty());
if (net_log_.IsCapturing()) {
- net_log_.AddEvent(NetLogEventType::BIDIRECTIONAL_STREAM_SENDV_DATA,
- NetLog::IntCallback("num_buffers", buffers.size()));
+ net_log_.AddEventWithIntParams(
+ NetLogEventType::BIDIRECTIONAL_STREAM_SENDV_DATA, "num_buffers",
+ buffers.size());
}
stream_impl_->SendvData(buffers, lengths, end_stream);
for (size_t i = 0; i < buffers.size(); ++i) {
@@ -226,9 +229,9 @@ void BidirectionalStream::StartRequest(const SSLConfig& ssl_config) {
void BidirectionalStream::OnStreamReady(bool request_headers_sent) {
request_headers_sent_ = request_headers_sent;
if (net_log_.IsCapturing()) {
- net_log_.AddEvent(
- NetLogEventType::BIDIRECTIONAL_STREAM_READY,
- NetLog::BoolCallback("request_headers_sent", request_headers_sent));
+ net_log_.AddEntryWithBoolParams(
+ NetLogEventType::BIDIRECTIONAL_STREAM_READY, NetLogEventPhase::NONE,
+ "request_headers_sent", request_headers_sent);
}
load_timing_info_.send_start = base::TimeTicks::Now();
load_timing_info_.send_end = load_timing_info_.send_start;
@@ -245,7 +248,10 @@ void BidirectionalStream::OnHeadersReceived(
}
if (net_log_.IsCapturing()) {
net_log_.AddEvent(NetLogEventType::BIDIRECTIONAL_STREAM_RECV_HEADERS,
- base::Bind(&NetLogHeadersCallback, &response_headers));
+ [&](NetLogCaptureMode capture_mode) {
+ return NetLogHeadersParams(&response_headers,
+ capture_mode);
+ });
}
// Impl should only provide |connect_timing| and |socket_reused| info,
// so use a copy to get these information only.
@@ -284,9 +290,10 @@ void BidirectionalStream::OnDataSent() {
if (net_log_.IsCapturing()) {
if (write_buffer_list_.size() > 1) {
net_log_.BeginEvent(
- NetLogEventType::BIDIRECTIONAL_STREAM_BYTES_SENT_COALESCED,
- NetLog::IntCallback("num_buffers_coalesced",
- write_buffer_list_.size()));
+ NetLogEventType::BIDIRECTIONAL_STREAM_BYTES_SENT_COALESCED, [&] {
+ return NetLogParamsWithInt("num_buffers_coalesced",
+ write_buffer_list_.size());
+ });
}
for (size_t i = 0; i < write_buffer_list_.size(); ++i) {
net_log_.AddByteTransferEvent(
@@ -308,7 +315,9 @@ void BidirectionalStream::OnTrailersReceived(
const spdy::SpdyHeaderBlock& trailers) {
if (net_log_.IsCapturing()) {
net_log_.AddEvent(NetLogEventType::BIDIRECTIONAL_STREAM_RECV_TRAILERS,
- base::Bind(&NetLogHeadersCallback, &trailers));
+ [&](NetLogCaptureMode capture_mode) {
+ return NetLogHeadersParams(&trailers, capture_mode);
+ });
}
read_end_time_ = base::TimeTicks::Now();
delegate_->OnTrailersReceived(trailers);
@@ -316,8 +325,8 @@ void BidirectionalStream::OnTrailersReceived(
void BidirectionalStream::OnFailed(int status) {
if (net_log_.IsCapturing()) {
- net_log_.AddEvent(NetLogEventType::BIDIRECTIONAL_STREAM_FAILED,
- NetLog::IntCallback("net_error", status));
+ net_log_.AddEventWithIntParams(NetLogEventType::BIDIRECTIONAL_STREAM_FAILED,
+ "net_error", status);
}
NotifyFailed(status);
}
diff --git a/chromium/net/http/bidirectional_stream.h b/chromium/net/http/bidirectional_stream.h
index d4f56f4b14e..4f0b4ab4ff6 100644
--- a/chromium/net/http/bidirectional_stream.h
+++ b/chromium/net/http/bidirectional_stream.h
@@ -263,7 +263,7 @@ class NET_EXPORT BidirectionalStream : public BidirectionalStreamImpl::Delegate,
// are received. Other fields are populated at different stages of the request
LoadTimingInfo load_timing_info_;
- base::WeakPtrFactory<BidirectionalStream> weak_factory_;
+ base::WeakPtrFactory<BidirectionalStream> weak_factory_{this};
DISALLOW_COPY_AND_ASSIGN(BidirectionalStream);
};
diff --git a/chromium/net/http/bidirectional_stream_unittest.cc b/chromium/net/http/bidirectional_stream_unittest.cc
index 7f6387d79c2..cb02bd3bdd5 100644
--- a/chromium/net/http/bidirectional_stream_unittest.cc
+++ b/chromium/net/http/bidirectional_stream_unittest.cc
@@ -408,7 +408,7 @@ class BidirectionalStreamTest : public TestWithScopedTaskEnvironment {
ssl_data_.next_proto = kProtoHTTP2;
ssl_data_.ssl_info.cert =
ImportCertFromFile(GetTestCertsDirectory(), "ok_cert.pem");
- net_log_.SetCaptureMode(NetLogCaptureMode::IncludeSocketBytes());
+ net_log_.SetObserverCaptureMode(NetLogCaptureMode::kEverything);
socket_factory_ = new MockTaggingClientSocketFactory();
session_deps_.socket_factory.reset(socket_factory_);
}
@@ -591,7 +591,7 @@ TEST_F(BidirectionalStreamTest,
}
TEST_F(BidirectionalStreamTest, ClientAuthRequestIgnored) {
- scoped_refptr<SSLCertRequestInfo> cert_request(new SSLCertRequestInfo());
+ auto cert_request = base::MakeRefCounted<SSLCertRequestInfo>();
cert_request->host_and_port = host_port_pair_;
// First attempt receives client auth request.
@@ -830,8 +830,7 @@ TEST_F(BidirectionalStreamTest, TestNetLogContainEntries) {
// Destroy the delegate will destroy the stream, so we can get an end event
// for BIDIRECTIONAL_STREAM_ALIVE.
delegate.reset();
- TestNetLogEntry::List entries;
- net_log_.GetEntries(&entries);
+ auto entries = net_log_.GetEntries();
size_t index = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::BIDIRECTIONAL_STREAM_ALIVE,
@@ -858,29 +857,23 @@ TEST_F(BidirectionalStreamTest, TestNetLogContainEntries) {
index = ExpectLogContainsSomewhere(
entries, index, NetLogEventType::BIDIRECTIONAL_STREAM_READ_DATA,
NetLogEventPhase::NONE);
- TestNetLogEntry entry = entries[index];
- int read_result = 0;
- EXPECT_TRUE(entry.params->GetInteger("rv", &read_result));
- EXPECT_EQ(ERR_IO_PENDING, read_result);
+ EXPECT_EQ(ERR_IO_PENDING, GetIntegerValueFromParams(entries[index], "rv"));
// Sent bytes. Sending data is always asynchronous.
index = ExpectLogContainsSomewhere(
entries, index, NetLogEventType::BIDIRECTIONAL_STREAM_BYTES_SENT,
NetLogEventPhase::NONE);
- entry = entries[index];
- EXPECT_EQ(NetLogSourceType::BIDIRECTIONAL_STREAM, entry.source.type);
+ EXPECT_EQ(NetLogSourceType::BIDIRECTIONAL_STREAM, entries[index].source.type);
// Received bytes for asynchronous read.
index = ExpectLogContainsSomewhere(
entries, index, NetLogEventType::BIDIRECTIONAL_STREAM_BYTES_RECEIVED,
NetLogEventPhase::NONE);
- entry = entries[index];
- EXPECT_EQ(NetLogSourceType::BIDIRECTIONAL_STREAM, entry.source.type);
+ EXPECT_EQ(NetLogSourceType::BIDIRECTIONAL_STREAM, entries[index].source.type);
// Received bytes for synchronous read.
index = ExpectLogContainsSomewhere(
entries, index, NetLogEventType::BIDIRECTIONAL_STREAM_BYTES_RECEIVED,
NetLogEventPhase::NONE);
- entry = entries[index];
- EXPECT_EQ(NetLogSourceType::BIDIRECTIONAL_STREAM, entry.source.type);
+ EXPECT_EQ(NetLogSourceType::BIDIRECTIONAL_STREAM, entries[index].source.type);
ExpectLogContainsSomewhere(entries, index,
NetLogEventType::BIDIRECTIONAL_STREAM_ALIVE,
NetLogEventPhase::END);
@@ -1051,41 +1044,30 @@ TEST_F(BidirectionalStreamTest, TestCoalesceSmallDataBuffers) {
EXPECT_EQ(CountWriteBytes(writes), delegate->GetTotalSentBytes());
EXPECT_EQ(CountReadBytes(reads), delegate->GetTotalReceivedBytes());
- TestNetLogEntry::List entries;
- net_log_.GetEntries(&entries);
+ auto entries = net_log_.GetEntries();
size_t index = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::BIDIRECTIONAL_STREAM_SENDV_DATA,
NetLogEventPhase::NONE);
- TestNetLogEntry entry = entries[index];
- int num_buffers = 0;
- EXPECT_TRUE(entry.params->GetInteger("num_buffers", &num_buffers));
- EXPECT_EQ(2, num_buffers);
+ EXPECT_EQ(2, GetIntegerValueFromParams(entries[index], "num_buffers"));
index = ExpectLogContainsSomewhereAfter(
entries, index,
NetLogEventType::BIDIRECTIONAL_STREAM_BYTES_SENT_COALESCED,
NetLogEventPhase::BEGIN);
- entry = entries[index];
- int num_buffers_coalesced = 0;
- EXPECT_TRUE(entry.params->GetInteger("num_buffers_coalesced",
- &num_buffers_coalesced));
- EXPECT_EQ(2, num_buffers_coalesced);
+ EXPECT_EQ(2,
+ GetIntegerValueFromParams(entries[index], "num_buffers_coalesced"));
index = ExpectLogContainsSomewhereAfter(
entries, index, NetLogEventType::BIDIRECTIONAL_STREAM_BYTES_SENT,
NetLogEventPhase::NONE);
- entry = entries[index];
- int byte_count = 0;
- EXPECT_TRUE(entry.params->GetInteger("byte_count", &byte_count));
- EXPECT_EQ(buf->size(), byte_count);
+ EXPECT_EQ(buf->size(),
+ GetIntegerValueFromParams(entries[index], "byte_count"));
index = ExpectLogContainsSomewhereAfter(
entries, index + 1, NetLogEventType::BIDIRECTIONAL_STREAM_BYTES_SENT,
NetLogEventPhase::NONE);
- entry = entries[index];
- byte_count = 0;
- EXPECT_TRUE(entry.params->GetInteger("byte_count", &byte_count));
- EXPECT_EQ(buf2->size(), byte_count);
+ EXPECT_EQ(buf2->size(),
+ GetIntegerValueFromParams(entries[index], "byte_count"));
ExpectLogContainsSomewhere(
entries, index,
@@ -1464,7 +1446,7 @@ TEST_F(BidirectionalStreamTest, PropagateProtocolError) {
delegate->Start(std::move(request_info), http_session_.get());
base::RunLoop().RunUntilIdle();
- EXPECT_THAT(delegate->error(), IsError(ERR_SPDY_PROTOCOL_ERROR));
+ EXPECT_THAT(delegate->error(), IsError(ERR_HTTP2_PROTOCOL_ERROR));
EXPECT_EQ(delegate->response_headers().end(),
delegate->response_headers().find(":status"));
EXPECT_EQ(0, delegate->on_data_read_count());
@@ -1476,25 +1458,19 @@ TEST_F(BidirectionalStreamTest, PropagateProtocolError) {
delegate->GetTotalSentBytes());
EXPECT_EQ(0, delegate->GetTotalReceivedBytes());
- TestNetLogEntry::List entries;
- net_log_.GetEntries(&entries);
+ auto entries = net_log_.GetEntries();
size_t index = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::BIDIRECTIONAL_STREAM_READY,
NetLogEventPhase::NONE);
- TestNetLogEntry entry = entries[index];
- bool request_headers_sent = false;
EXPECT_TRUE(
- entry.params->GetBoolean("request_headers_sent", &request_headers_sent));
- EXPECT_TRUE(request_headers_sent);
+ GetBooleanValueFromParams(entries[index], "request_headers_sent"));
index = ExpectLogContainsSomewhere(
entries, index, NetLogEventType::BIDIRECTIONAL_STREAM_FAILED,
NetLogEventPhase::NONE);
- entry = entries[index];
- int net_error = OK;
- EXPECT_TRUE(entry.params->GetInteger("net_error", &net_error));
- EXPECT_THAT(net_error, IsError(ERR_SPDY_PROTOCOL_ERROR));
+ EXPECT_EQ(ERR_HTTP2_PROTOCOL_ERROR,
+ GetNetErrorCodeFromParams(entries[index]));
}
TEST_F(BidirectionalStreamTest, DeleteStreamDuringOnHeadersReceived) {
@@ -1704,7 +1680,7 @@ TEST_F(BidirectionalStreamTest, DeleteStreamDuringOnFailed) {
delegate->response_headers().find(":status"));
EXPECT_EQ(0, delegate->on_data_sent_count());
EXPECT_EQ(0, delegate->on_data_read_count());
- EXPECT_THAT(delegate->error(), IsError(ERR_SPDY_PROTOCOL_ERROR));
+ EXPECT_THAT(delegate->error(), IsError(ERR_HTTP2_PROTOCOL_ERROR));
EXPECT_EQ(kProtoHTTP2, delegate->GetProtocol());
// Bytes sent excludes the RST frame.
diff --git a/chromium/net/http/broken_alternative_services.cc b/chromium/net/http/broken_alternative_services.cc
index e2a71855b03..fcb9548f9f7 100644
--- a/chromium/net/http/broken_alternative_services.cc
+++ b/chromium/net/http/broken_alternative_services.cc
@@ -34,7 +34,7 @@ base::TimeDelta ComputeBrokenAlternativeServiceExpirationDelay(
BrokenAlternativeServices::BrokenAlternativeServices(
Delegate* delegate,
const base::TickClock* clock)
- : delegate_(delegate), clock_(clock), weak_ptr_factory_(this) {
+ : delegate_(delegate), clock_(clock) {
DCHECK(delegate_);
DCHECK(clock_);
}
diff --git a/chromium/net/http/broken_alternative_services.h b/chromium/net/http/broken_alternative_services.h
index 3d6690f2162..2d93fb4901a 100644
--- a/chromium/net/http/broken_alternative_services.h
+++ b/chromium/net/http/broken_alternative_services.h
@@ -165,7 +165,7 @@ class NET_EXPORT_PRIVATE BrokenAlternativeServices {
// services.
base::OneShotTimer expiration_timer_;
- base::WeakPtrFactory<BrokenAlternativeServices> weak_ptr_factory_;
+ base::WeakPtrFactory<BrokenAlternativeServices> weak_ptr_factory_{this};
};
} // namespace net
diff --git a/chromium/net/http/http_auth.cc b/chromium/net/http/http_auth.cc
index 338aabb4ec0..5381f1b6865 100644
--- a/chromium/net/http/http_auth.cc
+++ b/chromium/net/http/http_auth.cc
@@ -20,9 +20,16 @@
#include "net/http/http_response_headers.h"
#include "net/http/http_util.h"
#include "net/log/net_log.h"
+#include "net/log/net_log_values.h"
namespace net {
+namespace {
+const char* const kSchemeNames[] = {kBasicAuthScheme, kDigestAuthScheme,
+ kNtlmAuthScheme, kNegotiateAuthScheme,
+ kSpdyProxyAuthScheme, kMockAuthScheme};
+} // namespace
+
HttpAuth::Identity::Identity() : source(IDENT_SRC_NONE), invalid(true) {}
// static
@@ -137,9 +144,6 @@ std::string HttpAuth::GetAuthTargetString(Target target) {
// static
const char* HttpAuth::SchemeToString(Scheme scheme) {
- static const char* const kSchemeNames[] = {
- kBasicAuthScheme, kDigestAuthScheme, kNtlmAuthScheme,
- kNegotiateAuthScheme, kSpdyProxyAuthScheme, kMockAuthScheme};
static_assert(base::size(kSchemeNames) == AUTH_SCHEME_MAX,
"http auth scheme names incorrect size");
if (scheme < AUTH_SCHEME_BASIC || scheme >= AUTH_SCHEME_MAX) {
@@ -150,6 +154,16 @@ const char* HttpAuth::SchemeToString(Scheme scheme) {
}
// static
+HttpAuth::Scheme HttpAuth::StringToScheme(const std::string& str) {
+ for (uint8_t i = 0; i < base::size(kSchemeNames); i++) {
+ if (str == kSchemeNames[i])
+ return static_cast<Scheme>(i);
+ }
+ NOTREACHED();
+ return AUTH_SCHEME_MAX;
+}
+
+// static
const char* HttpAuth::AuthorizationResultToString(
AuthorizationResult authorization_result) {
switch (authorization_result) {
@@ -169,10 +183,10 @@ const char* HttpAuth::AuthorizationResultToString(
}
// static
-NetLogParametersCallback HttpAuth::NetLogAuthorizationResultCallback(
+base::Value HttpAuth::NetLogAuthorizationResultParams(
const char* name,
AuthorizationResult authorization_result) {
- return NetLog::StringCallback(
+ return NetLogParamsWithString(
name, AuthorizationResultToString(authorization_result));
}
diff --git a/chromium/net/http/http_auth.h b/chromium/net/http/http_auth.h
index 90841cdbc7d..622015423a9 100644
--- a/chromium/net/http/http_auth.h
+++ b/chromium/net/http/http_auth.h
@@ -12,10 +12,13 @@
#include "net/base/auth.h"
#include "net/base/net_export.h"
#include "net/http/http_util.h"
-#include "net/log/net_log_parameters_callback.h"
template <class T> class scoped_refptr;
+namespace base {
+class Value;
+}
+
namespace net {
class HttpAuthHandler;
@@ -141,13 +144,16 @@ class NET_EXPORT_PRIVATE HttpAuth {
// Returns a string representation of an authentication Scheme.
static const char* SchemeToString(Scheme scheme);
+ // Returns an authentication Scheme from a string which was produced by
+ // SchemeToString().
+ static Scheme StringToScheme(const std::string& str);
+
// Returns a string representation of an authorization result.
static const char* AuthorizationResultToString(
AuthorizationResult authorization_result);
- // Use with BoundNetLog to log an authorization result. The returned callback
- // is valid as long as |name| is valid.
- static NetLogParametersCallback NetLogAuthorizationResultCallback(
+ // Returns a value for logging an authorization result to a NetLog.
+ static base::Value NetLogAuthorizationResultParams(
const char* name,
AuthorizationResult authorization_result);
diff --git a/chromium/net/http/http_auth_cache.cc b/chromium/net/http/http_auth_cache.cc
index 6a36b9fb12a..ae5ccb22186 100644
--- a/chromium/net/http/http_auth_cache.cc
+++ b/chromium/net/http/http_auth_cache.cc
@@ -27,12 +27,6 @@ std::string GetParentDirectory(const std::string& path) {
return path.substr(0, last_slash + 1);
}
-// Debug helper to check that |path| arguments are properly formed.
-// (should be absolute path, or empty string).
-void CheckPathIsValid(const std::string& path) {
- DCHECK(path.empty() || path[0] == '/');
-}
-
// Return true if |path| is a subpath of |container|. In other words, is
// |container| an ancestor of |path|?
bool IsEnclosingPath(const std::string& container, const std::string& path) {
@@ -42,13 +36,22 @@ bool IsEnclosingPath(const std::string& container, const std::string& path) {
base::StartsWith(path, container, base::CompareCase::SENSITIVE)));
}
+#if DCHECK_IS_ON()
// Debug helper to check that |origin| arguments are properly formed.
+// TODO(asanka): Switch auth cache to use url::Origin.
void CheckOriginIsValid(const GURL& origin) {
DCHECK(origin.is_valid());
DCHECK(origin.SchemeIsHTTPOrHTTPS() || origin.SchemeIsWSOrWSS());
DCHECK(origin.GetOrigin() == origin);
}
+// Debug helper to check that |path| arguments are properly formed.
+// (should be absolute path, or empty string).
+void CheckPathIsValid(const std::string& path) {
+ DCHECK(path.empty() || path[0] == '/');
+}
+#endif
+
// Functor used by EraseIf.
struct IsEnclosedBy {
explicit IsEnclosedBy(const std::string& path) : path(path) { }
@@ -83,8 +86,10 @@ HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin,
// AddPath() only keeps the shallowest entry.
HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin,
const std::string& path) {
+#if DCHECK_IS_ON()
CheckOriginIsValid(origin);
CheckPathIsValid(path);
+#endif
// RFC 2617 section 2:
// A client SHOULD assume that all paths at or deeper than the depth of
@@ -120,8 +125,10 @@ HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin,
const std::string& auth_challenge,
const AuthCredentials& credentials,
const std::string& path) {
+#if DCHECK_IS_ON()
CheckOriginIsValid(origin);
CheckPathIsValid(path);
+#endif
base::TimeTicks now_ticks = tick_clock_->NowTicks();
@@ -130,13 +137,16 @@ HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin,
if (!entry) {
bool evicted = false;
// Failsafe to prevent unbounded memory growth of the cache.
+ //
+ // Data collected in June of 2019 indicate that the eviction rate is at
+ // around 0.05%. I.e. 0.05% of the time the number of entries in the cache
+ // exceed kMaxNumRealmEntries. The evicted entry is roughly half an hour old
+ // (median), and it's been around 25 minutes since its last use (median).
if (entries_.size() >= kMaxNumRealmEntries) {
- LOG(WARNING) << "Num auth cache entries reached limit -- evicting";
+ DLOG(WARNING) << "Num auth cache entries reached limit -- evicting";
EvictLeastRecentlyUsedEntry();
evicted = true;
}
- UMA_HISTOGRAM_BOOLEAN("Net.HttpAuthCacheAddEvicted", evicted);
-
entry = &(entries_.emplace(std::make_pair(origin, Entry()))->second);
entry->origin_ = origin;
entry->realm_ = realm;
@@ -198,13 +208,15 @@ void HttpAuthCache::Entry::AddPath(const std::string& path) {
bool evicted = false;
// Failsafe to prevent unbounded memory growth of the cache.
+ //
+ // Data collected on June of 2019 indicate that when we get here, the list
+ // of paths has reached the 10 entry maximum around 1% of the time.
if (paths_.size() >= kMaxNumPathsPerRealmEntry) {
- LOG(WARNING) << "Num path entries for " << origin()
- << " has grown too large -- evicting";
+ DLOG(WARNING) << "Num path entries for " << origin()
+ << " has grown too large -- evicting";
paths_.pop_back();
evicted = true;
}
- UMA_HISTOGRAM_BOOLEAN("Net.HttpAuthCacheAddPathEvicted", evicted);
// Add new path.
paths_.push_front(parent_dir);
@@ -297,7 +309,9 @@ HttpAuthCache::EntryMap::iterator HttpAuthCache::LookupEntryIt(
const GURL& origin,
const std::string& realm,
HttpAuth::Scheme scheme) {
+#if DCHECK_IS_ON()
CheckOriginIsValid(origin);
+#endif
// Linear scan through the <scheme, realm> entries for the given origin.
auto entry_range = entries_.equal_range(origin);
@@ -330,11 +344,6 @@ void HttpAuthCache::EvictLeastRecentlyUsedEntry() {
}
}
DCHECK(oldest_entry_it != entries_.end());
- Entry& oldest_entry = oldest_entry_it->second;
- UMA_HISTOGRAM_LONG_TIMES("Net.HttpAuthCacheAddEvictedCreation",
- now_ticks - oldest_entry.creation_time_ticks_);
- UMA_HISTOGRAM_LONG_TIMES("Net.HttpAuthCacheAddEvictedLastUse",
- now_ticks - oldest_entry.last_use_time_ticks_);
entries_.erase(oldest_entry_it);
}
diff --git a/chromium/net/http/http_auth_controller.cc b/chromium/net/http/http_auth_controller.cc
index d7cf6c20183..9f7923bb524 100644
--- a/chromium/net/http/http_auth_controller.cc
+++ b/chromium/net/http/http_auth_controller.cc
@@ -23,7 +23,6 @@
#include "net/http/http_request_info.h"
#include "net/http/http_response_headers.h"
#include "net/log/net_log_event_type.h"
-#include "net/log/net_log_parameters_callback.h"
#include "net/log/net_log_source.h"
#include "net/log/net_log_source_type.h"
#include "net/log/net_log_with_source.h"
@@ -128,20 +127,13 @@ void HistogramAuthEvent(HttpAuthHandler* handler, AuthEvent auth_event) {
kTargetBucketsEnd);
}
-base::Value ControllerParamsToValue(HttpAuth::Target target,
- const GURL* url,
- NetLogCaptureMode) {
+base::Value ControllerParamsToValue(HttpAuth::Target target, const GURL& url) {
base::Value params(base::Value::Type::DICTIONARY);
params.SetStringPath("target", HttpAuth::GetAuthTargetString(target));
- params.SetStringPath("url", url->spec());
+ params.SetStringPath("url", url.spec());
return params;
}
-NetLogParametersCallback ControllerParamsCallback(HttpAuth::Target target,
- const GURL& url) {
- return base::BindRepeating(&ControllerParamsToValue, target, &url);
-}
-
} // namespace
HttpAuthController::HttpAuthController(
@@ -173,11 +165,12 @@ void HttpAuthController::BindToCallingNetLog(
if (!net_log_.source().IsValid()) {
net_log_ = NetLogWithSource::Make(caller_net_log.net_log(),
NetLogSourceType::HTTP_AUTH_CONTROLLER);
- net_log_.BeginEvent(NetLogEventType::AUTH_CONTROLLER,
- ControllerParamsCallback(target_, auth_url_));
+ net_log_.BeginEvent(NetLogEventType::AUTH_CONTROLLER, [&] {
+ return ControllerParamsToValue(target_, auth_url_);
+ });
}
- caller_net_log.AddEvent(NetLogEventType::AUTH_BOUND_TO_CONTROLLER,
- net_log_.source().ToEventParametersCallback());
+ caller_net_log.AddEventReferencingSource(
+ NetLogEventType::AUTH_BOUND_TO_CONTROLLER, net_log_.source());
}
int HttpAuthController::MaybeGenerateAuthToken(
@@ -189,8 +182,8 @@ int HttpAuthController::MaybeGenerateAuthToken(
bool needs_auth = HaveAuth() || SelectPreemptiveAuth(caller_net_log);
if (!needs_auth)
return OK;
- net_log_.BeginEvent(NetLogEventType::AUTH_GENERATE_TOKEN,
- caller_net_log.source().ToEventParametersCallback());
+ net_log_.BeginEventReferencingSource(NetLogEventType::AUTH_GENERATE_TOKEN,
+ caller_net_log.source());
const AuthCredentials* credentials = nullptr;
if (identity_.source != HttpAuth::IDENT_SRC_DEFAULT_CREDENTIALS)
credentials = &identity_.credentials;
@@ -275,8 +268,8 @@ int HttpAuthController::HandleAuthChallenge(
DCHECK(!auth_info_);
BindToCallingNetLog(caller_net_log);
- net_log_.BeginEvent(NetLogEventType::AUTH_HANDLE_CHALLENGE,
- caller_net_log.source().ToEventParametersCallback());
+ net_log_.BeginEventReferencingSource(NetLogEventType::AUTH_HANDLE_CHALLENGE,
+ caller_net_log.source());
// Give the existing auth handler first try at the authentication headers.
// This will also evict the entry in the HttpAuthCache if the previous
diff --git a/chromium/net/http/http_auth_controller_unittest.cc b/chromium/net/http/http_auth_controller_unittest.cc
index 1ce5b4e6b24..90fa3a8c2e0 100644
--- a/chromium/net/http/http_auth_controller_unittest.cc
+++ b/chromium/net/http/http_auth_controller_unittest.cc
@@ -21,7 +21,7 @@
#include "net/log/net_log_event_type.h"
#include "net/log/net_log_with_source.h"
#include "net/log/test_net_log.h"
-#include "net/log/test_net_log_entry.h"
+#include "net/log/test_net_log_util.h"
#include "net/ssl/ssl_info.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -138,29 +138,29 @@ TEST(HttpAuthControllerTest, Logging) {
RunSingleRoundAuthTest(RUN_HANDLER_SYNC, OK, OK, SCHEME_IS_ENABLED,
net_log.bound());
- TestNetLogEntry::List entries;
- net_log.GetEntries(&entries);
+ auto entries = net_log.GetEntries();
// There should be at least two events.
ASSERT_GE(entries.size(), 2u);
- auto begin = std::find_if(entries.begin(), entries.end(),
- [](const TestNetLogEntry& e) -> bool {
- std::string target, url;
- if (e.type != NetLogEventType::AUTH_CONTROLLER ||
- e.phase != NetLogEventPhase::BEGIN ||
- !e.GetStringValue("target", &target) ||
- !e.GetStringValue("url", &url)) {
- return false;
- }
-
- EXPECT_EQ("proxy", target);
- EXPECT_EQ("http://example.com/", url);
- return true;
- });
+ auto begin = std::find_if(
+ entries.begin(), entries.end(), [](const NetLogEntry& e) -> bool {
+ if (e.type != NetLogEventType::AUTH_CONTROLLER ||
+ e.phase != NetLogEventPhase::BEGIN)
+ return false;
+
+ auto target = GetOptionalStringValueFromParams(e, "target");
+ auto url = GetOptionalStringValueFromParams(e, "url");
+ if (!target || !url)
+ return false;
+
+ EXPECT_EQ("proxy", *target);
+ EXPECT_EQ("http://example.com/", *url);
+ return true;
+ });
EXPECT_TRUE(begin != entries.end());
auto end = std::find_if(++begin, entries.end(),
- [](const TestNetLogEntry& e) -> bool {
+ [](const NetLogEntry& e) -> bool {
return e.type == NetLogEventType::AUTH_CONTROLLER &&
e.phase == NetLogEventPhase::END;
});
diff --git a/chromium/net/http/http_auth_gssapi_posix.cc b/chromium/net/http/http_auth_gssapi_posix.cc
index 68a4ed882c4..f8efa9f7a2d 100644
--- a/chromium/net/http/http_auth_gssapi_posix.cc
+++ b/chromium/net/http/http_auth_gssapi_posix.cc
@@ -8,72 +8,24 @@
#include <string>
#include "base/base64.h"
+#include "base/compiler_specific.h"
#include "base/files/file_path.h"
#include "base/format_macros.h"
#include "base/logging.h"
#include "base/stl_util.h"
+#include "base/strings/string_number_conversions.h"
+#include "base/strings/string_piece.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/threading/thread_restrictions.h"
+#include "base/values.h"
#include "net/base/net_errors.h"
+#include "net/http/http_auth_gssapi_posix.h"
#include "net/http/http_auth_multi_round_parse.h"
-
-// These are defined for the GSSAPI library:
-// Paraphrasing the comments from gssapi.h:
-// "The implementation must reserve static storage for a
-// gss_OID_desc object for each constant. That constant
-// should be initialized to point to that gss_OID_desc."
-// These are encoded using ASN.1 BER encoding.
-namespace {
-
-static gss_OID_desc GSS_C_NT_USER_NAME_VAL = {
- 10,
- const_cast<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x01")
-};
-static gss_OID_desc GSS_C_NT_MACHINE_UID_NAME_VAL = {
- 10,
- const_cast<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x02")
-};
-static gss_OID_desc GSS_C_NT_STRING_UID_NAME_VAL = {
- 10,
- const_cast<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x03")
-};
-static gss_OID_desc GSS_C_NT_HOSTBASED_SERVICE_X_VAL = {
- 6,
- const_cast<char*>("\x2b\x06\x01\x05\x06\x02")
-};
-static gss_OID_desc GSS_C_NT_HOSTBASED_SERVICE_VAL = {
- 10,
- const_cast<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x04")
-};
-static gss_OID_desc GSS_C_NT_ANONYMOUS_VAL = {
- 6,
- const_cast<char*>("\x2b\x06\01\x05\x06\x03")
-};
-static gss_OID_desc GSS_C_NT_EXPORT_NAME_VAL = {
- 6,
- const_cast<char*>("\x2b\x06\x01\x05\x06\x04")
-};
-
-} // namespace
-
-// Heimdal >= 1.4 will define the following as preprocessor macros.
-// To avoid conflicting declarations, we have to undefine these.
-#undef GSS_C_NT_USER_NAME
-#undef GSS_C_NT_MACHINE_UID_NAME
-#undef GSS_C_NT_STRING_UID_NAME
-#undef GSS_C_NT_HOSTBASED_SERVICE_X
-#undef GSS_C_NT_HOSTBASED_SERVICE
-#undef GSS_C_NT_ANONYMOUS
-#undef GSS_C_NT_EXPORT_NAME
-
-gss_OID GSS_C_NT_USER_NAME = &GSS_C_NT_USER_NAME_VAL;
-gss_OID GSS_C_NT_MACHINE_UID_NAME = &GSS_C_NT_MACHINE_UID_NAME_VAL;
-gss_OID GSS_C_NT_STRING_UID_NAME = &GSS_C_NT_STRING_UID_NAME_VAL;
-gss_OID GSS_C_NT_HOSTBASED_SERVICE_X = &GSS_C_NT_HOSTBASED_SERVICE_X_VAL;
-gss_OID GSS_C_NT_HOSTBASED_SERVICE = &GSS_C_NT_HOSTBASED_SERVICE_VAL;
-gss_OID GSS_C_NT_ANONYMOUS = &GSS_C_NT_ANONYMOUS_VAL;
-gss_OID GSS_C_NT_EXPORT_NAME = &GSS_C_NT_EXPORT_NAME_VAL;
+#include "net/log/net_log_event_type.h"
+#include "net/log/net_log_values.h"
+#include "net/log/net_log_with_source.h"
+#include "net/net_buildflags.h"
namespace net {
@@ -90,243 +42,239 @@ gss_OID_desc CHROME_GSS_SPNEGO_MECH_OID_DESC_VAL = {
gss_OID CHROME_GSS_SPNEGO_MECH_OID_DESC =
&CHROME_GSS_SPNEGO_MECH_OID_DESC_VAL;
-// Debugging helpers.
-namespace {
-
-std::string DisplayStatus(OM_uint32 major_status,
- OM_uint32 minor_status) {
- if (major_status == GSS_S_COMPLETE)
- return "OK";
- return base::StringPrintf("0x%08X 0x%08X", major_status, minor_status);
-}
-
-std::string DisplayCode(GSSAPILibrary* gssapi_lib,
- OM_uint32 status,
- OM_uint32 status_code_type) {
- const int kMaxDisplayIterations = 8;
- const size_t kMaxMsgLength = 4096;
- // msg_ctx needs to be outside the loop because it is invoked multiple times.
- OM_uint32 msg_ctx = 0;
- std::string rv = base::StringPrintf("(0x%08X)", status);
-
- // This loop should continue iterating until msg_ctx is 0 after the first
- // iteration. To be cautious and prevent an infinite loop, it stops after
- // a finite number of iterations as well. As an added sanity check, no
- // individual message may exceed |kMaxMsgLength|, and the final result
- // will not exceed |kMaxMsgLength|*2-1.
- for (int i = 0; i < kMaxDisplayIterations && rv.size() < kMaxMsgLength;
- ++i) {
- OM_uint32 min_stat;
- gss_buffer_desc_struct msg = GSS_C_EMPTY_BUFFER;
- OM_uint32 maj_stat =
- gssapi_lib->display_status(&min_stat, status, status_code_type,
- GSS_C_NULL_OID, &msg_ctx, &msg);
- if (maj_stat == GSS_S_COMPLETE) {
- int msg_len = (msg.length > kMaxMsgLength) ?
- static_cast<int>(kMaxMsgLength) :
- static_cast<int>(msg.length);
- if (msg_len > 0 && msg.value != nullptr) {
- rv += base::StringPrintf(" %.*s", msg_len,
- static_cast<char*>(msg.value));
- }
- }
- gssapi_lib->release_buffer(&min_stat, &msg);
- if (!msg_ctx)
- break;
+OM_uint32 DelegationTypeToFlag(DelegationType delegation_type) {
+ switch (delegation_type) {
+ case DelegationType::kNone:
+ return 0;
+ case DelegationType::kByKdcPolicy:
+ return GSS_C_DELEG_POLICY_FLAG;
+ case DelegationType::kUnconstrained:
+ return GSS_C_DELEG_FLAG;
}
- return rv;
}
-std::string DisplayExtendedStatus(GSSAPILibrary* gssapi_lib,
- OM_uint32 major_status,
- OM_uint32 minor_status) {
- if (major_status == GSS_S_COMPLETE)
- return "OK";
- std::string major = DisplayCode(gssapi_lib, major_status, GSS_C_GSS_CODE);
- std::string minor = DisplayCode(gssapi_lib, minor_status, GSS_C_MECH_CODE);
- return base::StringPrintf("Major: %s | Minor: %s", major.c_str(),
- minor.c_str());
-}
-
-// ScopedName releases a gss_name_t when it goes out of scope.
-class ScopedName {
+// ScopedBuffer releases a gss_buffer_t when it goes out of scope.
+class ScopedBuffer {
public:
- ScopedName(gss_name_t name,
- GSSAPILibrary* gssapi_lib)
- : name_(name),
- gssapi_lib_(gssapi_lib) {
+ ScopedBuffer(gss_buffer_t buffer, GSSAPILibrary* gssapi_lib)
+ : buffer_(buffer), gssapi_lib_(gssapi_lib) {
DCHECK(gssapi_lib_);
}
- ~ScopedName() {
- if (name_ != GSS_C_NO_NAME) {
+ ~ScopedBuffer() {
+ if (buffer_ != GSS_C_NO_BUFFER) {
OM_uint32 minor_status = 0;
OM_uint32 major_status =
- gssapi_lib_->release_name(&minor_status, &name_);
- if (major_status != GSS_S_COMPLETE) {
- LOG(WARNING) << "Problem releasing name. "
- << DisplayStatus(major_status, minor_status);
- }
- name_ = GSS_C_NO_NAME;
+ gssapi_lib_->release_buffer(&minor_status, buffer_);
+ DLOG_IF(WARNING, major_status != GSS_S_COMPLETE)
+ << "Problem releasing buffer. major=" << major_status
+ << ", minor=" << minor_status;
+ buffer_ = GSS_C_NO_BUFFER;
}
}
private:
- gss_name_t name_;
+ gss_buffer_t buffer_;
GSSAPILibrary* gssapi_lib_;
- DISALLOW_COPY_AND_ASSIGN(ScopedName);
+ DISALLOW_COPY_AND_ASSIGN(ScopedBuffer);
};
-// ScopedBuffer releases a gss_buffer_t when it goes out of scope.
-class ScopedBuffer {
+// ScopedName releases a gss_name_t when it goes out of scope.
+class ScopedName {
public:
- ScopedBuffer(gss_buffer_t buffer,
- GSSAPILibrary* gssapi_lib)
- : buffer_(buffer),
- gssapi_lib_(gssapi_lib) {
+ ScopedName(gss_name_t name, GSSAPILibrary* gssapi_lib)
+ : name_(name), gssapi_lib_(gssapi_lib) {
DCHECK(gssapi_lib_);
}
- ~ScopedBuffer() {
- if (buffer_ != GSS_C_NO_BUFFER) {
+ ~ScopedName() {
+ if (name_ != GSS_C_NO_NAME) {
OM_uint32 minor_status = 0;
- OM_uint32 major_status =
- gssapi_lib_->release_buffer(&minor_status, buffer_);
+ OM_uint32 major_status = gssapi_lib_->release_name(&minor_status, &name_);
if (major_status != GSS_S_COMPLETE) {
- LOG(WARNING) << "Problem releasing buffer. "
- << DisplayStatus(major_status, minor_status);
+ DLOG_IF(WARNING, major_status != GSS_S_COMPLETE)
+ << "Problem releasing name. "
+ << GetGssStatusValue(nullptr, "gss_release_name", major_status,
+ minor_status);
}
- buffer_ = GSS_C_NO_BUFFER;
+ name_ = GSS_C_NO_NAME;
}
}
private:
- gss_buffer_t buffer_;
+ gss_name_t name_;
GSSAPILibrary* gssapi_lib_;
- DISALLOW_COPY_AND_ASSIGN(ScopedBuffer);
+ DISALLOW_COPY_AND_ASSIGN(ScopedName);
};
-namespace {
-
-std::string AppendIfPredefinedValue(gss_OID oid,
- gss_OID predefined_oid,
- const char* predefined_oid_name) {
- DCHECK(oid);
- DCHECK(predefined_oid);
- DCHECK(predefined_oid_name);
- std::string output;
- if (oid->length != predefined_oid->length)
- return output;
- if (0 != memcmp(oid->elements,
- predefined_oid->elements,
- predefined_oid->length))
- return output;
-
- output += " (";
- output += predefined_oid_name;
- output += ")";
- return output;
+bool OidEquals(const gss_OID left, const gss_OID right) {
+ if (left->length != right->length)
+ return false;
+ return 0 == memcmp(left->elements, right->elements, right->length);
}
-} // namespace
+base::Value GetGssStatusCodeValue(GSSAPILibrary* gssapi_lib,
+ OM_uint32 status,
+ OM_uint32 status_code_type) {
+ base::Value rv{base::Value::Type::DICTIONARY};
-std::string DescribeOid(GSSAPILibrary* gssapi_lib, const gss_OID oid) {
- if (!oid)
- return "<NULL>";
- std::string output;
- const size_t kMaxCharsToPrint = 1024;
- OM_uint32 byte_length = oid->length;
- size_t char_length = byte_length / sizeof(char);
- if (char_length > kMaxCharsToPrint) {
- // This might be a plain ASCII string.
- // Check if the first |kMaxCharsToPrint| characters
- // contain only printable characters and are NUL terminated.
- const char* str = reinterpret_cast<const char*>(oid);
- size_t str_length = 0;
- for ( ; str_length < kMaxCharsToPrint; ++str_length) {
- if (!str[str_length] || !isprint(str[str_length]))
- break;
- }
- if (!str[str_length]) {
- output += base::StringPrintf("\"%s\"", str);
- return output;
+ rv.SetIntKey("status", status);
+
+ // Message lookups aren't performed if there's no library or if the status
+ // indicates success.
+ if (!gssapi_lib || status == GSS_S_COMPLETE)
+ return rv;
+
+ // gss_display_status() can potentially return multiple strings by sending
+ // each string on successive invocations. State is maintained across these
+ // invocations in a caller supplied OM_uint32. After each successful call,
+ // the context is set to a non-zero value that should be passed as a message
+ // context to each successive gss_display_status() call. The initial and
+ // terminal values of this context storage is 0.
+ OM_uint32 message_context = 0;
+
+ // To account for the off chance that gss_display_status() misbehaves and gets
+ // into an infinite loop, we'll artificially limit the number of iterations to
+ // |kMaxDisplayIterations|. This limit is arbitrary.
+ constexpr size_t kMaxDisplayIterations = 8;
+ size_t iterations = 0;
+
+ // In addition, each message string is again arbitrarily limited to
+ // |kMaxMsgLength|. There's no real documented limit to work with here.
+ constexpr size_t kMaxMsgLength = 4096;
+
+ base::Value messages{base::Value::Type::LIST};
+ do {
+ gss_buffer_desc_struct message_buffer = GSS_C_EMPTY_BUFFER;
+ ScopedBuffer message_buffer_releaser(&message_buffer, gssapi_lib);
+
+ OM_uint32 minor_status = 0;
+ OM_uint32 major_status = gssapi_lib->display_status(
+ &minor_status, status, status_code_type, GSS_C_NO_OID, &message_context,
+ &message_buffer);
+
+ if (major_status != GSS_S_COMPLETE || message_buffer.length == 0 ||
+ !message_buffer.value) {
+ continue;
}
+
+ base::StringPiece message_string{
+ static_cast<const char*>(message_buffer.value),
+ std::min(kMaxMsgLength, message_buffer.length)};
+
+ // The returned string is almost assuredly ASCII, but be defensive.
+ if (!base::IsStringUTF8(message_string))
+ continue;
+
+ messages.GetList().emplace_back(message_string);
+ } while (message_context != 0 && ++iterations < kMaxDisplayIterations);
+
+ if (messages.GetList().size() > 0)
+ rv.SetKey("message", std::move(messages));
+ return rv;
+}
+
+base::Value GetGssStatusValue(GSSAPILibrary* gssapi_lib,
+ base::StringPiece method,
+ OM_uint32 major_status,
+ OM_uint32 minor_status) {
+ base::Value params{base::Value::Type::DICTIONARY};
+ params.SetStringKey("function", method);
+ params.SetKey("major_status", GetGssStatusCodeValue(gssapi_lib, major_status,
+ GSS_C_GSS_CODE));
+ params.SetKey("minor_status", GetGssStatusCodeValue(gssapi_lib, minor_status,
+ GSS_C_MECH_CODE));
+ return params;
+}
+
+base::Value OidToValue(gss_OID oid) {
+ base::Value params(base::Value::Type::DICTIONARY);
+
+ if (!oid || oid->length == 0) {
+ params.SetStringKey("oid", "<Empty OID>");
+ return params;
}
- output = base::StringPrintf("(%u) \"", byte_length);
- if (!oid->elements) {
- output += "<NULL>";
- return output;
- }
- const unsigned char* elements =
- reinterpret_cast<const unsigned char*>(oid->elements);
- // Don't print more than |kMaxCharsToPrint| characters.
- size_t i = 0;
- for ( ; (i < byte_length) && (i < kMaxCharsToPrint); ++i) {
- output += base::StringPrintf("\\x%02X", elements[i]);
+
+ params.SetIntKey("length", oid->length);
+ if (!oid->elements)
+ return params;
+
+ // Cap OID content at arbitrary limit 1k.
+ constexpr OM_uint32 kMaxOidDataSize = 1024;
+ params.SetKey(
+ "bytes",
+ NetLogBinaryValue(oid->elements, std::min(kMaxOidDataSize, oid->length)));
+
+ // Based on RFC 2744 Appendix A. Hardcoding the OIDs in the list below to
+ // avoid having a static dependency on the library.
+ static const struct {
+ const char* symbolic_name;
+ const gss_OID_desc oid_desc;
+ } kWellKnownOIDs[] = {
+ {"GSS_C_NT_USER_NAME",
+ {10, const_cast<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x01")}},
+ {"GSS_C_NT_MACHINE_UID_NAME",
+ {10, const_cast<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x02")}},
+ {"GSS_C_NT_STRING_UID_NAME",
+ {10, const_cast<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x03")}},
+ {"GSS_C_NT_HOSTBASED_SERVICE_X",
+ {6, const_cast<char*>("\x2b\x06\x01\x05\x06\x02")}},
+ {"GSS_C_NT_HOSTBASED_SERVICE",
+ {10, const_cast<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x04")}},
+ {"GSS_C_NT_ANONYMOUS", {6, const_cast<char*>("\x2b\x06\01\x05\x06\x03")}},
+ {"GSS_C_NT_EXPORT_NAME",
+ {6, const_cast<char*>("\x2b\x06\x01\x05\x06\x04")}}};
+
+ for (auto& well_known_oid : kWellKnownOIDs) {
+ if (OidEquals(oid, const_cast<const gss_OID>(&well_known_oid.oid_desc)))
+ params.SetStringKey("oid", well_known_oid.symbolic_name);
}
- if (i >= kMaxCharsToPrint)
- output += "...";
- output += "\"";
-
- // Check if the OID is one of the predefined values.
- output += AppendIfPredefinedValue(oid,
- GSS_C_NT_USER_NAME,
- "GSS_C_NT_USER_NAME");
- output += AppendIfPredefinedValue(oid,
- GSS_C_NT_MACHINE_UID_NAME,
- "GSS_C_NT_MACHINE_UID_NAME");
- output += AppendIfPredefinedValue(oid,
- GSS_C_NT_STRING_UID_NAME,
- "GSS_C_NT_STRING_UID_NAME");
- output += AppendIfPredefinedValue(oid,
- GSS_C_NT_HOSTBASED_SERVICE_X,
- "GSS_C_NT_HOSTBASED_SERVICE_X");
- output += AppendIfPredefinedValue(oid,
- GSS_C_NT_HOSTBASED_SERVICE,
- "GSS_C_NT_HOSTBASED_SERVICE");
- output += AppendIfPredefinedValue(oid,
- GSS_C_NT_ANONYMOUS,
- "GSS_C_NT_ANONYMOUS");
- output += AppendIfPredefinedValue(oid,
- GSS_C_NT_EXPORT_NAME,
- "GSS_C_NT_EXPORT_NAME");
-
- return output;
-}
-
-std::string DescribeName(GSSAPILibrary* gssapi_lib, const gss_name_t name) {
+
+ return params;
+}
+
+base::Value GetDisplayNameValue(GSSAPILibrary* gssapi_lib,
+ const gss_name_t gss_name) {
OM_uint32 major_status = 0;
OM_uint32 minor_status = 0;
- gss_buffer_desc_struct output_name_buffer = GSS_C_EMPTY_BUFFER;
- gss_OID_desc output_name_type_desc = GSS_C_EMPTY_BUFFER;
- gss_OID output_name_type = &output_name_type_desc;
- major_status = gssapi_lib->display_name(&minor_status,
- name,
- &output_name_buffer,
- &output_name_type);
- ScopedBuffer scoped_output_name(&output_name_buffer, gssapi_lib);
+ gss_buffer_desc_struct name = GSS_C_EMPTY_BUFFER;
+ gss_OID name_type = GSS_C_NO_OID;
+
+ base::Value rv{base::Value::Type::DICTIONARY};
+ major_status =
+ gssapi_lib->display_name(&minor_status, gss_name, &name, &name_type);
+ ScopedBuffer scoped_output_name(&name, gssapi_lib);
if (major_status != GSS_S_COMPLETE) {
- std::string error =
- base::StringPrintf("Unable to describe name 0x%p, %s",
- name,
- DisplayExtendedStatus(gssapi_lib,
- major_status,
- minor_status).c_str());
- return error;
+ rv.SetKey("error", GetGssStatusValue(gssapi_lib, "gss_display_name",
+ major_status, minor_status));
+ return rv;
}
- int len = output_name_buffer.length;
- std::string description = base::StringPrintf(
- "%*s (Type %s)",
- len,
- reinterpret_cast<const char*>(output_name_buffer.value),
- DescribeOid(gssapi_lib, output_name_type).c_str());
- return description;
+ auto name_string =
+ base::StringPiece(reinterpret_cast<const char*>(name.value), name.length);
+ rv.SetKey("name", base::IsStringUTF8(name_string)
+ ? NetLogStringValue(name_string)
+ : NetLogBinaryValue(name.value, name.length));
+ rv.SetKey("type", OidToValue(name_type));
+ return rv;
+}
+
+base::Value ContextFlagsToValue(OM_uint32 flags) {
+ // TODO(asanka): This should break down known flags. At least the
+ // GSS_C_DELEG_FLAG.
+ return base::Value(base::StringPrintf("%08x", flags));
}
-std::string DescribeContext(GSSAPILibrary* gssapi_lib,
- const gss_ctx_id_t context_handle) {
+base::Value GetContextStateAsValue(GSSAPILibrary* gssapi_lib,
+ const gss_ctx_id_t context_handle) {
+ base::Value rv{base::Value::Type::DICTIONARY};
+ if (context_handle == GSS_C_NO_CONTEXT) {
+ rv.SetKey("error",
+ GetGssStatusValue(nullptr, "<none>", GSS_S_NO_CONTEXT, 0));
+ return rv;
+ }
+
OM_uint32 major_status = 0;
OM_uint32 minor_status = 0;
gss_name_t src_name = GSS_C_NO_NAME;
@@ -336,8 +284,6 @@ std::string DescribeContext(GSSAPILibrary* gssapi_lib,
OM_uint32 ctx_flags = 0;
int locally_initiated = 0;
int open = 0;
- if (context_handle == GSS_C_NO_CONTEXT)
- return std::string("Context: GSS_C_NO_CONTEXT");
major_status = gssapi_lib->inquire_context(&minor_status,
context_handle,
&src_name,
@@ -347,65 +293,41 @@ std::string DescribeContext(GSSAPILibrary* gssapi_lib,
&ctx_flags,
&locally_initiated,
&open);
- ScopedName scoped_src_name(src_name, gssapi_lib);
- ScopedName scoped_targ_name(targ_name, gssapi_lib);
if (major_status != GSS_S_COMPLETE) {
- std::string error =
- base::StringPrintf("Unable to describe context 0x%p, %s",
- context_handle,
- DisplayExtendedStatus(gssapi_lib,
- major_status,
- minor_status).c_str());
- return error;
+ rv.SetKey("error", GetGssStatusValue(gssapi_lib, "gss_inquire_context",
+ major_status, minor_status));
+ return rv;
}
- std::string source(DescribeName(gssapi_lib, src_name));
- std::string target(DescribeName(gssapi_lib, targ_name));
- std::string description = base::StringPrintf("Context 0x%p: "
- "Source \"%s\", "
- "Target \"%s\", "
- "lifetime %d, "
- "mechanism %s, "
- "flags 0x%08X, "
- "local %d, "
- "open %d",
- context_handle,
- source.c_str(),
- target.c_str(),
- lifetime_rec,
- DescribeOid(gssapi_lib,
- mech_type).c_str(),
- ctx_flags,
- locally_initiated,
- open);
- return description;
+ ScopedName scoped_src_name(src_name, gssapi_lib);
+ ScopedName scoped_targ_name(targ_name, gssapi_lib);
+
+ rv.SetKey("source", GetDisplayNameValue(gssapi_lib, src_name));
+ rv.SetKey("target", GetDisplayNameValue(gssapi_lib, targ_name));
+ // lifetime_rec is a uint32, while base::Value only takes ints. On 32 bit
+ // platforms uint32 doesn't fit on an int.
+ rv.SetStringKey("lifetime", base::NumberToString(lifetime_rec));
+ rv.SetKey("mechanism", OidToValue(mech_type));
+ rv.SetKey("flags", ContextFlagsToValue(ctx_flags));
+ rv.SetBoolKey("open", !!open);
+ return rv;
}
-OM_uint32 DelegationTypeToFlag(DelegationType delegation_type) {
- switch (delegation_type) {
- case DelegationType::kNone:
- return 0;
- case DelegationType::kByKdcPolicy:
- return GSS_C_DELEG_POLICY_FLAG;
- case DelegationType::kUnconstrained:
- return GSS_C_DELEG_FLAG;
- }
+namespace {
+
+// Return a NetLog value for the result of loading a library.
+base::Value LibraryLoadResultParams(base::StringPiece library_name,
+ base::StringPiece load_result) {
+ base::Value params{base::Value::Type::DICTIONARY};
+ params.SetStringKey("library_name", library_name);
+ if (!load_result.empty())
+ params.SetStringKey("load_result", load_result);
+ return params;
}
} // namespace
GSSAPISharedLibrary::GSSAPISharedLibrary(const std::string& gssapi_library_name)
- : initialized_(false),
- gssapi_library_name_(gssapi_library_name),
- gssapi_library_(nullptr),
- import_name_(nullptr),
- release_name_(nullptr),
- release_buffer_(nullptr),
- display_name_(nullptr),
- display_status_(nullptr),
- init_sec_context_(nullptr),
- wrap_size_limit_(nullptr),
- delete_sec_context_(nullptr),
- inquire_context_(nullptr) {}
+ : gssapi_library_name_(gssapi_library_name) {}
GSSAPISharedLibrary::~GSSAPISharedLibrary() {
if (gssapi_library_) {
@@ -414,24 +336,23 @@ GSSAPISharedLibrary::~GSSAPISharedLibrary() {
}
}
-bool GSSAPISharedLibrary::Init() {
+bool GSSAPISharedLibrary::Init(const NetLogWithSource& net_log) {
if (!initialized_)
- InitImpl();
+ InitImpl(net_log);
return initialized_;
}
-bool GSSAPISharedLibrary::InitImpl() {
+bool GSSAPISharedLibrary::InitImpl(const NetLogWithSource& net_log) {
DCHECK(!initialized_);
-#if defined(DLOPEN_KERBEROS)
- gssapi_library_ = LoadSharedLibrary();
+ gssapi_library_ = LoadSharedLibrary(net_log);
if (gssapi_library_ == nullptr)
return false;
-#endif // defined(DLOPEN_KERBEROS)
initialized_ = true;
return true;
}
-base::NativeLibrary GSSAPISharedLibrary::LoadSharedLibrary() {
+base::NativeLibrary GSSAPISharedLibrary::LoadSharedLibrary(
+ const NetLogWithSource& net_log) {
const char* const* library_names;
size_t num_lib_names;
const char* user_specified_library[1];
@@ -456,68 +377,117 @@ base::NativeLibrary GSSAPISharedLibrary::LoadSharedLibrary() {
num_lib_names = base::size(kDefaultLibraryNames);
}
+ net_log.BeginEvent(NetLogEventType::AUTH_LIBRARY_LOAD);
+
+ // There has to be at least one candidate.
+ DCHECK_NE(0u, num_lib_names);
+
+ const char* library_name = nullptr;
+ base::NativeLibraryLoadError load_error;
+
for (size_t i = 0; i < num_lib_names; ++i) {
- const char* library_name = library_names[i];
+ load_error = base::NativeLibraryLoadError();
+ library_name = library_names[i];
base::FilePath file_path(library_name);
// TODO(asanka): Move library loading to a separate thread.
// http://crbug.com/66702
base::ThreadRestrictions::ScopedAllowIO allow_io_temporarily;
- base::NativeLibraryLoadError load_error;
base::NativeLibrary lib = base::LoadNativeLibrary(file_path, &load_error);
if (lib) {
- // Only return this library if we can bind the functions we need.
- if (BindMethods(lib))
+ if (BindMethods(lib, library_name, net_log)) {
+ net_log.EndEvent(NetLogEventType::AUTH_LIBRARY_LOAD, [&] {
+ return LibraryLoadResultParams(library_name, "");
+ });
return lib;
+ }
base::UnloadNativeLibrary(lib);
- } else {
- // If this is the only library available, log the reason for failure.
- LOG_IF(WARNING, num_lib_names == 1) << load_error.ToString();
}
}
- LOG(WARNING) << "Unable to find a compatible GSSAPI library";
+
+ // If loading failed, then log the result of the final attempt. Doing so
+ // is specially important on platforms where there's only one possible
+ // library. Doing so also always logs the failure when the GSSAPI library
+ // name is explicitly specified.
+ net_log.EndEvent(NetLogEventType::AUTH_LIBRARY_LOAD, [&] {
+ return LibraryLoadResultParams(library_name, load_error.ToString());
+ });
return nullptr;
}
-#if defined(DLOPEN_KERBEROS)
-#define BIND(lib, x) \
- DCHECK(lib); \
- gss_##x##_type x = reinterpret_cast<gss_##x##_type>( \
- base::GetFunctionPointerFromNativeLibrary(lib, "gss_" #x)); \
- if (x == nullptr) { \
- LOG(WARNING) << "Unable to bind function \"" \
- << "gss_" #x << "\""; \
- return false; \
- }
-#else
-#define BIND(lib, x) gss_##x##_type x = gss_##x
-#endif
+namespace {
-bool GSSAPISharedLibrary::BindMethods(base::NativeLibrary lib) {
- BIND(lib, import_name);
- BIND(lib, release_name);
- BIND(lib, release_buffer);
- BIND(lib, display_name);
- BIND(lib, display_status);
- BIND(lib, init_sec_context);
- BIND(lib, wrap_size_limit);
- BIND(lib, delete_sec_context);
- BIND(lib, inquire_context);
-
- import_name_ = import_name;
- release_name_ = release_name;
- release_buffer_ = release_buffer;
- display_name_ = display_name;
- display_status_ = display_status;
- init_sec_context_ = init_sec_context;
- wrap_size_limit_ = wrap_size_limit;
- delete_sec_context_ = delete_sec_context;
- inquire_context_ = inquire_context;
+base::Value BindFailureParams(base::StringPiece library_name,
+ base::StringPiece method) {
+ base::Value params{base::Value::Type::DICTIONARY};
+ params.SetStringKey("library_name", library_name);
+ params.SetStringKey("method", method);
+ return params;
+}
+
+void* BindUntypedMethod(base::NativeLibrary lib,
+ base::StringPiece library_name,
+ base::StringPiece method,
+ 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); });
+ }
+ return ptr;
+}
- return true;
+template <typename T>
+bool BindMethod(base::NativeLibrary lib,
+ base::StringPiece library_name,
+ base::StringPiece method,
+ T* receiver,
+ const NetLogWithSource& net_log) {
+ *receiver = reinterpret_cast<T>(
+ BindUntypedMethod(lib, library_name, method, net_log));
+ return *receiver != nullptr;
}
-#undef BIND
+} // namespace
+
+bool GSSAPISharedLibrary::BindMethods(base::NativeLibrary lib,
+ base::StringPiece name,
+ const NetLogWithSource& net_log) {
+ bool ok = true;
+ // It's unlikely for BindMethods() to fail if LoadNativeLibrary() succeeded. A
+ // failure in this function indicates an interoperability issue whose
+ // diagnosis requires knowing all the methods that are missing. Hence |ok| is
+ // updated in a manner that prevents short-circuiting the BindGssMethod()
+ // invocations.
+ ok &= BindMethod(lib, name, "gss_delete_sec_context", &delete_sec_context_,
+ net_log);
+ ok &= BindMethod(lib, name, "gss_display_name", &display_name_, net_log);
+ ok &= BindMethod(lib, name, "gss_display_status", &display_status_, net_log);
+ ok &= BindMethod(lib, name, "gss_import_name", &import_name_, net_log);
+ ok &= BindMethod(lib, name, "gss_init_sec_context", &init_sec_context_,
+ net_log);
+ ok &=
+ BindMethod(lib, name, "gss_inquire_context", &inquire_context_, net_log);
+ ok &= BindMethod(lib, name, "gss_release_buffer", &release_buffer_, net_log);
+ ok &= BindMethod(lib, name, "gss_release_name", &release_name_, net_log);
+ ok &=
+ BindMethod(lib, name, "gss_wrap_size_limit", &wrap_size_limit_, net_log);
+
+ if (LIKELY(ok))
+ return true;
+
+ delete_sec_context_ = nullptr;
+ display_name_ = nullptr;
+ display_status_ = nullptr;
+ import_name_ = nullptr;
+ init_sec_context_ = nullptr;
+ inquire_context_ = nullptr;
+ release_buffer_ = nullptr;
+ release_name_ = nullptr;
+ wrap_size_limit_ = nullptr;
+ return false;
+}
OM_uint32 GSSAPISharedLibrary::import_name(
OM_uint32* minor_status,
@@ -665,10 +635,10 @@ ScopedSecurityContext::~ScopedSecurityContext() {
OM_uint32 minor_status = 0;
OM_uint32 major_status = gssapi_lib_->delete_sec_context(
&minor_status, &security_context_, &output_token);
- if (major_status != GSS_S_COMPLETE) {
- LOG(WARNING) << "Problem releasing security_context. "
- << DisplayStatus(major_status, minor_status);
- }
+ DLOG_IF(WARNING, major_status != GSS_S_COMPLETE)
+ << "Problem releasing security_context. "
+ << GetGssStatusValue(gssapi_lib_, "delete_sec_context", major_status,
+ minor_status);
security_context_ = GSS_C_NO_CONTEXT;
}
}
@@ -685,10 +655,10 @@ HttpAuthGSSAPI::HttpAuthGSSAPI(GSSAPILibrary* library,
HttpAuthGSSAPI::~HttpAuthGSSAPI() = default;
-bool HttpAuthGSSAPI::Init() {
+bool HttpAuthGSSAPI::Init(const NetLogWithSource& net_log) {
if (!library_)
return false;
- return library_->Init();
+ return library_->Init(net_log);
}
bool HttpAuthGSSAPI::NeedsIdentity() const {
@@ -717,6 +687,7 @@ int HttpAuthGSSAPI::GenerateAuthToken(const AuthCredentials* credentials,
const std::string& spn,
const std::string& channel_bindings,
std::string* auth_token,
+ const NetLogWithSource& net_log,
CompletionOnceCallback /*callback*/) {
DCHECK(auth_token);
@@ -727,8 +698,8 @@ int HttpAuthGSSAPI::GenerateAuthToken(const AuthCredentials* credentials,
: nullptr;
gss_buffer_desc output_token = GSS_C_EMPTY_BUFFER;
ScopedBuffer scoped_output_token(&output_token, library_);
- int rv =
- GetNextSecurityToken(spn, channel_bindings, &input_token, &output_token);
+ int rv = GetNextSecurityToken(spn, channel_bindings, &input_token,
+ &output_token, net_log);
if (rv != OK)
return rv;
@@ -741,7 +712,6 @@ int HttpAuthGSSAPI::GenerateAuthToken(const AuthCredentials* credentials,
return OK;
}
-
namespace {
// GSSAPI status codes consist of a calling error (essentially, a programmer
@@ -750,7 +720,6 @@ namespace {
// This means a simple switch on the return codes is not sufficient.
int MapImportNameStatusToError(OM_uint32 major_status) {
- VLOG(1) << "import_name returned 0x" << std::hex << major_status;
if (major_status == GSS_S_COMPLETE)
return OK;
if (GSS_CALLING_ERROR(major_status) != 0)
@@ -777,7 +746,6 @@ int MapImportNameStatusToError(OM_uint32 major_status) {
}
int MapInitSecContextStatusToError(OM_uint32 major_status) {
- VLOG(1) << "init_sec_context returned 0x" << std::hex << major_status;
// Although GSS_S_CONTINUE_NEEDED is an additional bit, it seems like
// other code just checks if major_status is equivalent to it to indicate
// that there are no other errors included.
@@ -833,12 +801,45 @@ int MapInitSecContextStatusToError(OM_uint32 major_status) {
return ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS;
}
+base::Value ImportNameErrorParams(GSSAPILibrary* library,
+ base::StringPiece spn,
+ OM_uint32 major_status,
+ OM_uint32 minor_status) {
+ base::Value params{base::Value::Type::DICTIONARY};
+ params.SetStringKey("spn", spn);
+ if (major_status != GSS_S_COMPLETE)
+ params.SetKey("status", GetGssStatusValue(library, "import_name",
+ major_status, minor_status));
+ return params;
+}
+
+base::Value InitSecContextErrorParams(GSSAPILibrary* library,
+ gss_ctx_id_t context,
+ OM_uint32 major_status,
+ OM_uint32 minor_status) {
+ base::Value params{base::Value::Type::DICTIONARY};
+ if (major_status != GSS_S_COMPLETE)
+ params.SetKey("status", GetGssStatusValue(library, "gss_init_sec_context",
+ major_status, minor_status));
+ if (context != GSS_C_NO_CONTEXT)
+ params.SetKey("context", GetContextStateAsValue(library, context));
+ return params;
+}
+
} // anonymous namespace
int HttpAuthGSSAPI::GetNextSecurityToken(const std::string& spn,
const std::string& channel_bindings,
gss_buffer_t in_token,
- gss_buffer_t out_token) {
+ gss_buffer_t out_token,
+ const NetLogWithSource& net_log) {
+ // GSSAPI header files, to this day, require OIDs passed in as non-const
+ // pointers. Rather than const casting, let's just leave this as non-const.
+ // Even if the OID pointer is const, the inner |elements| pointer is still
+ // non-const.
+ static gss_OID_desc kGSS_C_NT_HOSTBASED_SERVICE = {
+ 10, const_cast<char*>("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x04")};
+
// Create a name for the principal
// TODO(cbentzel): Just do this on the first pass?
std::string spn_principal = spn;
@@ -847,38 +848,33 @@ int HttpAuthGSSAPI::GetNextSecurityToken(const std::string& spn,
spn_buffer.length = spn_principal.size() + 1;
OM_uint32 minor_status = 0;
gss_name_t principal_name = GSS_C_NO_NAME;
- OM_uint32 major_status = library_->import_name(
- &minor_status,
- &spn_buffer,
- GSS_C_NT_HOSTBASED_SERVICE,
- &principal_name);
+
+ OM_uint32 major_status =
+ library_->import_name(&minor_status, &spn_buffer,
+ &kGSS_C_NT_HOSTBASED_SERVICE, &principal_name);
+ net_log.AddEvent(NetLogEventType::AUTH_LIBRARY_IMPORT_NAME, [&] {
+ return ImportNameErrorParams(library_, spn, major_status, minor_status);
+ });
int rv = MapImportNameStatusToError(major_status);
- if (rv != OK) {
- LOG(ERROR) << "Problem importing name from "
- << "spn \"" << spn_principal << "\"\n"
- << DisplayExtendedStatus(library_, major_status, minor_status);
+ if (rv != OK)
return rv;
- }
ScopedName scoped_name(principal_name, library_);
// Continue creating a security context.
- OM_uint32 req_flags = DelegationTypeToFlag(delegation_type_);
+ net_log.BeginEvent(NetLogEventType::AUTH_LIBRARY_INIT_SEC_CTX);
major_status = library_->init_sec_context(
&minor_status, GSS_C_NO_CREDENTIAL, scoped_sec_context_.receive(),
- principal_name, gss_oid_, req_flags, GSS_C_INDEFINITE,
- GSS_C_NO_CHANNEL_BINDINGS, in_token,
+ principal_name, gss_oid_, DelegationTypeToFlag(delegation_type_),
+ GSS_C_INDEFINITE, GSS_C_NO_CHANNEL_BINDINGS, in_token,
nullptr, // actual_mech_type
out_token,
nullptr, // ret flags
nullptr);
- rv = MapInitSecContextStatusToError(major_status);
- if (rv != OK) {
- LOG(ERROR) << "Problem initializing context. \n"
- << DisplayExtendedStatus(library_, major_status, minor_status)
- << '\n'
- << DescribeContext(library_, scoped_sec_context_.get());
- }
- return rv;
+ net_log.EndEvent(NetLogEventType::AUTH_LIBRARY_INIT_SEC_CTX, [&] {
+ return InitSecContextErrorParams(library_, scoped_sec_context_.get(),
+ major_status, minor_status);
+ });
+ return MapInitSecContextStatusToError(major_status);
}
} // namespace net
diff --git a/chromium/net/http/http_auth_gssapi_posix.h b/chromium/net/http/http_auth_gssapi_posix.h
index eba04bbd7f2..c118e5b1706 100644
--- a/chromium/net/http/http_auth_gssapi_posix.h
+++ b/chromium/net/http/http_auth_gssapi_posix.h
@@ -10,6 +10,8 @@
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/native_library.h"
+#include "base/strings/string_piece_forward.h"
+#include "base/values.h"
#include "net/base/completion_once_callback.h"
#include "net/base/net_export.h"
#include "net/http/http_auth.h"
@@ -41,7 +43,7 @@ class NET_EXPORT_PRIVATE GSSAPILibrary {
// Initializes the library, including any necessary dynamic libraries.
// This is done separately from construction (which happens at startup time)
// in order to delay work until the class is actually needed.
- virtual bool Init() = 0;
+ virtual bool Init(const NetLogWithSource& net_log) = 0;
// These methods match the ones in the GSSAPI library.
virtual OM_uint32 import_name(
@@ -114,7 +116,7 @@ class NET_EXPORT_PRIVATE GSSAPISharedLibrary : public GSSAPILibrary {
~GSSAPISharedLibrary() override;
// GSSAPILibrary methods:
- bool Init() override;
+ bool Init(const NetLogWithSource& net_log) override;
OM_uint32 import_name(OM_uint32* minor_status,
const gss_buffer_t input_name_buffer,
const gss_OID input_name_type,
@@ -167,41 +169,33 @@ class NET_EXPORT_PRIVATE GSSAPISharedLibrary : public GSSAPILibrary {
const std::string& GetLibraryNameForTesting() override;
private:
- typedef decltype(&gss_import_name) gss_import_name_type;
- typedef decltype(&gss_release_name) gss_release_name_type;
- typedef decltype(&gss_release_buffer) gss_release_buffer_type;
- typedef decltype(&gss_display_name) gss_display_name_type;
- typedef decltype(&gss_display_status) gss_display_status_type;
- typedef decltype(&gss_init_sec_context) gss_init_sec_context_type;
- typedef decltype(&gss_wrap_size_limit) gss_wrap_size_limit_type;
- typedef decltype(&gss_delete_sec_context) gss_delete_sec_context_type;
- typedef decltype(&gss_inquire_context) gss_inquire_context_type;
-
FRIEND_TEST_ALL_PREFIXES(HttpAuthGSSAPIPOSIXTest, GSSAPIStartup);
- bool InitImpl();
+ bool InitImpl(const NetLogWithSource& net_log);
// Finds a usable dynamic library for GSSAPI and loads it. The criteria are:
// 1. The library must exist.
// 2. The library must export the functions we need.
- base::NativeLibrary LoadSharedLibrary();
- bool BindMethods(base::NativeLibrary lib);
+ base::NativeLibrary LoadSharedLibrary(const NetLogWithSource& net_log);
+ bool BindMethods(base::NativeLibrary lib,
+ base::StringPiece library_name,
+ const NetLogWithSource& net_log);
- bool initialized_;
+ bool initialized_ = false;
std::string gssapi_library_name_;
// Need some way to invalidate the library.
- base::NativeLibrary gssapi_library_;
+ base::NativeLibrary gssapi_library_ = nullptr;
// Function pointers
- gss_import_name_type import_name_;
- gss_release_name_type release_name_;
- gss_release_buffer_type release_buffer_;
- gss_display_name_type display_name_;
- gss_display_status_type display_status_;
- gss_init_sec_context_type init_sec_context_;
- gss_wrap_size_limit_type wrap_size_limit_;
- gss_delete_sec_context_type delete_sec_context_;
- gss_inquire_context_type inquire_context_;
+ decltype(&gss_import_name) import_name_ = nullptr;
+ decltype(&gss_release_name) release_name_ = nullptr;
+ decltype(&gss_release_buffer) release_buffer_ = nullptr;
+ decltype(&gss_display_name) display_name_ = nullptr;
+ decltype(&gss_display_status) display_status_ = nullptr;
+ decltype(&gss_init_sec_context) init_sec_context_ = nullptr;
+ decltype(&gss_wrap_size_limit) wrap_size_limit_ = nullptr;
+ decltype(&gss_delete_sec_context) delete_sec_context_ = nullptr;
+ decltype(&gss_inquire_context) inquire_context_ = nullptr;
};
// ScopedSecurityContext releases a gss_ctx_id_t when it goes out of
@@ -215,7 +209,7 @@ class ScopedSecurityContext {
gss_ctx_id_t* receive() { return &security_context_; }
private:
- gss_ctx_id_t security_context_;
+ gss_ctx_id_t security_context_ = GSS_C_NO_CONTEXT;
GSSAPILibrary* gssapi_lib_;
DISALLOW_COPY_AND_ASSIGN(ScopedSecurityContext);
@@ -231,7 +225,7 @@ class NET_EXPORT_PRIVATE HttpAuthGSSAPI : public HttpNegotiateAuthSystem {
~HttpAuthGSSAPI() override;
// HttpNegotiateAuthSystem implementation:
- bool Init() override;
+ bool Init(const NetLogWithSource& net_log) override;
bool NeedsIdentity() const override;
bool AllowsExplicitCredentials() const override;
HttpAuth::AuthorizationResult ParseChallenge(
@@ -240,6 +234,7 @@ class NET_EXPORT_PRIVATE HttpAuthGSSAPI : public HttpNegotiateAuthSystem {
const std::string& spn,
const std::string& channel_bindings,
std::string* auth_token,
+ const NetLogWithSource& net_log,
CompletionOnceCallback callback) override;
void SetDelegation(HttpAuth::DelegationType delegation_type) override;
@@ -247,7 +242,8 @@ class NET_EXPORT_PRIVATE HttpAuthGSSAPI : public HttpNegotiateAuthSystem {
int GetNextSecurityToken(const std::string& spn,
const std::string& channel_bindings,
gss_buffer_t in_token,
- gss_buffer_t out_token);
+ gss_buffer_t out_token,
+ const NetLogWithSource& net_log);
std::string scheme_;
gss_OID gss_oid_;
@@ -257,6 +253,117 @@ class NET_EXPORT_PRIVATE HttpAuthGSSAPI : public HttpNegotiateAuthSystem {
HttpAuth::DelegationType delegation_type_ = HttpAuth::DelegationType::kNone;
};
+// Diagnostics
+
+// GetGssStatusCodeValue constructs a base::Value containing a status code and a
+// message.
+//
+// {
+// "status" : <status value as a number>,
+// "message": [
+// <list of strings explaining what that number means>
+// ]
+// }
+//
+// Messages are looked up via gss_display_status() exposed by |gssapi_lib|. The
+// type of status code should be indicated by setting |status_code_type| to
+// either |GSS_C_MECH_CODE| or |GSS_C_GSS_CODE|.
+//
+// Mechanism specific codes aren't unique, so the mechanism needs to be
+// identified to look up messages if |status_code_type| is |GSS_C_MECH_CODE|.
+// Since no mechanism OIDs are passed in, mechanism specific status codes will
+// likely not have messages.
+NET_EXPORT_PRIVATE base::Value GetGssStatusCodeValue(
+ GSSAPILibrary* gssapi_lib,
+ OM_uint32 status,
+ OM_uint32 status_code_type);
+
+// Given major and minor GSSAPI status codes, returns a base::Value
+// encapsulating the codes as well as their meanings as expanded via
+// gss_display_status().
+//
+// The base::Value has the following structure:
+// {
+// "function": <name of GSSAPI function that returned the error>
+// "major_status": {
+// "status" : <status value as a number>,
+// "message": [
+// <list of strings hopefully explaining what that number means>
+// ]
+// },
+// "minor_status": {
+// "status" : <status value as a number>,
+// "message": [
+// <list of strings hopefully explaining what that number means>
+// ]
+// }
+// }
+//
+// Passing nullptr to |gssapi_lib| will skip the message lookups. Thus the
+// returned value will be missing the "message" fields. The same is true if the
+// message lookup failed for some reason, or if the lookups succeeded but
+// yielded an empty message.
+NET_EXPORT_PRIVATE base::Value GetGssStatusValue(GSSAPILibrary* gssapi_lib,
+ base::StringPiece method,
+ OM_uint32 major_status,
+ OM_uint32 minor_status);
+
+// OidToValue returns a base::Value representing an OID. The structure of the
+// value is:
+// {
+// "oid": <symbolic name of OID if it is known>
+// "length": <length in bytes of serialized OID>,
+// "bytes": <hexdump of up to 1024 bytes of serialized OID>
+// }
+NET_EXPORT_PRIVATE base::Value OidToValue(const gss_OID oid);
+
+// GetDisplayNameValue returns a base::Value representing a gss_name_t. It
+// invokes |gss_display_name()| via |gssapi_lib| to determine the display name
+// associated with |gss_name|.
+//
+// The structure of the returned value is:
+// {
+// "gss_name": <display name as returned by gss_display_name()>,
+// "type": <OID indicating type. See OidToValue() for structure of this
+// field>
+// }
+//
+// If the lookup failed, then the structure is:
+// {
+// "error": <error. See GetGssStatusValue() for structure.>
+// }
+//
+// Note that |gss_name_t| is platform dependent. If |gss_display_name| fails,
+// there's no good value to display in its stead.
+NET_EXPORT_PRIVATE base::Value GetDisplayNameValue(GSSAPILibrary* gssapi_lib,
+ const gss_name_t gss_name);
+
+// GetContextStateAsValue returns a base::Value that describes the state of a
+// GSSAPI context. The structure of the value is:
+//
+// {
+// "source": {
+// "name": <GSSAPI principal name of source (e.g. the user)>,
+// "type": <OID of name type>
+// },
+// "target": {
+// "name": <GSSAPI principal name of target (e.g. the server)>,
+// "type": <OID of name type>
+// },
+// "lifetime": <Lifetime of the negotiated context in seconds.>,
+// "mechanism": <OID of negotiated mechanism>,
+// "flags": <Context flags. See documentation for gss_inquire_context for
+// flag values>
+// "open": <True if the context has finished the handshake>
+// }
+//
+// If the inquiry fails, the following is returned:
+// {
+// "error": <error. See GetGssStatusValue() for structure.>
+// }
+NET_EXPORT_PRIVATE base::Value GetContextStateAsValue(
+ GSSAPILibrary* gssapi_lib,
+ const gss_ctx_id_t context_handle);
} // namespace net
#endif // NET_HTTP_HTTP_AUTH_GSSAPI_POSIX_H_
diff --git a/chromium/net/http/http_auth_gssapi_posix_unittest.cc b/chromium/net/http/http_auth_gssapi_posix_unittest.cc
index 158f5f1ff06..7ae41f76c82 100644
--- a/chromium/net/http/http_auth_gssapi_posix_unittest.cc
+++ b/chromium/net/http/http_auth_gssapi_posix_unittest.cc
@@ -6,13 +6,20 @@
#include <memory>
+#include "base/base_paths.h"
#include "base/bind.h"
+#include "base/json/json_reader.h"
#include "base/logging.h"
#include "base/native_library.h"
+#include "base/path_service.h"
#include "base/stl_util.h"
#include "net/base/net_errors.h"
#include "net/http/http_auth_challenge_tokenizer.h"
#include "net/http/mock_gssapi_library_posix.h"
+#include "net/log/net_log_with_source.h"
+#include "net/log/test_net_log.h"
+#include "net/log/test_net_log_util.h"
+#include "net/net_buildflags.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace net {
@@ -82,27 +89,100 @@ void UnexpectedCallback(int result) {
} // namespace
TEST(HttpAuthGSSAPIPOSIXTest, GSSAPIStartup) {
+ BoundTestNetLog log;
// TODO(ahendrickson): Manipulate the libraries and paths to test each of the
// libraries we expect, and also whether or not they have the interface
// functions we want.
std::unique_ptr<GSSAPILibrary> gssapi(new GSSAPISharedLibrary(std::string()));
DCHECK(gssapi.get());
- EXPECT_TRUE(gssapi.get()->Init());
+ EXPECT_TRUE(gssapi.get()->Init(log.bound()));
+
+ // Should've logged a AUTH_LIBRARY_LOAD event, but not
+ // AUTH_LIBRARY_BIND_FAILED.
+ auto entries = log.GetEntries();
+ auto offset = ExpectLogContainsSomewhere(
+ entries, 0u, NetLogEventType::AUTH_LIBRARY_LOAD, NetLogEventPhase::BEGIN);
+ offset = ExpectLogContainsSomewhereAfter(entries, offset,
+ NetLogEventType::AUTH_LIBRARY_LOAD,
+ NetLogEventPhase::END);
+ ASSERT_LT(offset, entries.size());
+
+ const auto& entry = entries[offset];
+ EXPECT_NE("", GetStringValueFromParams(entry, "library_name"));
+
+ // No load_result since it succeeded.
+ EXPECT_FALSE(GetOptionalStringValueFromParams(entry, "load_result"));
}
-#if defined(DLOPEN_KERBEROS)
-TEST(HttpAuthGSSAPIPOSIXTest, GSSAPILoadCustomLibrary) {
+TEST(HttpAuthGSSAPIPOSIXTest, CustomLibraryMissing) {
+ BoundTestNetLog log;
+
std::unique_ptr<GSSAPILibrary> gssapi(
new GSSAPISharedLibrary("/this/library/does/not/exist"));
- EXPECT_FALSE(gssapi.get()->Init());
+ EXPECT_FALSE(gssapi.get()->Init(log.bound()));
+
+ auto entries = log.GetEntries();
+ auto offset = ExpectLogContainsSomewhere(
+ entries, 0, NetLogEventType::AUTH_LIBRARY_LOAD, NetLogEventPhase::END);
+ ASSERT_LT(offset, entries.size());
+
+ const auto& entry = entries[offset];
+ EXPECT_NE("", GetStringValueFromParams(entry, "load_result"));
+}
+
+TEST(HttpAuthGSSAPIPOSIXTest, CustomLibraryExists) {
+ BoundTestNetLog log;
+ base::FilePath module;
+ ASSERT_TRUE(base::PathService::Get(base::DIR_MODULE, &module));
+ auto basename = base::GetNativeLibraryName("test_gssapi");
+ module = module.AppendASCII(basename);
+ auto gssapi = std::make_unique<GSSAPISharedLibrary>(module.value());
+ EXPECT_TRUE(gssapi.get()->Init(log.bound()));
+
+ auto entries = log.GetEntries();
+ auto offset = ExpectLogContainsSomewhere(
+ entries, 0, NetLogEventType::AUTH_LIBRARY_LOAD, NetLogEventPhase::END);
+ ASSERT_LT(offset, entries.size());
+
+ const auto& entry = entries[offset];
+ EXPECT_FALSE(GetOptionalStringValueFromParams(entry, "load_result"));
+ EXPECT_EQ(module.AsUTF8Unsafe(),
+ GetStringValueFromParams(entry, "library_name"));
+}
+
+TEST(HttpAuthGSSAPIPOSIXTest, CustomLibraryMethodsMissing) {
+ BoundTestNetLog log;
+ base::FilePath module;
+ ASSERT_TRUE(base::PathService::Get(base::DIR_MODULE, &module));
+ auto basename = base::GetNativeLibraryName("test_badgssapi");
+ module = module.AppendASCII(basename);
+ auto gssapi = std::make_unique<GSSAPISharedLibrary>(module.value());
+
+ // Are you here because this test mysteriously passed even though the library
+ // doesn't actually have all the methods we need? This could be because the
+ // test library (//net:test_badgssapi) inadvertently depends on a valid GSSAPI
+ // library. On macOS this can happen because it's pretty easy to end up
+ // depending on GSS.framework.
+ //
+ // To resolve this issue, make sure that //net:test_badgssapi target in
+ // //net/BUILD.gn should have an empty `deps` and an empty `libs`.
+ EXPECT_FALSE(gssapi.get()->Init(log.bound()));
+
+ auto entries = log.GetEntries();
+ auto offset = ExpectLogContainsSomewhere(
+ entries, 0, NetLogEventType::AUTH_LIBRARY_BIND_FAILED,
+ NetLogEventPhase::NONE);
+ ASSERT_LT(offset, entries.size());
+
+ const auto& entry = entries[offset];
+ EXPECT_EQ("gss_import_name", GetStringValueFromParams(entry, "method"));
}
-#endif // defined(DLOPEN_KERBEROS)
TEST(HttpAuthGSSAPIPOSIXTest, GSSAPICycle) {
std::unique_ptr<test::MockGSSAPILibrary> mock_library(
new test::MockGSSAPILibrary);
DCHECK(mock_library.get());
- mock_library->Init();
+ mock_library->Init(NetLogWithSource());
const char kAuthResponse[] = "Mary had a little lamb";
test::GssContextMockImpl context1(
"localhost", // Source name
@@ -198,6 +278,7 @@ TEST(HttpAuthGSSAPITest, ParseChallenge_FirstRound) {
}
TEST(HttpAuthGSSAPITest, ParseChallenge_TwoRounds) {
+ BoundTestNetLog log;
// The first round should just have "Negotiate", and the second round should
// have a valid base64 token associated with it.
test::MockGSSAPILibrary mock_library;
@@ -212,15 +293,30 @@ TEST(HttpAuthGSSAPITest, ParseChallenge_TwoRounds) {
// Generate an auth token and create another thing.
EstablishInitialContext(&mock_library);
std::string auth_token;
- EXPECT_EQ(OK, auth_gssapi.GenerateAuthToken(
- nullptr, "HTTP/intranet.google.com", std::string(),
- &auth_token, base::BindOnce(&UnexpectedCallback)));
+ EXPECT_EQ(
+ OK, auth_gssapi.GenerateAuthToken(nullptr, "HTTP/intranet.google.com",
+ std::string(), &auth_token, log.bound(),
+ base::BindOnce(&UnexpectedCallback)));
std::string second_challenge_text = "Negotiate Zm9vYmFy";
HttpAuthChallengeTokenizer second_challenge(second_challenge_text.begin(),
second_challenge_text.end());
EXPECT_EQ(HttpAuth::AUTHORIZATION_RESULT_ACCEPT,
auth_gssapi.ParseChallenge(&second_challenge));
+
+ auto entries = log.GetEntries();
+ auto offset = ExpectLogContainsSomewhere(
+ entries, 0, NetLogEventType::AUTH_LIBRARY_INIT_SEC_CTX,
+ NetLogEventPhase::END);
+ // There should be two of these.
+ offset = ExpectLogContainsSomewhere(
+ entries, offset, NetLogEventType::AUTH_LIBRARY_INIT_SEC_CTX,
+ NetLogEventPhase::END);
+ ASSERT_LT(offset, entries.size());
+ const std::string* source =
+ entries[offset].params.FindStringPath("context.source.name");
+ ASSERT_TRUE(source);
+ EXPECT_EQ("localhost", *source);
}
TEST(HttpAuthGSSAPITest, ParseChallenge_UnexpectedTokenFirstRound) {
@@ -250,9 +346,10 @@ TEST(HttpAuthGSSAPITest, ParseChallenge_MissingTokenSecondRound) {
EstablishInitialContext(&mock_library);
std::string auth_token;
- EXPECT_EQ(OK, auth_gssapi.GenerateAuthToken(
- nullptr, "HTTP/intranet.google.com", std::string(),
- &auth_token, base::BindOnce(&UnexpectedCallback)));
+ EXPECT_EQ(OK,
+ auth_gssapi.GenerateAuthToken(
+ nullptr, "HTTP/intranet.google.com", std::string(), &auth_token,
+ NetLogWithSource(), base::BindOnce(&UnexpectedCallback)));
std::string second_challenge_text = "Negotiate";
HttpAuthChallengeTokenizer second_challenge(second_challenge_text.begin(),
second_challenge_text.end());
@@ -274,9 +371,10 @@ TEST(HttpAuthGSSAPITest, ParseChallenge_NonBase64EncodedToken) {
EstablishInitialContext(&mock_library);
std::string auth_token;
- EXPECT_EQ(OK, auth_gssapi.GenerateAuthToken(
- nullptr, "HTTP/intranet.google.com", std::string(),
- &auth_token, base::BindOnce(&UnexpectedCallback)));
+ EXPECT_EQ(OK,
+ auth_gssapi.GenerateAuthToken(
+ nullptr, "HTTP/intranet.google.com", std::string(), &auth_token,
+ NetLogWithSource(), base::BindOnce(&UnexpectedCallback)));
std::string second_challenge_text = "Negotiate =happyjoy=";
HttpAuthChallengeTokenizer second_challenge(second_challenge_text.begin(),
second_challenge_text.end());
@@ -284,4 +382,282 @@ TEST(HttpAuthGSSAPITest, ParseChallenge_NonBase64EncodedToken) {
auth_gssapi.ParseChallenge(&second_challenge));
}
+TEST(HttpAuthGSSAPITest, OidToValue_NIL) {
+ auto actual = OidToValue(GSS_C_NO_OID);
+ auto expected = base::JSONReader::Read(R"({ "oid": "<Empty OID>" })");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, OidToValue_Known) {
+ gss_OID_desc known = {6, const_cast<char*>("\x2b\x06\01\x05\x06\x03")};
+
+ auto actual = OidToValue(const_cast<const gss_OID>(&known));
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "oid" : "GSS_C_NT_ANONYMOUS",
+ "length": 6,
+ "bytes" : "KwYBBQYD"
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, OidToValue_Unknown) {
+ gss_OID_desc unknown = {6, const_cast<char*>("\x2b\x06\01\x05\x06\x05")};
+ auto actual = OidToValue(const_cast<const gss_OID>(&unknown));
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "length": 6,
+ "bytes" : "KwYBBQYF"
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, GetGssStatusValue_NoLibrary) {
+ auto actual = GetGssStatusValue(nullptr, "my_method", GSS_S_BAD_NAME, 1);
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "function": "my_method",
+ "major_status": {
+ "status": 131072
+ },
+ "minor_status": {
+ "status": 1
+ }
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, GetGssStatusValue_WithLibrary) {
+ test::MockGSSAPILibrary library;
+ auto actual = GetGssStatusValue(&library, "my_method", GSS_S_BAD_NAME, 1);
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "function": "my_method",
+ "major_status": {
+ "status": 131072,
+ "message": [ "Value: 131072, Type 1" ]
+ },
+ "minor_status": {
+ "status": 1,
+ "message": [ "Value: 1, Type 2" ]
+ }
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, GetGssStatusValue_Multiline) {
+ test::MockGSSAPILibrary library;
+ auto actual = GetGssStatusValue(
+ &library, "my_method",
+ static_cast<OM_uint32>(
+ test::MockGSSAPILibrary::DisplayStatusSpecials::MultiLine),
+ 0);
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "function": "my_method",
+ "major_status": {
+ "status": 128,
+ "message": [
+ "Line 1 for status 128",
+ "Line 2 for status 128",
+ "Line 3 for status 128",
+ "Line 4 for status 128",
+ "Line 5 for status 128"
+ ]
+ },
+ "minor_status": {
+ "status": 0
+ }
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, GetGssStatusValue_InfiniteLines) {
+ test::MockGSSAPILibrary library;
+ auto actual = GetGssStatusValue(
+ &library, "my_method",
+ static_cast<OM_uint32>(
+ test::MockGSSAPILibrary::DisplayStatusSpecials::InfiniteLines),
+ 0);
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "function": "my_method",
+ "major_status": {
+ "status": 129,
+ "message": [
+ "Line 1 for status 129",
+ "Line 2 for status 129",
+ "Line 3 for status 129",
+ "Line 4 for status 129",
+ "Line 5 for status 129",
+ "Line 6 for status 129",
+ "Line 7 for status 129",
+ "Line 8 for status 129"
+ ]
+ },
+ "minor_status": {
+ "status": 0
+ }
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, GetGssStatusValue_Failure) {
+ test::MockGSSAPILibrary library;
+ auto actual = GetGssStatusValue(
+ &library, "my_method",
+ static_cast<OM_uint32>(
+ test::MockGSSAPILibrary::DisplayStatusSpecials::Fail),
+ 0);
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "function": "my_method",
+ "major_status": {
+ "status": 130
+ },
+ "minor_status": {
+ "status": 0
+ }
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, GetGssStatusValue_EmptyMessage) {
+ test::MockGSSAPILibrary library;
+ auto actual = GetGssStatusValue(
+ &library, "my_method",
+ static_cast<OM_uint32>(
+ test::MockGSSAPILibrary::DisplayStatusSpecials::EmptyMessage),
+ 0);
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "function": "my_method",
+ "major_status": {
+ "status": 131
+ },
+ "minor_status": {
+ "status": 0
+ }
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, GetGssStatusValue_Misbehave) {
+ test::MockGSSAPILibrary library;
+ auto actual = GetGssStatusValue(
+ &library, "my_method",
+ static_cast<OM_uint32>(
+ test::MockGSSAPILibrary::DisplayStatusSpecials::UninitalizedBuffer),
+ 0);
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "function": "my_method",
+ "major_status": {
+ "status": 132
+ },
+ "minor_status": {
+ "status": 0
+ }
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, GetGssStatusValue_NotUtf8) {
+ test::MockGSSAPILibrary library;
+ auto actual = GetGssStatusValue(
+ &library, "my_method",
+ static_cast<OM_uint32>(
+ test::MockGSSAPILibrary::DisplayStatusSpecials::InvalidUtf8),
+ 0);
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "function": "my_method",
+ "major_status": {
+ "status": 133
+ },
+ "minor_status": {
+ "status": 0
+ }
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, GetContextStateAsValue_ValidContext) {
+ test::GssContextMockImpl context{"source_spn@somewhere",
+ "target_spn@somewhere.else",
+ /* lifetime_rec= */ 100,
+ *CHROME_GSS_SPNEGO_MECH_OID_DESC,
+ /* ctx_flags= */ 0,
+ /* locally_initiated= */ 1,
+ /* open= */ 0};
+ test::MockGSSAPILibrary library;
+ auto actual = GetContextStateAsValue(
+ &library, reinterpret_cast<const gss_ctx_id_t>(&context));
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "source": {
+ "name": "source_spn@somewhere",
+ "type": {
+ "oid" : "<Empty OID>"
+ }
+ },
+ "target": {
+ "name": "target_spn@somewhere.else",
+ "type": {
+ "oid" : "<Empty OID>"
+ }
+ },
+ "lifetime": "100",
+ "mechanism": {
+ "oid": "<Empty OID>"
+ },
+ "flags": "00000000",
+ "open": false
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
+TEST(HttpAuthGSSAPITest, GetContextStateAsValue_NoContext) {
+ test::MockGSSAPILibrary library;
+ auto actual = GetContextStateAsValue(&library, GSS_C_NO_CONTEXT);
+ auto expected = base::JSONReader::Read(R"(
+ {
+ "error": {
+ "function": "<none>",
+ "major_status": {
+ "status": 524288
+ },
+ "minor_status": {
+ "status": 0
+ }
+ }
+ }
+ )");
+ ASSERT_TRUE(expected.has_value());
+ EXPECT_EQ(actual, expected);
+}
+
} // namespace net
diff --git a/chromium/net/http/http_auth_handler.cc b/chromium/net/http/http_auth_handler.cc
index f1cf12bf5f4..fc89e546a8f 100644
--- a/chromium/net/http/http_auth_handler.cc
+++ b/chromium/net/http/http_auth_handler.cc
@@ -39,8 +39,8 @@ bool HttpAuthHandler::InitFromChallenge(HttpAuthChallengeTokenizer* challenge,
auth_challenge_ = challenge->challenge_text();
net_log_.BeginEvent(NetLogEventType::AUTH_HANDLER_INIT);
bool ok = Init(challenge, ssl_info);
- net_log_.EndEvent(NetLogEventType::AUTH_HANDLER_INIT,
- NetLog::BoolCallback("succeeded", ok));
+ net_log_.AddEntryWithBoolParams(NetLogEventType::AUTH_HANDLER_INIT,
+ NetLogEventPhase::END, "succeeded", ok);
// Init() is expected to set the scheme, realm, score, and properties. The
// realm may be empty.
@@ -100,9 +100,10 @@ void HttpAuthHandler::FinishGenerateAuthToken(int rv) {
HttpAuth::AuthorizationResult HttpAuthHandler::HandleAnotherChallenge(
HttpAuthChallengeTokenizer* challenge) {
auto authorization_result = HandleAnotherChallengeImpl(challenge);
- net_log_.AddEvent(NetLogEventType::AUTH_HANDLE_CHALLENGE,
- HttpAuth::NetLogAuthorizationResultCallback(
- "authorization_result", authorization_result));
+ net_log_.AddEvent(NetLogEventType::AUTH_HANDLE_CHALLENGE, [&] {
+ return HttpAuth::NetLogAuthorizationResultParams("authorization_result",
+ authorization_result);
+ });
return authorization_result;
}
diff --git a/chromium/net/http/http_auth_handler_factory.cc b/chromium/net/http/http_auth_handler_factory.cc
index d44ad9c6589..9961e04454c 100644
--- a/chromium/net/http/http_auth_handler_factory.cc
+++ b/chromium/net/http/http_auth_handler_factory.cc
@@ -103,8 +103,7 @@ HttpAuthHandlerFactory* HttpAuthHandlerRegistryFactory::GetSchemeFactory(
std::unique_ptr<HttpAuthHandlerRegistryFactory>
HttpAuthHandlerFactory::CreateDefault(
const HttpAuthPreferences* prefs
-#if (defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS)) || \
- defined(OS_FUCHSIA)
+#if BUILDFLAG(USE_EXTERNAL_GSSAPI)
,
const std::string& gssapi_library_name
#endif
@@ -116,7 +115,7 @@ HttpAuthHandlerFactory::CreateDefault(
std::vector<std::string> auth_types(std::begin(kDefaultAuthSchemes),
std::end(kDefaultAuthSchemes));
return HttpAuthHandlerRegistryFactory::Create(prefs, auth_types
-#if defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
+#if BUILDFLAG(USE_EXTERNAL_GSSAPI)
,
gssapi_library_name
#endif
@@ -132,8 +131,7 @@ std::unique_ptr<HttpAuthHandlerRegistryFactory>
HttpAuthHandlerRegistryFactory::Create(
const HttpAuthPreferences* prefs,
const std::vector<std::string>& auth_schemes
-#if (defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS)) || \
- defined(OS_FUCHSIA)
+#if BUILDFLAG(USE_EXTERNAL_GSSAPI)
,
const std::string& gssapi_library_name
#endif
@@ -147,17 +145,17 @@ HttpAuthHandlerRegistryFactory::Create(
std::unique_ptr<HttpAuthHandlerRegistryFactory> registry_factory(
new HttpAuthHandlerRegistryFactory());
- if (base::ContainsKey(auth_schemes_set, kBasicAuthScheme)) {
+ if (base::Contains(auth_schemes_set, kBasicAuthScheme)) {
registry_factory->RegisterSchemeFactory(
kBasicAuthScheme, new HttpAuthHandlerBasic::Factory());
}
- if (base::ContainsKey(auth_schemes_set, kDigestAuthScheme)) {
+ if (base::Contains(auth_schemes_set, kDigestAuthScheme)) {
registry_factory->RegisterSchemeFactory(
kDigestAuthScheme, new HttpAuthHandlerDigest::Factory());
}
- if (base::ContainsKey(auth_schemes_set, kNtlmAuthScheme)) {
+ if (base::Contains(auth_schemes_set, kNtlmAuthScheme)) {
HttpAuthHandlerNTLM::Factory* ntlm_factory =
new HttpAuthHandlerNTLM::Factory();
#if defined(OS_WIN)
@@ -167,16 +165,14 @@ HttpAuthHandlerRegistryFactory::Create(
}
#if BUILDFLAG(USE_KERBEROS)
- if (base::ContainsKey(auth_schemes_set, kNegotiateAuthScheme)) {
+ if (base::Contains(auth_schemes_set, kNegotiateAuthScheme)) {
HttpAuthHandlerNegotiate::Factory* negotiate_factory =
new HttpAuthHandlerNegotiate::Factory(negotiate_auth_system_factory);
#if defined(OS_WIN)
negotiate_factory->set_library(std::make_unique<SSPILibraryDefault>());
-#elif defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
+#elif BUILDFLAG(USE_EXTERNAL_GSSAPI)
negotiate_factory->set_library(
std::make_unique<GSSAPISharedLibrary>(gssapi_library_name));
-#elif defined(OS_CHROMEOS)
- negotiate_factory->set_library(std::make_unique<GSSAPISharedLibrary>(""));
#endif
registry_factory->RegisterSchemeFactory(kNegotiateAuthScheme,
negotiate_factory);
diff --git a/chromium/net/http/http_auth_handler_factory.h b/chromium/net/http/http_auth_handler_factory.h
index d7215cc1f9a..f4f985e3a25 100644
--- a/chromium/net/http/http_auth_handler_factory.h
+++ b/chromium/net/http/http_auth_handler_factory.h
@@ -141,8 +141,7 @@ class NET_EXPORT HttpAuthHandlerFactory {
// used by the Negotiate authentication handler.
static std::unique_ptr<HttpAuthHandlerRegistryFactory> CreateDefault(
const HttpAuthPreferences* prefs = nullptr
-#if (defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS)) || \
- defined(OS_FUCHSIA)
+#if BUILDFLAG(USE_EXTERNAL_GSSAPI)
,
const std::string& gssapi_library_name = ""
#endif
@@ -204,8 +203,7 @@ class NET_EXPORT HttpAuthHandlerRegistryFactory
static std::unique_ptr<HttpAuthHandlerRegistryFactory> Create(
const HttpAuthPreferences* prefs,
const std::vector<std::string>& auth_schemes
-#if (defined(OS_POSIX) && !defined(OS_ANDROID) && !defined(OS_CHROMEOS)) || \
- defined(OS_FUCHSIA)
+#if BUILDFLAG(USE_EXTERNAL_GSSAPI)
,
const std::string& gssapi_library_name = ""
#endif
diff --git a/chromium/net/http/http_auth_handler_mock.cc b/chromium/net/http/http_auth_handler_mock.cc
index 74d9fefcb13..2f051cedddf 100644
--- a/chromium/net/http/http_auth_handler_mock.cc
+++ b/chromium/net/http/http_auth_handler_mock.cc
@@ -49,8 +49,7 @@ HttpAuthHandlerMock::HttpAuthHandlerMock()
first_round_(true),
connection_based_(false),
allows_default_credentials_(false),
- allows_explicit_credentials_(true),
- weak_factory_(this) {}
+ allows_explicit_credentials_(true) {}
HttpAuthHandlerMock::~HttpAuthHandlerMock() = default;
diff --git a/chromium/net/http/http_auth_handler_mock.h b/chromium/net/http/http_auth_handler_mock.h
index abc36936dec..5e7e32c82f1 100644
--- a/chromium/net/http/http_auth_handler_mock.h
+++ b/chromium/net/http/http_auth_handler_mock.h
@@ -111,7 +111,7 @@ class HttpAuthHandlerMock : public HttpAuthHandler {
bool allows_default_credentials_;
bool allows_explicit_credentials_;
GURL request_url_;
- base::WeakPtrFactory<HttpAuthHandlerMock> weak_factory_;
+ base::WeakPtrFactory<HttpAuthHandlerMock> weak_factory_{this};
};
void PrintTo(const HttpAuthHandlerMock::State& state, ::std::ostream* os);
diff --git a/chromium/net/http/http_auth_handler_negotiate.cc b/chromium/net/http/http_auth_handler_negotiate.cc
index 612e52eb88d..83e88725560 100644
--- a/chromium/net/http/http_auth_handler_negotiate.cc
+++ b/chromium/net/http/http_auth_handler_negotiate.cc
@@ -36,7 +36,7 @@ base::Value NetLogParameterChannelBindings(
const std::string& channel_binding_token,
NetLogCaptureMode capture_mode) {
base::DictionaryValue dict;
- if (!capture_mode.include_socket_bytes())
+ if (!NetLogCaptureIncludesSocketBytes(capture_mode))
return std::move(dict);
dict.Clear();
@@ -131,7 +131,7 @@ int HttpAuthHandlerNegotiate::Factory::CreateAuthHandler(
if (!http_auth_preferences()->AllowGssapiLibraryLoad())
return ERR_UNSUPPORTED_AUTH_SCHEME;
#endif
- if (!auth_library_->Init()) {
+ if (!auth_library_->Init(net_log)) {
is_unsupported_ = true;
return ERR_UNSUPPORTED_AUTH_SCHEME;
}
@@ -185,7 +185,7 @@ bool HttpAuthHandlerNegotiate::AllowsExplicitCredentials() {
bool HttpAuthHandlerNegotiate::Init(HttpAuthChallengeTokenizer* challenge,
const SSLInfo& ssl_info) {
#if defined(OS_POSIX)
- if (!auth_system_->Init()) {
+ if (!auth_system_->Init(net_log())) {
VLOG(1) << "can't initialize GSSAPI library";
return false;
}
@@ -211,9 +211,11 @@ bool HttpAuthHandlerNegotiate::Init(HttpAuthChallengeTokenizer* challenge,
x509_util::GetTLSServerEndPointChannelBinding(*ssl_info.cert,
&channel_bindings_);
if (!channel_bindings_.empty())
- net_log().AddEvent(
- NetLogEventType::AUTH_CHANNEL_BINDINGS,
- base::Bind(&NetLogParameterChannelBindings, channel_bindings_));
+ net_log().AddEvent(NetLogEventType::AUTH_CHANNEL_BINDINGS,
+ [&](NetLogCaptureMode capture_mode) {
+ return NetLogParameterChannelBindings(
+ channel_bindings_, capture_mode);
+ });
return true;
}
@@ -385,7 +387,7 @@ int HttpAuthHandlerNegotiate::DoGenerateAuthToken() {
next_state_ = STATE_GENERATE_AUTH_TOKEN_COMPLETE;
AuthCredentials* credentials = has_credentials_ ? &credentials_ : nullptr;
return auth_system_->GenerateAuthToken(
- credentials, spn_, channel_bindings_, auth_token_,
+ credentials, spn_, channel_bindings_, auth_token_, net_log(),
base::BindOnce(&HttpAuthHandlerNegotiate::OnIOComplete,
base::Unretained(this)));
}
diff --git a/chromium/net/http/http_auth_handler_negotiate_unittest.cc b/chromium/net/http/http_auth_handler_negotiate_unittest.cc
index ce0ada3f8fe..e4111c8acfa 100644
--- a/chromium/net/http/http_auth_handler_negotiate_unittest.cc
+++ b/chromium/net/http/http_auth_handler_negotiate_unittest.cc
@@ -18,6 +18,7 @@
#include "net/http/http_request_info.h"
#include "net/http/mock_allow_http_auth_preferences.h"
#include "net/log/net_log_with_source.h"
+#include "net/net_buildflags.h"
#include "net/ssl/ssl_info.h"
#include "net/test/gtest_util.h"
#include "net/test/test_with_scoped_task_environment.h"
@@ -25,12 +26,18 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/platform_test.h"
+#if !BUILDFLAG(USE_KERBEROS)
+#error "use_kerberos should be true to use Negotiate authentication scheme."
+#endif
+
#if defined(OS_ANDROID)
#include "net/android/dummy_spnego_authenticator.h"
#elif defined(OS_WIN)
#include "net/http/mock_sspi_library_win.h"
-#elif defined(OS_POSIX)
+#elif BUILDFLAG(USE_EXTERNAL_GSSAPI)
#include "net/http/mock_gssapi_library_posix.h"
+#else
+#error "use_kerberos is true, but no Kerberos implementation available."
#endif
using net::test::IsError;
@@ -40,14 +47,6 @@ namespace net {
constexpr char kFakeToken[] = "FakeToken";
-#if defined(OS_ANDROID)
-typedef net::android::DummySpnegoAuthenticator MockAuthLibrary;
-#elif defined(OS_WIN)
-typedef MockSSPILibrary MockAuthLibrary;
-#elif defined(OS_POSIX)
-typedef test::MockGSSAPILibrary MockAuthLibrary;
-#endif
-
class HttpAuthHandlerNegotiateTest : public PlatformTest,
public WithScopedTaskEnvironment {
public:
@@ -65,10 +64,9 @@ class HttpAuthHandlerNegotiateTest : public PlatformTest,
http_auth_preferences_->set_auth_android_negotiate_account_type(
"org.chromium.test.DummySpnegoAuthenticator");
MockAuthLibrary::EnsureTestAccountExists();
-#endif
-#if defined(OS_WIN) || (defined(OS_POSIX) && !defined(OS_ANDROID))
+#else
factory_->set_library(base::WrapUnique(auth_library_));
-#endif
+#endif // !OS_ANDROID
}
#if defined(OS_ANDROID)
@@ -82,7 +80,7 @@ class HttpAuthHandlerNegotiateTest : public PlatformTest,
security_package_->cbMaxToken = 1337;
mock_library->ExpectQuerySecurityPackageInfo(
L"Negotiate", SEC_E_OK, security_package_.get());
-#elif defined(OS_POSIX)
+#else
// Copied from an actual transaction!
static const char kAuthResponse[] =
"\x60\x82\x02\xCA\x06\x09\x2A\x86\x48\x86\xF7\x12\x01\x02\x02\x01"
@@ -171,7 +169,7 @@ class HttpAuthHandlerNegotiateTest : public PlatformTest,
queries[i].expected_input_token,
queries[i].output_token);
}
-#endif // defined(OS_POSIX)
+#endif // !OS_WIN
}
#if defined(OS_POSIX)
@@ -202,7 +200,6 @@ class HttpAuthHandlerNegotiateTest : public PlatformTest,
query.expected_input_token,
query.output_token);
}
-
#endif // defined(OS_POSIX)
int CreateHandler(bool disable_cname_lookup,
@@ -267,7 +264,7 @@ TEST_F(HttpAuthHandlerNegotiateTest, DisableCname) {
nullptr, &request_info, callback.callback(), &token)));
#if defined(OS_WIN)
EXPECT_EQ("HTTP/alias", auth_handler->spn_for_testing());
-#elif defined(OS_POSIX)
+#else
EXPECT_EQ("HTTP@alias", auth_handler->spn_for_testing());
#endif
}
@@ -285,7 +282,7 @@ TEST_F(HttpAuthHandlerNegotiateTest, DisableCnameStandardPort) {
nullptr, &request_info, callback.callback(), &token)));
#if defined(OS_WIN)
EXPECT_EQ("HTTP/alias", auth_handler->spn_for_testing());
-#elif defined(OS_POSIX)
+#else
EXPECT_EQ("HTTP@alias", auth_handler->spn_for_testing());
#endif
}
@@ -303,7 +300,7 @@ TEST_F(HttpAuthHandlerNegotiateTest, DisableCnameNonstandardPort) {
nullptr, &request_info, callback.callback(), &token)));
#if defined(OS_WIN)
EXPECT_EQ("HTTP/alias:500", auth_handler->spn_for_testing());
-#elif defined(OS_POSIX)
+#else
EXPECT_EQ("HTTP@alias:500", auth_handler->spn_for_testing());
#endif
}
@@ -321,7 +318,7 @@ TEST_F(HttpAuthHandlerNegotiateTest, CnameSync) {
nullptr, &request_info, callback.callback(), &token)));
#if defined(OS_WIN)
EXPECT_EQ("HTTP/canonical.example.com", auth_handler->spn_for_testing());
-#elif defined(OS_POSIX)
+#else
EXPECT_EQ("HTTP@canonical.example.com", auth_handler->spn_for_testing());
#endif
}
@@ -341,7 +338,7 @@ TEST_F(HttpAuthHandlerNegotiateTest, CnameAsync) {
EXPECT_THAT(callback.WaitForResult(), IsOk());
#if defined(OS_WIN)
EXPECT_EQ("HTTP/canonical.example.com", auth_handler->spn_for_testing());
-#elif defined(OS_POSIX)
+#else
EXPECT_EQ("HTTP@canonical.example.com", auth_handler->spn_for_testing());
#endif
}
@@ -382,14 +379,12 @@ TEST_F(HttpAuthHandlerNegotiateTest, NoKerberosCredentials) {
EXPECT_THAT(callback.WaitForResult(), IsError(ERR_MISSING_AUTH_CREDENTIALS));
}
-#if defined(DLOPEN_KERBEROS)
+#if BUILDFLAG(USE_EXTERNAL_GSSAPI)
TEST_F(HttpAuthHandlerNegotiateTest, MissingGSSAPI) {
- std::unique_ptr<HostResolver> host_resolver(new MockHostResolver());
MockAllowHttpAuthPreferences http_auth_preferences;
std::unique_ptr<HttpAuthHandlerNegotiate::Factory> negotiate_factory(
new HttpAuthHandlerNegotiate::Factory(
net::HttpAuthHandlerFactory::NegotiateAuthSystemFactory()));
- negotiate_factory->set_host_resolver(host_resolver);
negotiate_factory->set_http_auth_preferences(&http_auth_preferences);
negotiate_factory->set_library(
std::make_unique<GSSAPISharedLibrary>("/this/library/does/not/exist"));
@@ -397,12 +392,12 @@ TEST_F(HttpAuthHandlerNegotiateTest, MissingGSSAPI) {
GURL gurl("http://www.example.com");
std::unique_ptr<HttpAuthHandler> generic_handler;
int rv = negotiate_factory->CreateAuthHandlerFromString(
- "Negotiate", HttpAuth::AUTH_SERVER, gurl, NetLogWithSource(),
- &generic_handler);
+ "Negotiate", HttpAuth::AUTH_SERVER, SSLInfo(), gurl, NetLogWithSource(),
+ resolver(), &generic_handler);
EXPECT_THAT(rv, IsError(ERR_UNSUPPORTED_AUTH_SCHEME));
EXPECT_TRUE(generic_handler.get() == nullptr);
}
-#endif // defined(DLOPEN_KERBEROS)
+#endif // BUILDFLAG(USE_EXTERNAL_GSSAPI)
// AllowGssapiLibraryLoad() is only supported on Chrome OS.
#if defined(OS_CHROMEOS)
@@ -431,7 +426,7 @@ class TestAuthSystem : public HttpNegotiateAuthSystem {
~TestAuthSystem() override = default;
// HttpNegotiateAuthSystem implementation:
- bool Init() override { return true; }
+ bool Init(const NetLogWithSource&) override { return true; }
bool NeedsIdentity() const override { return true; }
bool AllowsExplicitCredentials() const override { return true; }
@@ -444,6 +439,7 @@ class TestAuthSystem : public HttpNegotiateAuthSystem {
const std::string& spn,
const std::string& channel_bindings,
std::string* auth_token,
+ const NetLogWithSource& net_log,
net::CompletionOnceCallback callback) override {
*auth_token = kFakeToken;
return net::OK;
diff --git a/chromium/net/http/http_auth_handler_ntlm.cc b/chromium/net/http/http_auth_handler_ntlm.cc
index 926f62ce45b..5dd7093d71b 100644
--- a/chromium/net/http/http_auth_handler_ntlm.cc
+++ b/chromium/net/http/http_auth_handler_ntlm.cc
@@ -41,7 +41,7 @@ int HttpAuthHandlerNTLM::GenerateAuthTokenImpl(
std::string* auth_token) {
#if defined(NTLM_SSPI)
return auth_sspi_.GenerateAuthToken(credentials, CreateSPN(origin_),
- channel_bindings_, auth_token,
+ channel_bindings_, auth_token, net_log(),
std::move(callback));
#else // !defined(NTLM_SSPI)
// TODO(cbentzel): Shouldn't be hitting this case.
diff --git a/chromium/net/http/http_auth_handler_ntlm.h b/chromium/net/http/http_auth_handler_ntlm.h
index 799a026c1c4..8403ee0572c 100644
--- a/chromium/net/http/http_auth_handler_ntlm.h
+++ b/chromium/net/http/http_auth_handler_ntlm.h
@@ -40,6 +40,18 @@
namespace net {
+#if defined(NTLM_PORTABLE)
+// These values are persisted to logs. Entries should not be renumbered and
+// numeric values should never be reused.
+enum class NtlmV2Usage : int {
+ kDisabledOverInsecure = 0,
+ kDisabledOverSecure,
+ kEnabledOverInsecure,
+ kEnabledOverSecure,
+ kMaxValue = kEnabledOverSecure
+};
+#endif
+
class HttpAuthPreferences;
// Code for handling HTTP NTLM authentication.
diff --git a/chromium/net/http/http_auth_handler_ntlm_portable.cc b/chromium/net/http/http_auth_handler_ntlm_portable.cc
index 1b13f78216a..3a52b57551f 100644
--- a/chromium/net/http/http_auth_handler_ntlm_portable.cc
+++ b/chromium/net/http/http_auth_handler_ntlm_portable.cc
@@ -4,12 +4,15 @@
#include "net/http/http_auth_handler_ntlm.h"
+#include "base/metrics/histogram_macros.h"
#include "base/rand_util.h"
#include "base/time/time.h"
#include "net/base/net_errors.h"
#include "net/base/network_interfaces.h"
#include "net/dns/host_resolver.h"
+#include "net/http/http_auth_handler_ntlm.h"
#include "net/http/http_auth_preferences.h"
+#include "net/ssl/ssl_info.h"
namespace net {
@@ -23,6 +26,14 @@ void GenerateRandom(uint8_t* output, size_t n) {
base::RandBytes(output, n);
}
+void RecordNtlmV2Usage(bool is_v2, bool is_secure) {
+ auto bucket = is_v2 ? is_secure ? NtlmV2Usage::kEnabledOverSecure
+ : NtlmV2Usage::kEnabledOverInsecure
+ : is_secure ? NtlmV2Usage::kDisabledOverSecure
+ : NtlmV2Usage::kDisabledOverInsecure;
+ UMA_HISTOGRAM_ENUMERATION("Net.HttpAuthNtlmV2Usage", bucket);
+}
+
} // namespace
// static
@@ -133,6 +144,9 @@ int HttpAuthHandlerNTLM::Factory::CreateAuthHandler(
if (!tmp_handler->InitFromChallenge(challenge, target, ssl_info, origin,
net_log))
return ERR_INVALID_RESPONSE;
+ RecordNtlmV2Usage(
+ http_auth_preferences() ? http_auth_preferences()->NtlmV2Enabled() : true,
+ ssl_info.is_valid());
handler->swap(tmp_handler);
return OK;
}
diff --git a/chromium/net/http/http_auth_handler_ntlm_portable_unittest.cc b/chromium/net/http/http_auth_handler_ntlm_portable_unittest.cc
index ff42afffea6..c48b815dd6a 100644
--- a/chromium/net/http/http_auth_handler_ntlm_portable_unittest.cc
+++ b/chromium/net/http/http_auth_handler_ntlm_portable_unittest.cc
@@ -9,6 +9,7 @@
#include "base/stl_util.h"
#include "base/strings/string_util.h"
#include "base/strings/utf_string_conversions.h"
+#include "base/test/metrics/histogram_tester.h"
#include "build/build_config.h"
#include "net/base/test_completion_callback.h"
#include "net/dns/mock_host_resolver.h"
@@ -163,8 +164,11 @@ class HttpAuthHandlerNtlmPortableTest : public PlatformTest {
};
TEST_F(HttpAuthHandlerNtlmPortableTest, SimpleConstruction) {
+ base::HistogramTester histogram_tester;
ASSERT_EQ(OK, CreateHandler());
ASSERT_TRUE(GetAuthHandler() != nullptr);
+ histogram_tester.ExpectBucketCount("Net.HttpAuthNtlmV2Usage",
+ NtlmV2Usage::kDisabledOverInsecure, 1);
}
TEST_F(HttpAuthHandlerNtlmPortableTest, DoNotAllowDefaultCreds) {
@@ -217,6 +221,7 @@ TEST_F(HttpAuthHandlerNtlmPortableTest, CantChangeSchemeMidway) {
}
TEST_F(HttpAuthHandlerNtlmPortableTest, NtlmV1AuthenticationSuccess) {
+ base::HistogramTester histogram_tester;
HttpAuthHandlerNTLM::ScopedProcSetter proc_setter(MockGetMSTime, MockRandom,
MockGetHostName);
ASSERT_EQ(OK, CreateHandler());
@@ -236,6 +241,8 @@ TEST_F(HttpAuthHandlerNtlmPortableTest, NtlmV1AuthenticationSuccess) {
ASSERT_EQ(0, memcmp(decoded.data(),
ntlm::test::kExpectedAuthenticateMsgSpecResponseV1,
decoded.size()));
+ histogram_tester.ExpectBucketCount("Net.HttpAuthNtlmV2Usage",
+ NtlmV2Usage::kDisabledOverInsecure, 1);
}
} // namespace net
diff --git a/chromium/net/http/http_auth_handler_unittest.cc b/chromium/net/http/http_auth_handler_unittest.cc
index d4898983697..bb25c16f103 100644
--- a/chromium/net/http/http_auth_handler_unittest.cc
+++ b/chromium/net/http/http_auth_handler_unittest.cc
@@ -15,7 +15,6 @@
#include "net/log/net_log_event_type.h"
#include "net/log/net_log_source_type.h"
#include "net/log/test_net_log.h"
-#include "net/log/test_net_log_entry.h"
#include "net/log/test_net_log_util.h"
#include "net/ssl/ssl_info.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -53,8 +52,7 @@ TEST(HttpAuthHandlerTest, NetLog) {
mock_handler.HandleAnotherChallenge(&tokenizer);
- TestNetLogEntry::List entries;
- test_net_log.GetEntries(&entries);
+ auto entries = test_net_log.GetEntries();
ASSERT_EQ(5u, entries.size());
EXPECT_TRUE(LogContainsBeginEvent(entries, 0,
diff --git a/chromium/net/http/http_auth_sspi_win.cc b/chromium/net/http/http_auth_sspi_win.cc
index d9c098f928d..8bc2665f9d8 100644
--- a/chromium/net/http/http_auth_sspi_win.cc
+++ b/chromium/net/http/http_auth_sspi_win.cc
@@ -263,7 +263,7 @@ HttpAuthSSPI::~HttpAuthSSPI() {
}
}
-bool HttpAuthSSPI::Init() {
+bool HttpAuthSSPI::Init(const NetLogWithSource&) {
return true;
}
@@ -300,6 +300,7 @@ int HttpAuthSSPI::GenerateAuthToken(const AuthCredentials* credentials,
const std::string& spn,
const std::string& channel_bindings,
std::string* auth_token,
+ const NetLogWithSource&,
CompletionOnceCallback /*callback*/) {
// Initial challenge.
if (!SecIsValidHandle(&cred_)) {
diff --git a/chromium/net/http/http_auth_sspi_win.h b/chromium/net/http/http_auth_sspi_win.h
index e672c89fade..408ac5931d7 100644
--- a/chromium/net/http/http_auth_sspi_win.h
+++ b/chromium/net/http/http_auth_sspi_win.h
@@ -116,7 +116,7 @@ class NET_EXPORT_PRIVATE HttpAuthSSPI : public HttpNegotiateAuthSystem {
~HttpAuthSSPI() override;
// HttpNegotiateAuthSystem implementation:
- bool Init() override;
+ bool Init(const NetLogWithSource& net_log) override;
bool NeedsIdentity() const override;
bool AllowsExplicitCredentials() const override;
HttpAuth::AuthorizationResult ParseChallenge(
@@ -125,6 +125,7 @@ class NET_EXPORT_PRIVATE HttpAuthSSPI : public HttpNegotiateAuthSystem {
const std::string& spn,
const std::string& channel_bindings,
std::string* auth_token,
+ const NetLogWithSource& net_log,
CompletionOnceCallback callback) override;
void SetDelegation(HttpAuth::DelegationType delegation_type) override;
diff --git a/chromium/net/http/http_auth_sspi_win_unittest.cc b/chromium/net/http/http_auth_sspi_win_unittest.cc
index 3c427679103..d9031fa7e28 100644
--- a/chromium/net/http/http_auth_sspi_win_unittest.cc
+++ b/chromium/net/http/http_auth_sspi_win_unittest.cc
@@ -3,10 +3,12 @@
// found in the LICENSE file.
#include "net/http/http_auth_sspi_win.h"
+
#include "base/bind.h"
#include "net/base/net_errors.h"
#include "net/http/http_auth_challenge_tokenizer.h"
#include "net/http/mock_sspi_library_win.h"
+#include "net/log/net_log_with_source.h"
#include "net/test/gtest_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -96,9 +98,10 @@ TEST(HttpAuthSSPITest, ParseChallenge_TwoRounds) {
// Generate an auth token and create another thing.
std::string auth_token;
- EXPECT_EQ(OK, auth_sspi.GenerateAuthToken(
- nullptr, "HTTP/intranet.google.com", std::string(),
- &auth_token, base::BindOnce(&UnexpectedCallback)));
+ EXPECT_EQ(OK,
+ auth_sspi.GenerateAuthToken(
+ nullptr, "HTTP/intranet.google.com", std::string(), &auth_token,
+ NetLogWithSource(), base::BindOnce(&UnexpectedCallback)));
std::string second_challenge_text = "Negotiate Zm9vYmFy";
HttpAuthChallengeTokenizer second_challenge(second_challenge_text.begin(),
@@ -133,9 +136,10 @@ TEST(HttpAuthSSPITest, ParseChallenge_MissingTokenSecondRound) {
auth_sspi.ParseChallenge(&first_challenge));
std::string auth_token;
- EXPECT_EQ(OK, auth_sspi.GenerateAuthToken(
- nullptr, "HTTP/intranet.google.com", std::string(),
- &auth_token, base::BindOnce(&UnexpectedCallback)));
+ EXPECT_EQ(OK,
+ auth_sspi.GenerateAuthToken(
+ nullptr, "HTTP/intranet.google.com", std::string(), &auth_token,
+ NetLogWithSource(), base::BindOnce(&UnexpectedCallback)));
std::string second_challenge_text = "Negotiate";
HttpAuthChallengeTokenizer second_challenge(second_challenge_text.begin(),
second_challenge_text.end());
@@ -156,9 +160,10 @@ TEST(HttpAuthSSPITest, ParseChallenge_NonBase64EncodedToken) {
auth_sspi.ParseChallenge(&first_challenge));
std::string auth_token;
- EXPECT_EQ(OK, auth_sspi.GenerateAuthToken(
- nullptr, "HTTP/intranet.google.com", std::string(),
- &auth_token, base::BindOnce(&UnexpectedCallback)));
+ EXPECT_EQ(OK,
+ auth_sspi.GenerateAuthToken(
+ nullptr, "HTTP/intranet.google.com", std::string(), &auth_token,
+ NetLogWithSource(), base::BindOnce(&UnexpectedCallback)));
std::string second_challenge_text = "Negotiate =happyjoy=";
HttpAuthChallengeTokenizer second_challenge(second_challenge_text.begin(),
second_challenge_text.end());
diff --git a/chromium/net/http/http_cache.cc b/chromium/net/http/http_cache.cc
index a23d7bce0bb..b6803dc9c7c 100644
--- a/chromium/net/http/http_cache.cc
+++ b/chromium/net/http/http_cache.cc
@@ -56,6 +56,9 @@
namespace net {
+const char HttpCache::kDoubleKeyPrefix[] = "_dk_";
+const char HttpCache::kDoubleKeySeparator[] = " ";
+
HttpCache::DefaultBackend::DefaultBackend(CacheType type,
BackendType backend_type,
const base::FilePath& path,
@@ -229,94 +232,6 @@ class HttpCache::WorkItem {
//-----------------------------------------------------------------------------
-// This class encapsulates a transaction whose only purpose is to write metadata
-// to a given entry.
-class HttpCache::MetadataWriter {
- public:
- explicit MetadataWriter(HttpCache::Transaction* transaction)
- : verified_(false), buf_len_(0), transaction_(transaction) {}
-
- ~MetadataWriter() = default;
-
- // Implements the bulk of HttpCache::WriteMetadata.
- void Write(const GURL& url,
- base::Time expected_response_time,
- IOBuffer* buf,
- int buf_len);
-
- private:
- void VerifyResponse(int result);
- void SelfDestroy();
- void OnIOComplete(int result);
-
- bool verified_;
- scoped_refptr<IOBuffer> buf_;
- int buf_len_;
- base::Time expected_response_time_;
- HttpRequestInfo request_info_;
-
- // |transaction_| to come after |request_info_| so that |request_info_| is not
- // destroyed earlier.
- std::unique_ptr<HttpCache::Transaction> transaction_;
- DISALLOW_COPY_AND_ASSIGN(MetadataWriter);
-};
-
-void HttpCache::MetadataWriter::Write(const GURL& url,
- base::Time expected_response_time,
- IOBuffer* buf,
- int buf_len) {
- DCHECK_GT(buf_len, 0);
- DCHECK(buf);
- DCHECK(buf->data());
- request_info_.url = url;
- request_info_.method = "GET";
-
- // todo (crbug.com/690099): Incorrect usage of LOAD_ONLY_FROM_CACHE.
- request_info_.load_flags =
- LOAD_ONLY_FROM_CACHE | LOAD_SKIP_CACHE_VALIDATION | LOAD_SKIP_VARY_CHECK;
-
- expected_response_time_ = expected_response_time;
- buf_ = buf;
- buf_len_ = buf_len;
- verified_ = false;
-
- int rv = transaction_->Start(
- &request_info_,
- base::Bind(&MetadataWriter::OnIOComplete, base::Unretained(this)),
- NetLogWithSource());
- if (rv != ERR_IO_PENDING)
- VerifyResponse(rv);
-}
-
-void HttpCache::MetadataWriter::VerifyResponse(int result) {
- verified_ = true;
- if (result != OK)
- return SelfDestroy();
-
- const HttpResponseInfo* response_info = transaction_->GetResponseInfo();
- DCHECK(response_info->was_cached);
- if (response_info->response_time != expected_response_time_)
- return SelfDestroy();
-
- result = transaction_->WriteMetadata(
- buf_.get(),
- buf_len_,
- base::Bind(&MetadataWriter::OnIOComplete, base::Unretained(this)));
- if (result != ERR_IO_PENDING)
- SelfDestroy();
-}
-
-void HttpCache::MetadataWriter::SelfDestroy() {
- delete this;
-}
-
-void HttpCache::MetadataWriter::OnIOComplete(int result) {
- if (!verified_)
- return VerifyResponse(result);
- SelfDestroy();
-}
-
-//-----------------------------------------------------------------------------
HttpCache::HttpCache(HttpNetworkSession* session,
std::unique_ptr<BackendFactory> backend_factory,
bool is_main_cache)
@@ -335,8 +250,7 @@ HttpCache::HttpCache(std::unique_ptr<HttpTransactionFactory> network_layer,
fail_conditionalization_for_test_(false),
mode_(NORMAL),
network_layer_(std::move(network_layer)),
- clock_(base::DefaultClock::GetInstance()),
- weak_factory_(this) {
+ clock_(base::DefaultClock::GetInstance()) {
HttpNetworkSession* session = network_layer_->GetSession();
// Session may be NULL in unittests.
// TODO(mmenke): Seems like tests could be changed to provide a session,
@@ -422,28 +336,6 @@ bool HttpCache::ParseResponseInfo(const char* data, int len,
return response_info->InitFromPickle(pickle, response_truncated);
}
-void HttpCache::WriteMetadata(const GURL& url,
- RequestPriority priority,
- base::Time expected_response_time,
- IOBuffer* buf,
- int buf_len) {
- if (!buf_len)
- return;
-
- // Do lazy initialization of disk cache if needed.
- if (!disk_cache_.get()) {
- // We don't care about the result.
- CreateBackend(nullptr, CompletionOnceCallback());
- }
-
- HttpCache::Transaction* transaction =
- new HttpCache::Transaction(priority, this);
- MetadataWriter* writer = new MetadataWriter(transaction);
-
- // The writer will self destruct when done.
- writer->Write(url, expected_response_time, buf, buf_len);
-}
-
void HttpCache::CloseAllConnections() {
HttpNetworkSession* session = GetSession();
if (session)
@@ -459,14 +351,14 @@ void HttpCache::CloseIdleConnections() {
void HttpCache::OnExternalCacheHit(
const GURL& url,
const std::string& http_method,
- base::Optional<url::Origin> top_frame_origin) {
+ const NetworkIsolationKey& network_isolation_key) {
if (!disk_cache_.get() || mode_ == DISABLE)
return;
HttpRequestInfo request_info;
request_info.url = url;
request_info.method = http_method;
- request_info.network_isolation_key = NetworkIsolationKey(top_frame_origin);
+ request_info.network_isolation_key = network_isolation_key;
std::string key = GenerateCacheKey(&request_info);
disk_cache_->OnExternalCacheHit(key);
}
@@ -527,6 +419,33 @@ void HttpCache::DumpMemoryStats(base::trace_event::ProcessMemoryDump* pmd,
base::trace_event::MemoryAllocatorDump::kUnitsBytes, size);
}
+std::string HttpCache::GetResourceURLFromHttpCacheKey(const std::string& key) {
+ // Search the key to see whether it begins with |kDoubleKeyPrefix|. If so,
+ // then the entry was double-keyed.
+ if (base::StartsWith(key, kDoubleKeyPrefix, base::CompareCase::SENSITIVE)) {
+ // Find the rightmost occurrence of |kDoubleKeySeparator|, as when both
+ // the top-frame origin and the initiator are added to the key, there will
+ // be two occurrences of |kDoubleKeySeparator|. When the cache entry is
+ // originally written to disk, GenerateCacheKey method calls
+ // HttpUtil::SpecForRequest method, which has a DCHECK to ensure that
+ // the original resource url is valid, and hence will not contain the
+ // unescaped whitespace of |kDoubleKeySeparator|.
+ size_t separator_position = key.rfind(kDoubleKeySeparator);
+ DCHECK_NE(separator_position, std::string::npos);
+
+ size_t separator_size = strlen(kDoubleKeySeparator);
+ size_t start_position = separator_position + separator_size;
+ DCHECK_LE(start_position, key.size() - 1);
+
+ return key.substr(start_position);
+ }
+ return key;
+}
+
+std::string HttpCache::GenerateCacheKeyForTest(const HttpRequestInfo* request) {
+ return GenerateCacheKey(request);
+}
+
//-----------------------------------------------------------------------------
net::Error HttpCache::CreateAndSetWorkItem(ActiveEntry** entry,
@@ -603,12 +522,15 @@ int HttpCache::GetBackendForTransaction(Transaction* transaction) {
std::string HttpCache::GenerateCacheKey(const HttpRequestInfo* request) {
std::string isolation_key;
- if (base::FeatureList::IsEnabled(features::kSplitCacheByTopFrameOrigin)) {
- // Prepend the key with "_dk_" to mark it as double keyed (and makes it an
- // invalid url so that it doesn't get confused with a single-keyed
- // entry). Separate the origin and url with invalid whitespace character.
- isolation_key =
- base::StrCat({"_dk_", request->network_isolation_key.ToString(), " "});
+ if (base::FeatureList::IsEnabled(
+ features::kSplitCacheByNetworkIsolationKey)) {
+ // Prepend the key with |kDoubleKeyPrefix| = "_dk_" to mark it as
+ // double-keyed (and makes it an invalid url so that it doesn't get
+ // confused with a single-keyed entry). Separate the origin and url
+ // with invalid whitespace character |kDoubleKeySeparator|.
+ isolation_key = base::StrCat({kDoubleKeyPrefix,
+ request->network_isolation_key.ToString(),
+ kDoubleKeySeparator});
}
// Strip out the reference, username, and password sections of the URL and
diff --git a/chromium/net/http/http_cache.h b/chromium/net/http/http_cache.h
index bd2dd225d0c..371786c56a2 100644
--- a/chromium/net/http/http_cache.h
+++ b/chromium/net/http/http_cache.h
@@ -56,7 +56,6 @@ namespace net {
class HttpNetworkSession;
class HttpResponseInfo;
-class IOBuffer;
class NetLog;
struct HttpRequestInfo;
@@ -203,17 +202,6 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory {
HttpResponseInfo* response_info,
bool* response_truncated);
- // Writes |buf_len| bytes of metadata stored in |buf| to the cache entry
- // referenced by |url|, as long as the entry's |expected_response_time| has
- // not changed. This method returns without blocking, and the operation will
- // be performed asynchronously without any completion notification.
- // Takes ownership of |buf|.
- virtual void WriteMetadata(const GURL& url,
- RequestPriority priority,
- base::Time expected_response_time,
- IOBuffer* buf,
- int buf_len);
-
// Get/Set the cache's mode.
void set_mode(Mode value) { mode_ = value; }
Mode mode() { return mode_; }
@@ -231,13 +219,10 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory {
void CloseIdleConnections();
// Called whenever an external cache in the system reuses the resource
- // referred to by |url| and |http_method|, inside a page with a top-level
- // URL at |top_frame_origin|.
- // TODO(crbug.com/965126): Use NetworkIsolationKey instead of top frame
- // origin.
+ // referred to by |url| and |http_method| and |network_isolation_key|.
void OnExternalCacheHit(const GURL& url,
const std::string& http_method,
- base::Optional<url::Origin> top_frame_origin);
+ const NetworkIsolationKey& network_isolation_key);
// Causes all transactions created after this point to simulate lock timeout
// and effectively bypass the cache lock whenever there is lock contention.
@@ -277,6 +262,13 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory {
void DumpMemoryStats(base::trace_event::ProcessMemoryDump* pmd,
const std::string& parent_absolute_name) const;
+ // Get the URL from the entry's cache key. If double-keying is not enabled,
+ // this will be the key itself.
+ static std::string GetResourceURLFromHttpCacheKey(const std::string& key);
+
+ // Function to generate cache key for testing.
+ std::string GenerateCacheKeyForTest(const HttpRequestInfo* request);
+
private:
// Types --------------------------------------------------------------------
@@ -293,13 +285,17 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory {
enum {
kResponseInfoIndex = 0,
kResponseContentIndex,
+ // Only currently used in DoTruncateCachedMetadata().
+ // TODO(mmenke): Remove this in and DoTruncateCachedMetadata() in M79, after
+ // most metadata entries in the cache have been removed. Without
+ // DoTruncateCachedMetadata(), the metadata will be removed when a cache
+ // entry is destroyed, but some conditionalized updates will keep it around.
kMetadataIndex,
// Must remain at the end of the enum.
kNumCacheEntryDataIndices
};
- class MetadataWriter;
class QuicServerInfoFactoryAdaptor;
class Transaction;
class WorkItem;
@@ -625,6 +621,12 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory {
// Processes the backend creation notification.
void OnBackendCreated(int result, PendingOp* pending_op);
+ // Constants ----------------------------------------------------------------
+
+ // Used when generating and accessing keys if cache is split.
+ static const char kDoubleKeyPrefix[];
+ static const char kDoubleKeySeparator[];
+
// Variables ----------------------------------------------------------------
NetLog* net_log_;
@@ -658,7 +660,7 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory {
THREAD_CHECKER(thread_checker_);
- base::WeakPtrFactory<HttpCache> weak_factory_;
+ base::WeakPtrFactory<HttpCache> weak_factory_{this};
DISALLOW_COPY_AND_ASSIGN(HttpCache);
};
diff --git a/chromium/net/http/http_cache_lookup_manager.cc b/chromium/net/http/http_cache_lookup_manager.cc
index 6fd010f50aa..1d59385cbc5 100644
--- a/chromium/net/http/http_cache_lookup_manager.cc
+++ b/chromium/net/http/http_cache_lookup_manager.cc
@@ -14,10 +14,9 @@ namespace net {
// Returns parameters associated with the start of a server push lookup
// transaction.
-base::Value NetLogPushLookupTransactionCallback(
+base::Value NetLogPushLookupTransactionParams(
const NetLogSource& net_log,
- const ServerPushDelegate::ServerPushHelper* push_helper,
- NetLogCaptureMode /* capture_mode */) {
+ const ServerPushDelegate::ServerPushHelper* push_helper) {
base::DictionaryValue dict;
net_log.AddToEventParameters(&dict);
dict.SetString("push_url", push_helper->GetURL().possibly_invalid_spec());
@@ -40,9 +39,10 @@ int HttpCacheLookupManager::LookupTransaction::StartLookup(
HttpCache* cache,
CompletionOnceCallback callback,
const NetLogWithSource& session_net_log) {
- net_log_.BeginEvent(NetLogEventType::SERVER_PUSH_LOOKUP_TRANSACTION,
- base::Bind(&NetLogPushLookupTransactionCallback,
- session_net_log.source(), push_helper_.get()));
+ net_log_.BeginEvent(NetLogEventType::SERVER_PUSH_LOOKUP_TRANSACTION, [&] {
+ return NetLogPushLookupTransactionParams(session_net_log.source(),
+ push_helper_.get());
+ });
request_->url = push_helper_->GetURL();
request_->method = "GET";
@@ -61,7 +61,7 @@ void HttpCacheLookupManager::LookupTransaction::OnLookupComplete(int result) {
}
HttpCacheLookupManager::HttpCacheLookupManager(HttpCache* http_cache)
- : http_cache_(http_cache), weak_factory_(this) {}
+ : http_cache_(http_cache) {}
HttpCacheLookupManager::~HttpCacheLookupManager() = default;
@@ -71,7 +71,7 @@ void HttpCacheLookupManager::OnPush(
GURL pushed_url = push_helper->GetURL();
// There's a pending lookup transaction sent over already.
- if (base::ContainsKey(lookup_transactions_, pushed_url))
+ if (base::Contains(lookup_transactions_, pushed_url))
return;
auto lookup = std::make_unique<LookupTransaction>(std::move(push_helper),
diff --git a/chromium/net/http/http_cache_lookup_manager.h b/chromium/net/http/http_cache_lookup_manager.h
index ba649cde90b..d7ece6785d7 100644
--- a/chromium/net/http/http_cache_lookup_manager.h
+++ b/chromium/net/http/http_cache_lookup_manager.h
@@ -57,7 +57,7 @@ class NET_EXPORT_PRIVATE HttpCacheLookupManager : public ServerPushDelegate {
// HttpCache must outlive the HttpCacheLookupManager.
HttpCache* http_cache_;
std::map<GURL, std::unique_ptr<LookupTransaction>> lookup_transactions_;
- base::WeakPtrFactory<HttpCacheLookupManager> weak_factory_;
+ base::WeakPtrFactory<HttpCacheLookupManager> weak_factory_{this};
};
} // namespace net
diff --git a/chromium/net/http/http_cache_transaction.cc b/chromium/net/http/http_cache_transaction.cc
index 8c5633af59c..68ed6135ea1 100644
--- a/chromium/net/http/http_cache_transaction.cc
+++ b/chromium/net/http/http_cache_transaction.cc
@@ -42,6 +42,7 @@
#include "net/cert/x509_certificate.h"
#include "net/disk_cache/disk_cache.h"
#include "net/http/http_cache_writers.h"
+#include "net/http/http_log_util.h"
#include "net/http/http_network_session.h"
#include "net/http/http_request_info.h"
#include "net/http/http_util.h"
@@ -87,20 +88,9 @@ enum ExternallyConditionalizedType {
} // namespace
-#define CACHE_STATUS_HISTOGRAMS(type) \
- do { \
- UMA_HISTOGRAM_ENUMERATION("HttpCache.Pattern" type, cache_entry_status_, \
- CacheEntryStatus::ENTRY_MAX); \
- if (validation_request) { \
- UMA_HISTOGRAM_ENUMERATION("HttpCache.ValidationCause" type, \
- validation_cause_, VALIDATION_CAUSE_MAX); \
- } \
- if (stale_request) { \
- UMA_HISTOGRAM_COUNTS_1M( \
- "HttpCache.StaleEntry.FreshnessPeriodsSinceLastUsed" type, \
- freshness_periods_since_last_used); \
- } \
- } while (0)
+#define CACHE_STATUS_HISTOGRAMS(type) \
+ UMA_HISTOGRAM_ENUMERATION("HttpCache.Pattern" type, cache_entry_status_, \
+ CacheEntryStatus::ENTRY_MAX)
struct HeaderNameAndValue {
const char* name;
@@ -182,6 +172,7 @@ HttpCache::Transaction::Transaction(RequestPriority priority, HttpCache* cache)
bypass_lock_for_test_(false),
bypass_lock_after_headers_for_test_(false),
fail_conditionalization_for_test_(false),
+ read_buf_len_(0),
io_buf_len_(0),
read_offset_(0),
effective_load_flags_(0),
@@ -193,8 +184,7 @@ HttpCache::Transaction::Transaction(RequestPriority priority, HttpCache* cache)
parallel_writing_pattern_(PARALLEL_WRITING_NONE),
moved_network_transaction_to_writers_(false),
websocket_handshake_stream_base_create_helper_(nullptr),
- in_do_loop_(false),
- weak_factory_(this) {
+ in_do_loop_(false) {
TRACE_EVENT0("io", "HttpCacheTransaction::Transaction");
static_assert(HttpCache::Transaction::kNumValidationHeaders ==
base::size(kValidationHeaders),
@@ -223,23 +213,6 @@ HttpCache::Transaction::Mode HttpCache::Transaction::mode() const {
return mode_;
}
-int HttpCache::Transaction::WriteMetadata(IOBuffer* buf,
- int buf_len,
- CompletionOnceCallback callback) {
- DCHECK(buf);
- DCHECK_GT(buf_len, 0);
- DCHECK(!callback.is_null());
- if (!cache_.get() || !entry_)
- return ERR_UNEXPECTED;
-
- // We don't need to track this operation for anything.
- // It could be possible to check if there is something already written and
- // avoid writing again (it should be the same, right?), but let's allow the
- // caller to "update" the contents with something new.
- return entry_->disk_entry->WriteData(kMetadataIndex, 0, buf, buf_len,
- std::move(callback), true);
-}
-
LoadState HttpCache::Transaction::GetWriterLoadState() const {
const HttpTransaction* transaction = network_transaction();
if (transaction)
@@ -376,7 +349,7 @@ int HttpCache::Transaction::Read(IOBuffer* buf,
reading_ = true;
read_buf_ = buf;
- io_buf_len_ = buf_len;
+ read_buf_len_ = buf_len;
int rv = TransitionToReadingState();
if (rv != OK || next_state_ == STATE_NONE)
return rv;
@@ -977,13 +950,6 @@ int HttpCache::Transaction::DoLoop(int result) {
DCHECK_EQ(OK, rv);
rv = DoPartialHeadersReceived();
break;
- case STATE_CACHE_READ_METADATA:
- DCHECK_EQ(OK, rv);
- rv = DoCacheReadMetadata();
- break;
- case STATE_CACHE_READ_METADATA_COMPLETE:
- rv = DoCacheReadMetadataComplete(rv);
- break;
case STATE_HEADERS_PHASE_CANNOT_PROCEED:
rv = DoHeadersPhaseCannotProceed(rv);
break;
@@ -1054,7 +1020,7 @@ int HttpCache::Transaction::DoGetBackendComplete(int result) {
mode_ = NONE;
// Keep track of the fraction of requests that we can double-key.
- UMA_HISTOGRAM_BOOLEAN("HttpCache.TopFrameOriginPresent",
+ UMA_HISTOGRAM_BOOLEAN("HttpCache.NetworkIsolationKeyPresent",
request_->network_isolation_key.IsFullyPopulated());
if (!ShouldPassThrough()) {
@@ -2078,17 +2044,7 @@ int HttpCache::Transaction::DoTruncateCachedMetadataComplete(int result) {
int HttpCache::Transaction::DoPartialHeadersReceived() {
new_response_ = nullptr;
- if (!partial_) {
- if (entry_ && entry_->disk_entry->GetDataSize(kMetadataIndex) &&
- !base::FeatureList::IsEnabled(net::features::kIsolatedCodeCache)) {
- TransitionToState(STATE_CACHE_READ_METADATA);
- } else {
- TransitionToState(STATE_FINISH_HEADERS);
- }
- return OK;
- }
-
- if (mode_ != NONE && !reading_) {
+ if (partial_ && mode_ != NONE && !reading_) {
// We are about to return the headers for a byte-range request to the user,
// so let's fix them.
partial_->FixResponseHeaders(response_.headers.get(), true);
@@ -2175,39 +2131,11 @@ int HttpCache::Transaction::DoFinishHeadersComplete(int rv) {
return rv;
}
-int HttpCache::Transaction::DoCacheReadMetadata() {
- TRACE_EVENT0("io", "HttpCacheTransaction::DoCacheReadMetadata");
- DCHECK(entry_);
- DCHECK(!response_.metadata.get());
- DCHECK(!base::FeatureList::IsEnabled(net::features::kIsolatedCodeCache));
- TransitionToState(STATE_CACHE_READ_METADATA_COMPLETE);
-
- response_.metadata = base::MakeRefCounted<IOBufferWithSize>(
- entry_->disk_entry->GetDataSize(kMetadataIndex));
-
- net_log_.BeginEvent(NetLogEventType::HTTP_CACHE_READ_INFO);
- return entry_->disk_entry->ReadData(kMetadataIndex, 0,
- response_.metadata.get(),
- response_.metadata->size(),
- io_callback_);
-}
-
-int HttpCache::Transaction::DoCacheReadMetadataComplete(int result) {
- TRACE_EVENT0("io", "HttpCacheTransaction::DoCacheReadMetadataComplete");
- net_log_.EndEventWithNetErrorCode(NetLogEventType::HTTP_CACHE_READ_INFO,
- result);
- if (result != response_.metadata->size())
- return OnCacheReadError(result, false);
-
- TransitionToState(STATE_FINISH_HEADERS);
- return OK;
-}
-
int HttpCache::Transaction::DoNetworkReadCacheWrite() {
TRACE_EVENT0("io", "HttpCacheTransaction::DoNetworkReadCacheWrite");
DCHECK(InWriters());
TransitionToState(STATE_NETWORK_READ_CACHE_WRITE_COMPLETE);
- return entry_->writers->Read(read_buf_, io_buf_len_, io_callback_, this);
+ return entry_->writers->Read(read_buf_, read_buf_len_, io_callback_, this);
}
int HttpCache::Transaction::DoNetworkReadCacheWriteComplete(int result) {
@@ -2280,7 +2208,7 @@ int HttpCache::Transaction::DoPartialNetworkReadCompleted(int result) {
int HttpCache::Transaction::DoNetworkRead() {
TRACE_EVENT0("io", "HttpCacheTransaction::DoNetworkRead");
TransitionToState(STATE_NETWORK_READ_COMPLETE);
- return network_trans_->Read(read_buf_.get(), io_buf_len_, io_callback_);
+ return network_trans_->Read(read_buf_.get(), read_buf_len_, io_callback_);
}
int HttpCache::Transaction::DoNetworkReadComplete(int result) {
@@ -2312,12 +2240,12 @@ int HttpCache::Transaction::DoCacheReadData() {
if (net_log_.IsCapturing())
net_log_.BeginEvent(NetLogEventType::HTTP_CACHE_READ_DATA);
if (partial_) {
- return partial_->CacheRead(entry_->disk_entry, read_buf_.get(), io_buf_len_,
- io_callback_);
+ return partial_->CacheRead(entry_->disk_entry, read_buf_.get(),
+ read_buf_len_, io_callback_);
}
return entry_->disk_entry->ReadData(kResponseContentIndex, read_offset_,
- read_buf_.get(), io_buf_len_,
+ read_buf_.get(), read_buf_len_,
io_callback_);
}
@@ -2425,10 +2353,9 @@ void HttpCache::Transaction::SetRequest(const NetLogWithSource& net_log) {
if (range_found || special_headers || external_validation_.initialized) {
// Log the headers before request_ is modified.
std::string empty;
- net_log_.AddEvent(
- NetLogEventType::HTTP_CACHE_CALLER_REQUEST_HEADERS,
- base::Bind(&HttpRequestHeaders::NetLogCallback,
- base::Unretained(&request_->extra_headers), &empty));
+ NetLogRequestHeaders(net_log_,
+ NetLogEventType::HTTP_CACHE_CALLER_REQUEST_HEADERS,
+ empty, &request_->extra_headers);
}
// We don't support ranges and validation headers.
@@ -2481,7 +2408,8 @@ bool HttpCache::Transaction::ShouldPassThrough() {
// again. Also, if the request does not have a top frame origin, bypass the
// cache otherwise resources from different pages could share a cached entry
// in such cases.
- if (base::FeatureList::IsEnabled(features::kSplitCacheByTopFrameOrigin) &&
+ if (base::FeatureList::IsEnabled(
+ features::kSplitCacheByNetworkIsolationKey) &&
request_->network_isolation_key.IsTransient()) {
return true;
}
@@ -2526,12 +2454,7 @@ int HttpCache::Transaction::BeginCacheRead() {
if (method_ == "HEAD")
FixHeadersForHead();
- if (entry_->disk_entry->GetDataSize(kMetadataIndex) &&
- !base::FeatureList::IsEnabled(net::features::kIsolatedCodeCache)) {
- TransitionToState(STATE_CACHE_READ_METADATA);
- } else {
- TransitionToState(STATE_FINISH_HEADERS);
- }
+ TransitionToState(STATE_FINISH_HEADERS);
return OK;
}
@@ -2783,10 +2706,6 @@ ValidationType HttpCache::Transaction::RequiresValidation() {
validation_cause_ = VALIDATION_CAUSE_ZERO_FRESHNESS;
} else {
validation_cause_ = VALIDATION_CAUSE_STALE;
- stale_entry_freshness_ = lifetimes.freshness;
- stale_entry_age_ = response_.headers->GetCurrentAge(
- response_.request_time, response_.response_time,
- cache_->clock_->Now());
}
}
@@ -3104,12 +3023,7 @@ int HttpCache::Transaction::DoSetupEntryForRead() {
if (method_ == "HEAD")
FixHeadersForHead();
- if (entry_->disk_entry->GetDataSize(kMetadataIndex) &&
- !base::FeatureList::IsEnabled(net::features::kIsolatedCodeCache)) {
- TransitionToState(STATE_CACHE_READ_METADATA);
- } else {
- TransitionToState(STATE_FINISH_HEADERS);
- }
+ TransitionToState(STATE_FINISH_HEADERS);
return OK;
}
@@ -3450,45 +3364,6 @@ void HttpCache::Transaction::RecordHistograms() {
cache_entry_status_ == CacheEntryStatus::ENTRY_VALIDATED ||
cache_entry_status_ == CacheEntryStatus::ENTRY_UPDATED;
- bool stale_request =
- validation_cause_ == VALIDATION_CAUSE_STALE &&
- (validation_request ||
- cache_entry_status_ == CacheEntryStatus::ENTRY_CANT_CONDITIONALIZE);
- int64_t freshness_periods_since_last_used = 0;
-
- if (stale_request && !open_entry_last_used_.is_null()) {
- // Note that we are not able to capture those transactions' histograms which
- // when added to entry, the response was being written by another
- // transaction because getting the last used timestamp might lead to a data
- // race in that case. TODO(crbug.com/713354).
-
- // For stale entries, record how many freshness periods have elapsed since
- // the entry was last used.
- DCHECK(!stale_entry_freshness_.is_zero());
- base::TimeDelta time_since_use = base::Time::Now() - open_entry_last_used_;
- freshness_periods_since_last_used =
- (time_since_use * 1000) / stale_entry_freshness_;
-
- if (validation_request) {
- int64_t age_in_freshness_periods =
- (stale_entry_age_ * 100) / stale_entry_freshness_;
- if (cache_entry_status_ == CacheEntryStatus::ENTRY_VALIDATED) {
- UMA_HISTOGRAM_COUNTS_1M("HttpCache.StaleEntry.Validated.Age",
- stale_entry_age_.InSeconds());
- UMA_HISTOGRAM_COUNTS_1M(
- "HttpCache.StaleEntry.Validated.AgeInFreshnessPeriods",
- age_in_freshness_periods);
-
- } else {
- UMA_HISTOGRAM_COUNTS_1M("HttpCache.StaleEntry.Updated.Age",
- stale_entry_age_.InSeconds());
- UMA_HISTOGRAM_COUNTS_1M(
- "HttpCache.StaleEntry.Updated.AgeInFreshnessPeriods",
- age_in_freshness_periods);
- }
- }
- }
-
std::string mime_type;
HttpResponseHeaders* response_headers = GetResponseInfo()->headers.get();
if (response_headers && response_headers->GetMimeType(&mime_type)) {
@@ -3528,6 +3403,10 @@ void HttpCache::Transaction::RecordHistograms() {
}
CACHE_STATUS_HISTOGRAMS("");
+ if (validation_request) {
+ UMA_HISTOGRAM_ENUMERATION("HttpCache.ValidationCause", validation_cause_,
+ VALIDATION_CAUSE_MAX);
+ }
if (cache_entry_status_ == CacheEntryStatus::ENTRY_CANT_CONDITIONALIZE) {
UMA_HISTOGRAM_ENUMERATION("HttpCache.CantConditionalizeCause",
@@ -3568,17 +3447,9 @@ void HttpCache::Transaction::RecordHistograms() {
TimeDelta before_send_time = send_request_since_ - first_cache_access_since_;
TimeDelta after_send_time = now - send_request_since_;
- int64_t before_send_percent = (total_time.ToInternalValue() == 0)
- ? 0
- : before_send_time * 100 / total_time;
- DCHECK_GE(before_send_percent, 0);
- DCHECK_LE(before_send_percent, 100);
- base::HistogramBase::Sample before_send_sample =
- static_cast<base::HistogramBase::Sample>(before_send_percent);
UMA_HISTOGRAM_TIMES("HttpCache.AccessToDone.SentRequest", total_time);
UMA_HISTOGRAM_TIMES("HttpCache.BeforeSend", before_send_time);
- UMA_HISTOGRAM_PERCENTAGE("HttpCache.PercentBeforeSend", before_send_sample);
// TODO(gavinp): Remove or minimize these histograms, particularly the ones
// below this comment after we have received initial data.
@@ -3588,29 +3459,21 @@ void HttpCache::Transaction::RecordHistograms() {
before_send_time);
UMA_HISTOGRAM_TIMES("HttpCache.AfterSend.CantConditionalize",
after_send_time);
- UMA_HISTOGRAM_PERCENTAGE("HttpCache.PercentBeforeSend.CantConditionalize",
- before_send_sample);
break;
}
case CacheEntryStatus::ENTRY_NOT_IN_CACHE: {
UMA_HISTOGRAM_TIMES("HttpCache.BeforeSend.NotCached", before_send_time);
UMA_HISTOGRAM_TIMES("HttpCache.AfterSend.NotCached", after_send_time);
- UMA_HISTOGRAM_PERCENTAGE("HttpCache.PercentBeforeSend.NotCached",
- before_send_sample);
break;
}
case CacheEntryStatus::ENTRY_VALIDATED: {
UMA_HISTOGRAM_TIMES("HttpCache.BeforeSend.Validated", before_send_time);
UMA_HISTOGRAM_TIMES("HttpCache.AfterSend.Validated", after_send_time);
- UMA_HISTOGRAM_PERCENTAGE("HttpCache.PercentBeforeSend.Validated",
- before_send_sample);
break;
}
case CacheEntryStatus::ENTRY_UPDATED: {
UMA_HISTOGRAM_TIMES("HttpCache.AfterSend.Updated", after_send_time);
UMA_HISTOGRAM_TIMES("HttpCache.BeforeSend.Updated", before_send_time);
- UMA_HISTOGRAM_PERCENTAGE("HttpCache.PercentBeforeSend.Updated",
- before_send_sample);
break;
}
default:
diff --git a/chromium/net/http/http_cache_transaction.h b/chromium/net/http/http_cache_transaction.h
index e4cc343f25f..ec14305ab56 100644
--- a/chromium/net/http/http_cache_transaction.h
+++ b/chromium/net/http/http_cache_transaction.h
@@ -86,25 +86,6 @@ class NET_EXPORT_PRIVATE HttpCache::Transaction : public HttpTransaction {
const std::string& key() const { return cache_key_; }
- // Writes |buf_len| bytes of meta-data from the provided buffer |buf|. to the
- // HTTP cache entry that backs this transaction (if any).
- // Returns the number of bytes actually written, or a net error code. If the
- // operation cannot complete immediately, returns ERR_IO_PENDING, grabs a
- // reference to the buffer (until completion), and notifies the caller using
- // the provided |callback| when the operation finishes.
- //
- // The first time this method is called for a given transaction, previous
- // meta-data will be overwritten with the provided data, and subsequent
- // invocations will keep appending to the cached entry.
- //
- // In order to guarantee that the metadata is set to the correct entry, the
- // response (or response info) must be evaluated by the caller, for instance
- // to make sure that the response_time is as expected, before calling this
- // method.
- int WriteMetadata(IOBuffer* buf,
- int buf_len,
- CompletionOnceCallback callback);
-
HttpCache::ActiveEntry* entry() { return entry_; }
// Returns the LoadState of the writer transaction of a given ActiveEntry. In
@@ -278,8 +259,6 @@ class NET_EXPORT_PRIVATE HttpCache::Transaction : public HttpTransaction {
STATE_TRUNCATE_CACHED_METADATA,
STATE_TRUNCATE_CACHED_METADATA_COMPLETE,
STATE_PARTIAL_HEADERS_RECEIVED,
- STATE_CACHE_READ_METADATA,
- STATE_CACHE_READ_METADATA_COMPLETE,
STATE_HEADERS_PHASE_CANNOT_PROCEED,
STATE_FINISH_HEADERS,
STATE_FINISH_HEADERS_COMPLETE,
@@ -360,8 +339,6 @@ class NET_EXPORT_PRIVATE HttpCache::Transaction : public HttpTransaction {
int DoTruncateCachedMetadata();
int DoTruncateCachedMetadataComplete(int result);
int DoPartialHeadersReceived();
- int DoCacheReadMetadata();
- int DoCacheReadMetadataComplete(int result);
int DoHeadersPhaseCannotProceed(int result);
int DoFinishHeaders(int result);
int DoFinishHeadersComplete(int result);
@@ -621,6 +598,10 @@ class NET_EXPORT_PRIVATE HttpCache::Transaction : public HttpTransaction {
// lock.
bool fail_conditionalization_for_test_; // Fail ConditionalizeRequest.
scoped_refptr<IOBuffer> read_buf_;
+
+ // Length of the buffer passed in Read().
+ int read_buf_len_;
+
int io_buf_len_;
int read_offset_;
int effective_load_flags_;
@@ -643,8 +624,6 @@ class NET_EXPORT_PRIVATE HttpCache::Transaction : public HttpTransaction {
base::TimeTicks send_request_since_;
base::TimeTicks read_headers_since_;
base::Time open_entry_last_used_;
- base::TimeDelta stale_entry_freshness_;
- base::TimeDelta stale_entry_age_;
bool cant_conditionalize_zero_freshness_from_memhint_;
bool recorded_histograms_;
ParallelWritingPattern parallel_writing_pattern_;
@@ -675,7 +654,7 @@ class NET_EXPORT_PRIVATE HttpCache::Transaction : public HttpTransaction {
// True if the Transaction is currently processing the DoLoop.
bool in_do_loop_;
- base::WeakPtrFactory<Transaction> weak_factory_;
+ base::WeakPtrFactory<Transaction> weak_factory_{this};
DISALLOW_COPY_AND_ASSIGN(Transaction);
};
diff --git a/chromium/net/http/http_cache_unittest.cc b/chromium/net/http/http_cache_unittest.cc
index 51452135915..8d4f37b7cba 100644
--- a/chromium/net/http/http_cache_unittest.cc
+++ b/chromium/net/http/http_cache_unittest.cc
@@ -57,7 +57,6 @@
#include "net/log/net_log_source.h"
#include "net/log/net_log_with_source.h"
#include "net/log/test_net_log.h"
-#include "net/log/test_net_log_entry.h"
#include "net/log/test_net_log_util.h"
#include "net/socket/client_socket_handle.h"
#include "net/ssl/ssl_cert_request_info.h"
@@ -659,7 +658,7 @@ class FakeWebSocketHandshakeStreamCreateHelper
// Returns true if |entry| is not one of the log types paid attention to in this
// test. Note that HTTP_CACHE_WRITE_INFO and HTTP_CACHE_*_DATA are
// ignored.
-bool ShouldIgnoreLogEntry(const TestNetLogEntry& entry) {
+bool ShouldIgnoreLogEntry(const NetLogEntry& entry) {
switch (entry.type) {
case NetLogEventType::HTTP_CACHE_GET_BACKEND:
case NetLogEventType::HTTP_CACHE_OPEN_OR_CREATE_ENTRY:
@@ -674,21 +673,18 @@ bool ShouldIgnoreLogEntry(const TestNetLogEntry& entry) {
}
}
-// Modifies |entries| to only include log entries created by the cache layer and
-// asserted on in these tests.
-void FilterLogEntries(TestNetLogEntry::List* entries) {
- base::EraseIf(*entries, ShouldIgnoreLogEntry);
+// Gets the entries from |net_log| created by the cache layer and asserted on in
+// these tests.
+std::vector<NetLogEntry> GetFilteredNetLogEntries(
+ const BoundTestNetLog& net_log) {
+ auto entries = net_log.GetEntries();
+ base::EraseIf(entries, ShouldIgnoreLogEntry);
+ return entries;
}
bool LogContainsEventType(const BoundTestNetLog& log,
NetLogEventType expected) {
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
- for (size_t i = 0; i < entries.size(); i++) {
- if (entries[i].type == expected)
- return true;
- }
- return false;
+ return !log.GetEntriesWithType(expected).empty();
}
} // namespace
@@ -736,6 +732,24 @@ class HttpCacheIOCallbackTest : public HttpCacheTest {
}
};
+class HttpSplitCacheKeyTest : public HttpCacheTest {
+ public:
+ HttpSplitCacheKeyTest() {}
+ ~HttpSplitCacheKeyTest() override = default;
+
+ std::string ComputeCacheKey(const std::string& url_string) {
+ GURL url(url_string);
+ const auto kOrigin = url::Origin::Create(url);
+ net::HttpRequestInfo request_info;
+ request_info.url = url;
+ request_info.method = "GET";
+ request_info.network_isolation_key =
+ net::NetworkIsolationKey(kOrigin, kOrigin);
+ MockHttpCache cache;
+ return cache.http_cache()->GenerateCacheKeyForTest(&request_info);
+ }
+};
+
//-----------------------------------------------------------------------------
// Tests.
@@ -786,9 +800,7 @@ TEST_F(HttpCacheTest, SimpleGETNoDiskCache) {
// Check that the NetLog was filled as expected.
// (We attempted to OpenOrCreate entries, but fail).
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
- FilterLogEntries(&entries);
+ auto entries = GetFilteredNetLogEntries(log);
EXPECT_EQ(4u, entries.size());
EXPECT_TRUE(LogContainsBeginEvent(entries, 0,
@@ -955,9 +967,7 @@ TEST_F(HttpCacheTest, SimpleGET_LoadOnlyFromCache_Hit) {
log.bound(), &load_timing_info);
// Check that the NetLog was filled as expected.
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
- FilterLogEntries(&entries);
+ auto entries = GetFilteredNetLogEntries(log);
EXPECT_EQ(6u, entries.size());
EXPECT_TRUE(LogContainsBeginEvent(entries, 0,
@@ -985,8 +995,7 @@ TEST_F(HttpCacheTest, SimpleGET_LoadOnlyFromCache_Hit) {
&load_timing_info);
// Check that the NetLog was filled as expected.
- log.GetEntries(&entries);
- FilterLogEntries(&entries);
+ entries = GetFilteredNetLogEntries(log);
EXPECT_EQ(8u, entries.size());
EXPECT_TRUE(LogContainsBeginEvent(entries, 0,
@@ -1260,9 +1269,7 @@ TEST_F(HttpCacheTest, SimpleGET_LoadBypassCache) {
&load_timing_info);
// Check that the NetLog was filled as expected.
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
- FilterLogEntries(&entries);
+ auto entries = GetFilteredNetLogEntries(log);
EXPECT_EQ(8u, entries.size());
EXPECT_TRUE(LogContainsBeginEvent(entries, 0,
@@ -5809,7 +5816,8 @@ TEST_F(HttpCacheTest, SimplePOST_Invalidate_205) {
// with cache split by top-frame origin.
TEST_F(HttpCacheTest, SimplePOST_Invalidate_205_SplitCache) {
base::test::ScopedFeatureList feature_list;
- feature_list.InitAndEnableFeature(net::features::kSplitCacheByTopFrameOrigin);
+ 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"));
@@ -5818,14 +5826,14 @@ TEST_F(HttpCacheTest, SimplePOST_Invalidate_205_SplitCache) {
MockTransaction transaction(kSimpleGET_Transaction);
AddMockTransaction(&transaction);
MockHttpRequest req1(transaction);
- req1.network_isolation_key = NetworkIsolationKey(origin_a);
+ req1.network_isolation_key = NetworkIsolationKey(origin_a, origin_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);
+ req1b.network_isolation_key = NetworkIsolationKey(origin_b, origin_b);
RunTransactionTestWithRequest(cache.http_cache(), transaction, req1b,
nullptr);
@@ -5842,7 +5850,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);
+ req2.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
RunTransactionTestWithRequest(cache.http_cache(), transaction, req2, nullptr);
@@ -9597,10 +9605,89 @@ TEST_F(HttpCacheTest, UpdatesRequestResponseTimeOn304) {
RemoveMockTransaction(&mock_network_response);
}
+TEST_F(HttpCacheTest, SplitCacheWithFrameOrigin) {
+ base::test::ScopedFeatureList feature_list;
+ feature_list.InitWithFeatures(
+ {net::features::kSplitCacheByNetworkIsolationKey,
+ net::features::kAppendFrameOriginToNetworkIsolationKey},
+ {});
+
+ base::HistogramTester histograms;
+ 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>"));
+
+ 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);
+ RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
+ trans_info, &response);
+ EXPECT_FALSE(response.was_cached);
+ histograms.ExpectBucketCount("HttpCache.NetworkIsolationKeyPresent", true, 1);
+ histograms.ExpectTotalCount("HttpCache.NetworkIsolationKeyPresent", 1);
+
+ // The second request should be cached.
+ RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
+ trans_info, &response);
+ 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);
+ RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
+ trans_info, &response);
+ EXPECT_FALSE(response.was_cached);
+
+ // The second request should be cached.
+ RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
+ trans_info, &response);
+ EXPECT_TRUE(response.was_cached);
+
+ // a.com should still be cached.
+ trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_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
+ // cached.
+ trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_data);
+ EXPECT_TRUE(trans_info.network_isolation_key.ToString().empty());
+ RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
+ trans_info, &response);
+ EXPECT_FALSE(response.was_cached);
+
+ // On the second request, it still shouldn't be cached.
+ RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
+ trans_info, &response);
+ EXPECT_FALSE(response.was_cached);
+
+ // Verify that a post transaction with a data stream uses a separate key.
+ const int64_t kUploadId = 1; // Just a dummy value.
+
+ std::vector<std::unique_ptr<UploadElementReader>> element_readers;
+ element_readers.push_back(
+ std::make_unique<UploadBytesElementReader>("hello", 5));
+ ElementsUploadDataStream upload_data_stream(std::move(element_readers),
+ kUploadId);
+
+ MockHttpRequest post_info = MockHttpRequest(kSimplePOST_Transaction);
+ post_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
+ post_info.upload_data_stream = &upload_data_stream;
+
+ RunTransactionTestWithRequest(cache.http_cache(), kSimplePOST_Transaction,
+ post_info, &response);
+ EXPECT_FALSE(response.was_cached);
+}
TEST_F(HttpCacheTest, SplitCache) {
base::test::ScopedFeatureList feature_list;
- feature_list.InitAndEnableFeature(net::features::kSplitCacheByTopFrameOrigin);
+ feature_list.InitAndEnableFeature(
+ net::features::kSplitCacheByNetworkIsolationKey);
base::HistogramTester histograms;
MockHttpCache cache;
@@ -9616,7 +9703,8 @@ TEST_F(HttpCacheTest, SplitCache) {
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_FALSE(response.was_cached);
- histograms.ExpectUniqueSample("HttpCache.TopFrameOriginPresent", false, 1);
+ histograms.ExpectUniqueSample("HttpCache.NetworkIsolationKeyPresent", false,
+ 1);
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
@@ -9624,12 +9712,12 @@ 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.
- trans_info.network_isolation_key = NetworkIsolationKey(origin_a);
+ trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_FALSE(response.was_cached);
- histograms.ExpectBucketCount("HttpCache.TopFrameOriginPresent", true, 1);
- histograms.ExpectTotalCount("HttpCache.TopFrameOriginPresent", 3);
+ histograms.ExpectBucketCount("HttpCache.NetworkIsolationKeyPresent", true, 1);
+ histograms.ExpectTotalCount("HttpCache.NetworkIsolationKeyPresent", 3);
// The second request should be cached.
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
@@ -9637,7 +9725,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);
+ trans_info.network_isolation_key = NetworkIsolationKey(origin_b, origin_b);
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_FALSE(response.was_cached);
@@ -9648,14 +9736,15 @@ TEST_F(HttpCacheTest, SplitCache) {
EXPECT_TRUE(response.was_cached);
// a.com should still be cached.
- trans_info.network_isolation_key = NetworkIsolationKey(origin_a);
+ trans_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_b);
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_TRUE(response.was_cached);
// Now make a request with an opaque top frame origin. It shouldn't be
// cached.
- trans_info.network_isolation_key = NetworkIsolationKey(origin_data);
+ trans_info.network_isolation_key =
+ NetworkIsolationKey(origin_data, origin_data);
EXPECT_TRUE(trans_info.network_isolation_key.ToString().empty());
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
@@ -9676,7 +9765,7 @@ TEST_F(HttpCacheTest, SplitCache) {
kUploadId);
MockHttpRequest post_info = MockHttpRequest(kSimplePOST_Transaction);
- post_info.network_isolation_key = NetworkIsolationKey(origin_a);
+ post_info.network_isolation_key = NetworkIsolationKey(origin_a, origin_a);
post_info.upload_data_stream = &upload_data_stream;
RunTransactionTestWithRequest(cache.http_cache(), kSimplePOST_Transaction,
@@ -9687,7 +9776,7 @@ TEST_F(HttpCacheTest, SplitCache) {
TEST_F(HttpCacheTest, NonSplitCache) {
base::test::ScopedFeatureList feature_list;
feature_list.InitAndDisableFeature(
- net::features::kSplitCacheByTopFrameOrigin);
+ net::features::kSplitCacheByNetworkIsolationKey);
base::HistogramTester histograms;
MockHttpCache cache;
@@ -9706,176 +9795,13 @@ TEST_F(HttpCacheTest, NonSplitCache) {
// Now request with a.com as the top frame origin. It should use the same
// cached object.
- trans_info.network_isolation_key =
- NetworkIsolationKey(url::Origin::Create(GURL("http://a.com/")));
+ const auto kOriginA = url::Origin::Create(GURL("http://a.com/"));
+ trans_info.network_isolation_key = NetworkIsolationKey(kOriginA, kOriginA);
RunTransactionTestWithRequest(cache.http_cache(), kSimpleGET_Transaction,
trans_info, &response);
EXPECT_TRUE(response.was_cached);
- histograms.ExpectBucketCount("HttpCache.TopFrameOriginPresent", true, 1);
- histograms.ExpectTotalCount("HttpCache.TopFrameOriginPresent", 3);
-}
-
-// Tests that we can write metadata to an entry.
-TEST_F(HttpCacheTest, WriteMetadata_OK) {
- base::test::ScopedFeatureList feature_list;
- feature_list.InitAndDisableFeature(net::features::kIsolatedCodeCache);
- ASSERT_FALSE(base::FeatureList::IsEnabled(net::features::kIsolatedCodeCache));
- MockHttpCache cache;
-
- // Write to the cache
- HttpResponseInfo response;
- RunTransactionTestWithResponseInfo(cache.http_cache(), kSimpleGET_Transaction,
- &response);
- EXPECT_TRUE(response.metadata.get() == nullptr);
-
- // Trivial call.
- cache.http_cache()->WriteMetadata(GURL("foo"), DEFAULT_PRIORITY, Time::Now(),
- nullptr, 0);
-
- // Write meta data to the same entry.
- scoped_refptr<IOBufferWithSize> buf =
- base::MakeRefCounted<IOBufferWithSize>(50);
- memset(buf->data(), 0, buf->size());
- base::strlcpy(buf->data(), "Hi there", buf->size());
- cache.http_cache()->WriteMetadata(GURL(kSimpleGET_Transaction.url),
- DEFAULT_PRIORITY, response.response_time,
- buf.get(), buf->size());
-
- // Release the buffer before the operation takes place.
- buf = nullptr;
-
- // Makes sure we finish pending operations.
- base::RunLoop().RunUntilIdle();
-
- RunTransactionTestWithResponseInfo(cache.http_cache(), kSimpleGET_Transaction,
- &response);
- ASSERT_TRUE(response.metadata.get() != nullptr);
- EXPECT_EQ(50, response.metadata->size());
- EXPECT_EQ(0, strcmp(response.metadata->data(), "Hi there"));
-
- EXPECT_EQ(1, cache.network_layer()->transaction_count());
- EXPECT_EQ(2, cache.disk_cache()->open_count());
- EXPECT_EQ(1, cache.disk_cache()->create_count());
-}
-
-// Tests that we don't read metadata when IsolatedCodeCache is enabled.
-TEST_F(HttpCacheTest, ReadMetadata_IsolatedCache) {
- base::test::ScopedFeatureList feature_list;
- feature_list.InitAndEnableFeature(net::features::kIsolatedCodeCache);
- ASSERT_TRUE(base::FeatureList::IsEnabled(net::features::kIsolatedCodeCache));
- MockHttpCache cache;
-
- // Write to the cache
- HttpResponseInfo response;
- RunTransactionTestWithResponseInfo(cache.http_cache(), kSimpleGET_Transaction,
- &response);
- EXPECT_TRUE(response.metadata.get() == nullptr);
-
- // Trivial call.
- cache.http_cache()->WriteMetadata(GURL("foo"), DEFAULT_PRIORITY, Time::Now(),
- nullptr, 0);
-
- // Write meta data to the same entry.
- scoped_refptr<IOBufferWithSize> buf =
- base::MakeRefCounted<IOBufferWithSize>(50);
- memset(buf->data(), 0, buf->size());
- base::strlcpy(buf->data(), "Hi there", buf->size());
- cache.http_cache()->WriteMetadata(GURL(kSimpleGET_Transaction.url),
- DEFAULT_PRIORITY, response.response_time,
- buf.get(), buf->size());
-
- // Release the buffer before the operation takes place.
- buf = nullptr;
-
- // Makes sure we finish pending operations.
- base::RunLoop().RunUntilIdle();
-
- RunTransactionTestWithResponseInfo(cache.http_cache(), kSimpleGET_Transaction,
- &response);
- ASSERT_TRUE(response.metadata.get() == nullptr);
-
- EXPECT_EQ(1, cache.network_layer()->transaction_count());
- EXPECT_EQ(2, cache.disk_cache()->open_count());
- EXPECT_EQ(1, cache.disk_cache()->create_count());
-}
-
-// Tests that we only write metadata to an entry if the time stamp matches.
-TEST_F(HttpCacheTest, WriteMetadata_Fail) {
- base::test::ScopedFeatureList feature_list;
- feature_list.InitAndDisableFeature(net::features::kIsolatedCodeCache);
- ASSERT_FALSE(base::FeatureList::IsEnabled(net::features::kIsolatedCodeCache));
- MockHttpCache cache;
-
- // Write to the cache
- HttpResponseInfo response;
- RunTransactionTestWithResponseInfo(cache.http_cache(), kSimpleGET_Transaction,
- &response);
- EXPECT_TRUE(response.metadata.get() == nullptr);
-
- // Attempt to write meta data to the same entry.
- scoped_refptr<IOBufferWithSize> buf =
- base::MakeRefCounted<IOBufferWithSize>(50);
- memset(buf->data(), 0, buf->size());
- base::strlcpy(buf->data(), "Hi there", buf->size());
- base::Time expected_time = response.response_time -
- base::TimeDelta::FromMilliseconds(20);
- cache.http_cache()->WriteMetadata(GURL(kSimpleGET_Transaction.url),
- DEFAULT_PRIORITY, expected_time, buf.get(),
- buf->size());
-
- // Makes sure we finish pending operations.
- base::RunLoop().RunUntilIdle();
-
- RunTransactionTestWithResponseInfo(cache.http_cache(), kSimpleGET_Transaction,
- &response);
- EXPECT_TRUE(response.metadata.get() == nullptr);
-
- EXPECT_EQ(1, cache.network_layer()->transaction_count());
- EXPECT_EQ(2, cache.disk_cache()->open_count());
- EXPECT_EQ(1, cache.disk_cache()->create_count());
-}
-
-// Tests that we ignore VARY checks when writing metadata since the request
-// headers for the WriteMetadata transaction are made up.
-TEST_F(HttpCacheTest, WriteMetadata_IgnoreVary) {
- base::test::ScopedFeatureList feature_list;
- feature_list.InitAndDisableFeature(net::features::kIsolatedCodeCache);
- ASSERT_FALSE(base::FeatureList::IsEnabled(net::features::kIsolatedCodeCache));
- MockHttpCache cache;
-
- // Write to the cache
- HttpResponseInfo response;
- ScopedMockTransaction transaction(kSimpleGET_Transaction);
- transaction.request_headers = "accept-encoding: gzip\r\n";
- transaction.response_headers =
- "Vary: accept-encoding\n"
- "Cache-Control: max-age=10000\n";
-
- RunTransactionTestWithResponseInfo(cache.http_cache(), transaction,
- &response);
- EXPECT_FALSE(response.metadata);
-
- // Attempt to write meta data to the same entry.
- scoped_refptr<IOBufferWithSize> buf =
- base::MakeRefCounted<IOBufferWithSize>(50);
- memset(buf->data(), 0, buf->size());
- base::strlcpy(buf->data(), "Hi there", buf->size());
- cache.http_cache()->WriteMetadata(GURL(transaction.url), DEFAULT_PRIORITY,
- response.response_time, buf.get(),
- buf->size());
-
- // Makes sure we finish pending operations.
- base::RunLoop().RunUntilIdle();
-
- RunTransactionTestWithResponseInfo(cache.http_cache(), transaction,
- &response);
- ASSERT_TRUE(response.metadata);
- EXPECT_EQ(50, response.metadata->size());
- EXPECT_EQ(0, strcmp(response.metadata->data(), "Hi there"));
-
- EXPECT_EQ(1, cache.network_layer()->transaction_count());
- EXPECT_EQ(2, cache.disk_cache()->open_count());
- EXPECT_EQ(1, cache.disk_cache()->create_count());
+ histograms.ExpectBucketCount("HttpCache.NetworkIsolationKeyPresent", true, 1);
+ histograms.ExpectTotalCount("HttpCache.NetworkIsolationKeyPresent", 3);
}
TEST_F(HttpCacheTest, SkipVaryCheck) {
@@ -9969,72 +9895,6 @@ TEST_F(HttpCacheTest, InvalidLoadFlagCombination) {
RunTransactionTest(cache.http_cache(), transaction);
}
-// Tests that we can read metadata after validating the entry and with READ mode
-// transactions.
-TEST_F(HttpCacheTest, ReadMetadata) {
- base::test::ScopedFeatureList feature_list;
- feature_list.InitAndDisableFeature(net::features::kIsolatedCodeCache);
- ASSERT_FALSE(base::FeatureList::IsEnabled(net::features::kIsolatedCodeCache));
- MockHttpCache cache;
-
- // Write to the cache
- HttpResponseInfo response;
- RunTransactionTestWithResponseInfo(cache.http_cache(),
- kTypicalGET_Transaction, &response);
- EXPECT_TRUE(response.metadata.get() == nullptr);
-
- // Write meta data to the same entry.
- scoped_refptr<IOBufferWithSize> buf =
- base::MakeRefCounted<IOBufferWithSize>(50);
- memset(buf->data(), 0, buf->size());
- base::strlcpy(buf->data(), "Hi there", buf->size());
- cache.http_cache()->WriteMetadata(GURL(kTypicalGET_Transaction.url),
- DEFAULT_PRIORITY, response.response_time,
- buf.get(), buf->size());
-
- // Makes sure we finish pending operations.
- base::RunLoop().RunUntilIdle();
-
- // Start with a READ mode transaction.
- MockTransaction trans1(kTypicalGET_Transaction);
- trans1.load_flags = LOAD_ONLY_FROM_CACHE | LOAD_SKIP_CACHE_VALIDATION;
-
- RunTransactionTestWithResponseInfo(cache.http_cache(), trans1, &response);
- ASSERT_TRUE(response.metadata.get() != nullptr);
- EXPECT_EQ(50, response.metadata->size());
- EXPECT_EQ(0, strcmp(response.metadata->data(), "Hi there"));
-
- EXPECT_EQ(1, cache.network_layer()->transaction_count());
- EXPECT_EQ(2, cache.disk_cache()->open_count());
- EXPECT_EQ(1, cache.disk_cache()->create_count());
- base::RunLoop().RunUntilIdle();
-
- // Now make sure that the entry is re-validated with the server.
- trans1.load_flags = LOAD_VALIDATE_CACHE;
- trans1.status = "HTTP/1.1 304 Not Modified";
- AddMockTransaction(&trans1);
-
- response.metadata = nullptr;
- RunTransactionTestWithResponseInfo(cache.http_cache(), trans1, &response);
- EXPECT_TRUE(response.metadata.get() != nullptr);
-
- EXPECT_EQ(2, cache.network_layer()->transaction_count());
- EXPECT_EQ(3, cache.disk_cache()->open_count());
- EXPECT_EQ(1, cache.disk_cache()->create_count());
- base::RunLoop().RunUntilIdle();
- RemoveMockTransaction(&trans1);
-
- // Now return 200 when validating the entry so the metadata will be lost.
- MockTransaction trans2(kTypicalGET_Transaction);
- trans2.load_flags = LOAD_VALIDATE_CACHE;
- RunTransactionTestWithResponseInfo(cache.http_cache(), trans2, &response);
- EXPECT_TRUE(response.metadata.get() == nullptr);
-
- EXPECT_EQ(3, cache.network_layer()->transaction_count());
- EXPECT_EQ(4, cache.disk_cache()->open_count());
- EXPECT_EQ(1, cache.disk_cache()->create_count());
-}
-
// Tests that we don't mark entries as truncated when a filter detects the end
// of the stream.
TEST_F(HttpCacheTest, FilterCompletion) {
@@ -11343,6 +11203,21 @@ TEST_F(HttpCacheTest, CacheEntryStatusCantConditionalize) {
response_info.cache_entry_status);
}
+TEST_F(HttpSplitCacheKeyTest, GetResourceURLFromKey) {
+ base::test::ScopedFeatureList feature_list;
+ feature_list.InitAndEnableFeature(
+ net::features::kSplitCacheByNetworkIsolationKey);
+ MockHttpCache cache;
+ std::string urls[] = {"http://www.a.com/", "https://b.com/example.html",
+ "http://example.com/Some Path/Some Leaf?some query"};
+
+ for (const std::string& url : urls) {
+ std::string key = ComputeCacheKey(url);
+ EXPECT_EQ(GURL(url).spec(),
+ cache.http_cache()->GetResourceURLFromHttpCacheKey(key));
+ }
+}
+
class TestCompletionCallbackForHttpCache : public TestCompletionCallbackBase {
public:
TestCompletionCallbackForHttpCache() {}
diff --git a/chromium/net/http/http_cache_writers.cc b/chromium/net/http/http_cache_writers.cc
index c20d5d37936..5d8e78d22dd 100644
--- a/chromium/net/http/http_cache_writers.cc
+++ b/chromium/net/http/http_cache_writers.cc
@@ -50,7 +50,7 @@ HttpCache::Writers::TransactionInfo::TransactionInfo(const TransactionInfo&) =
default;
HttpCache::Writers::Writers(HttpCache* cache, HttpCache::ActiveEntry* entry)
- : cache_(cache), entry_(entry), weak_factory_(this) {}
+ : cache_(cache), entry_(entry) {}
HttpCache::Writers::~Writers() = default;
diff --git a/chromium/net/http/http_cache_writers.h b/chromium/net/http/http_cache_writers.h
index e914ab1026e..c638aeba65e 100644
--- a/chromium/net/http/http_cache_writers.h
+++ b/chromium/net/http/http_cache_writers.h
@@ -283,7 +283,7 @@ class NET_EXPORT_PRIVATE HttpCache::Writers {
// end of DoLoop().
base::OnceClosure cache_callback_; // Callback for cache_.
- base::WeakPtrFactory<Writers> weak_factory_;
+ base::WeakPtrFactory<Writers> weak_factory_{this};
DISALLOW_COPY_AND_ASSIGN(Writers);
};
diff --git a/chromium/net/http/http_log_util.cc b/chromium/net/http/http_log_util.cc
index 699dd804e35..9c9bc1dbe5c 100644
--- a/chromium/net/http/http_log_util.cc
+++ b/chromium/net/http/http_log_util.cc
@@ -8,6 +8,9 @@
#include "base/strings/stringprintf.h"
#include "net/http/http_auth_challenge_tokenizer.h"
#include "net/http/http_auth_scheme.h"
+#include "net/http/http_request_headers.h"
+#include "net/http/http_response_headers.h"
+#include "net/log/net_log_with_source.h"
namespace net {
@@ -41,7 +44,7 @@ std::string ElideHeaderValueForNetLog(NetLogCaptureMode capture_mode,
std::string::const_iterator redact_end = value.begin();
if (redact_begin == redact_end &&
- !capture_mode.include_cookies_and_credentials()) {
+ !NetLogCaptureIncludesSensitive(capture_mode)) {
if (base::EqualsCaseInsensitiveASCII(header, "set-cookie") ||
base::EqualsCaseInsensitiveASCII(header, "set-cookie2") ||
base::EqualsCaseInsensitiveASCII(header, "cookie") ||
@@ -70,4 +73,21 @@ std::string ElideHeaderValueForNetLog(NetLogCaptureMode capture_mode,
std::string(redact_end, value.end());
}
+NET_EXPORT void NetLogResponseHeaders(const NetLogWithSource& net_log,
+ NetLogEventType type,
+ const HttpResponseHeaders* headers) {
+ net_log.AddEvent(type, [&](NetLogCaptureMode capture_mode) {
+ return headers->NetLogParams(capture_mode);
+ });
+}
+
+void NetLogRequestHeaders(const NetLogWithSource& net_log,
+ NetLogEventType type,
+ const std::string& request_line,
+ const HttpRequestHeaders* headers) {
+ net_log.AddEvent(type, [&](NetLogCaptureMode capture_mode) {
+ return headers->NetLogParams(request_line, capture_mode);
+ });
+}
+
} // namespace net
diff --git a/chromium/net/http/http_log_util.h b/chromium/net/http/http_log_util.h
index 15a58f7f0b6..ca417487338 100644
--- a/chromium/net/http/http_log_util.h
+++ b/chromium/net/http/http_log_util.h
@@ -9,9 +9,14 @@
#include "net/base/net_export.h"
#include "net/log/net_log_capture_mode.h"
+#include "net/log/net_log_event_type.h"
namespace net {
+class NetLogWithSource;
+class HttpResponseHeaders;
+class HttpRequestHeaders;
+
// Given an HTTP header |header| with value |value|, returns the elided version
// of the header value at |log_level|.
NET_EXPORT_PRIVATE std::string ElideHeaderValueForNetLog(
@@ -19,6 +24,15 @@ NET_EXPORT_PRIVATE std::string ElideHeaderValueForNetLog(
const std::string& header,
const std::string& value);
+NET_EXPORT void NetLogResponseHeaders(const NetLogWithSource& net_log,
+ NetLogEventType type,
+ const HttpResponseHeaders* headers);
+
+NET_EXPORT void NetLogRequestHeaders(const NetLogWithSource& net_log,
+ NetLogEventType type,
+ const std::string& request_line,
+ const HttpRequestHeaders* headers);
+
} // namespace net
#endif // NET_HTTP_HTTP_LOG_UTIL_H_
diff --git a/chromium/net/http/http_log_util_unittest.cc b/chromium/net/http/http_log_util_unittest.cc
index 9b6ec8f8646..c4406c8afdb 100644
--- a/chromium/net/http/http_log_util_unittest.cc
+++ b/chromium/net/http/http_log_util_unittest.cc
@@ -11,61 +11,61 @@ namespace net {
TEST(HttpLogUtilTest, ElideHeaderValueForNetLog) {
// Only elide for appropriate log level.
EXPECT_EQ("[10 bytes were stripped]",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(), "Cookie",
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault, "Cookie",
"name=value"));
- EXPECT_EQ("name=value", ElideHeaderValueForNetLog(
- NetLogCaptureMode::IncludeCookiesAndCredentials(),
- "Cookie", "name=value"));
+ EXPECT_EQ("name=value",
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kIncludeSensitive,
+ "Cookie", "name=value"));
// Headers are compared case insensitively.
EXPECT_EQ("[10 bytes were stripped]",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(), "cOoKiE",
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault, "cOoKiE",
"name=value"));
// These headers should be completely elided.
EXPECT_EQ("[10 bytes were stripped]",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
- "Set-Cookie", "name=value"));
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault, "Set-Cookie",
+ "name=value"));
EXPECT_EQ("[10 bytes were stripped]",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault,
"Set-Cookie2", "name=value"));
EXPECT_EQ("[10 bytes were stripped]",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault,
"Authorization", "Basic 1234"));
EXPECT_EQ("[10 bytes were stripped]",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault,
"Proxy-Authorization", "Basic 1234"));
// Unknown headers should pass through.
- EXPECT_EQ("value", ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
+ EXPECT_EQ("value", ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault,
"Boring", "value"));
// Basic and Digest auth challenges are public.
EXPECT_EQ("Basic realm=test",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault,
"WWW-Authenticate", "Basic realm=test"));
EXPECT_EQ("Digest realm=test",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault,
"WWW-Authenticate", "Digest realm=test"));
EXPECT_EQ("Basic realm=test", ElideHeaderValueForNetLog(
- NetLogCaptureMode::Default(),
+ NetLogCaptureMode::kDefault,
"Proxy-Authenticate", "Basic realm=test"));
EXPECT_EQ(
"Digest realm=test",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault,
"Proxy-Authenticate", "Digest realm=test"));
// Multi-round mechanisms partially elided.
EXPECT_EQ("NTLM [4 bytes were stripped]",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault,
"WWW-Authenticate", "NTLM 1234"));
EXPECT_EQ("NTLM [4 bytes were stripped]",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault,
"Proxy-Authenticate", "NTLM 1234"));
// Leave whitespace intact.
EXPECT_EQ("NTLM [4 bytes were stripped] ",
- ElideHeaderValueForNetLog(NetLogCaptureMode::Default(),
+ ElideHeaderValueForNetLog(NetLogCaptureMode::kDefault,
"WWW-Authenticate", "NTLM 1234 "));
}
diff --git a/chromium/net/http/http_negotiate_auth_system.h b/chromium/net/http/http_negotiate_auth_system.h
index cf90cd66a8d..15dcc6c4425 100644
--- a/chromium/net/http/http_negotiate_auth_system.h
+++ b/chromium/net/http/http_negotiate_auth_system.h
@@ -13,12 +13,13 @@ namespace net {
class AuthCredentials;
class HttpAuthChallengeTokenizer;
+class NetLogWithSource;
class NET_EXPORT_PRIVATE HttpNegotiateAuthSystem {
public:
virtual ~HttpNegotiateAuthSystem() = default;
- virtual bool Init() = 0;
+ virtual bool Init(const NetLogWithSource& net_log) = 0;
// True if authentication needs the identity of the user from Chrome.
virtual bool NeedsIdentity() const = 0;
@@ -57,6 +58,7 @@ class NET_EXPORT_PRIVATE HttpNegotiateAuthSystem {
const std::string& spn,
const std::string& channel_bindings,
std::string* auth_token,
+ const NetLogWithSource& net_log,
CompletionOnceCallback callback) = 0;
// Sets the delegation type allowed on the Kerberos ticket. This allows
diff --git a/chromium/net/http/http_network_layer.cc b/chromium/net/http/http_network_layer.cc
index ab48161c637..1c835fa6d75 100644
--- a/chromium/net/http/http_network_layer.cc
+++ b/chromium/net/http/http_network_layer.cc
@@ -24,18 +24,14 @@ HttpNetworkLayer::HttpNetworkLayer(HttpNetworkSession* session)
suspended_(false) {
DCHECK(session_);
#if defined(OS_WIN)
- base::PowerMonitor* power_monitor = base::PowerMonitor::Get();
- if (power_monitor)
- power_monitor->AddObserver(this);
+ base::PowerMonitor::AddObserver(this);
#endif
}
HttpNetworkLayer::~HttpNetworkLayer() {
DCHECK_CALLED_ON_VALID_THREAD(thread_checker_);
#if defined(OS_WIN)
- base::PowerMonitor* power_monitor = base::PowerMonitor::Get();
- if (power_monitor)
- power_monitor->RemoveObserver(this);
+ base::PowerMonitor::RemoveObserver(this);
#endif
}
diff --git a/chromium/net/http/http_network_session.cc b/chromium/net/http/http_network_session.cc
index d3ed27d0886..93e89e46866 100644
--- a/chromium/net/http/http_network_session.cc
+++ b/chromium/net/http/http_network_session.cc
@@ -40,19 +40,6 @@
namespace net {
-namespace {
-
-SSLClientSocketContext CreateClientSocketContext(
- const HttpNetworkSession::Context& context,
- SSLClientSessionCache* ssl_client_session_cache) {
- return SSLClientSocketContext(
- context.cert_verifier, context.transport_security_state,
- context.cert_transparency_verifier, context.ct_policy_enforcer,
- ssl_client_session_cache);
-}
-
-} // unnamed namespace
-
// The maximum receive window sizes for HTTP/2 sessions and streams.
const int32_t kSpdySessionMaxRecvWindowSize = 15 * 1024 * 1024; // 15 MB
const int32_t kSpdyStreamMaxRecvWindowSize = 6 * 1024 * 1024; // 6 MB
@@ -98,46 +85,8 @@ HttpNetworkSession::Params::Params()
enable_websocket_over_http2(false),
enable_quic(false),
enable_quic_proxies_for_https_urls(false),
- quic_max_packet_length(quic::kDefaultMaxPacketSize),
- quic_max_server_configs_stored_in_properties(0u),
- quic_enable_socket_recv_optimization(false),
- mark_quic_broken_when_network_blackholes(false),
- retry_without_alt_svc_on_quic_errors(true),
- support_ietf_format_quic_altsvc(false),
- quic_close_sessions_on_ip_change(false),
- quic_goaway_sessions_on_ip_change(false),
- quic_idle_connection_timeout_seconds(kIdleConnectionTimeoutSeconds),
- quic_reduced_ping_timeout_seconds(quic::kPingTimeoutSecs),
- quic_retransmittable_on_wire_timeout_milliseconds(0),
- quic_max_time_before_crypto_handshake_seconds(
- quic::kMaxTimeForCryptoHandshakeSecs),
- quic_max_idle_time_before_crypto_handshake_seconds(
- quic::kInitialIdleTimeoutSecs),
- quic_migrate_sessions_on_network_change_v2(false),
- quic_migrate_sessions_early_v2(false),
- quic_retry_on_alternate_network_before_handshake(false),
- quic_migrate_idle_sessions(false),
- quic_idle_session_migration_period(base::TimeDelta::FromSeconds(
- kDefaultIdleSessionMigrationPeriodSeconds)),
- quic_max_time_on_non_default_network(
- base::TimeDelta::FromSeconds(kMaxTimeOnNonDefaultNetworkSecs)),
- quic_max_migrations_to_non_default_network_on_write_error(
- kMaxMigrationsToNonDefaultNetworkOnWriteError),
- quic_max_migrations_to_non_default_network_on_path_degrading(
- kMaxMigrationsToNonDefaultNetworkOnPathDegrading),
- quic_allow_server_migration(false),
- quic_allow_remote_alt_svc(true),
- quic_race_stale_dns_on_connection(false),
- quic_go_away_on_path_degrading(false),
- quic_disable_bidirectional_streams(false),
- quic_race_cert_verification(false),
- quic_estimate_initial_rtt(false),
- quic_headers_include_h2_stream_dependency(false),
- quic_initial_rtt_for_handshake_milliseconds(0),
http_09_on_non_default_ports_enabled(false),
disable_idle_sockets_close_on_memory_pressure(false) {
- quic_supported_versions.push_back(quic::ParsedQuicVersion(
- quic::PROTOCOL_QUIC_CRYPTO, quic::QUIC_VERSION_46));
enable_early_data =
base::FeatureList::IsEnabled(features::kEnableTLS13EarlyData);
}
@@ -190,7 +139,11 @@ HttpNetworkSession::HttpNetworkSession(const Params& params,
proxy_resolution_service_(context.proxy_resolution_service),
ssl_config_service_(context.ssl_config_service),
ssl_client_session_cache_(SSLClientSessionCache::Config()),
- ssl_client_session_cache_privacy_mode_(SSLClientSessionCache::Config()),
+ ssl_client_context_(context.cert_verifier,
+ context.transport_security_state,
+ context.cert_transparency_verifier,
+ context.ct_policy_enforcer,
+ &ssl_client_session_cache_),
push_delegate_(nullptr),
quic_stream_factory_(
context.net_log,
@@ -210,42 +163,14 @@ HttpNetworkSession::HttpNetworkSession(const Params& params,
: quic::QuicRandom::GetInstance(),
context.quic_clock ? context.quic_clock
: quic::QuicChromiumClock::GetInstance(),
- params.quic_max_packet_length,
- params.quic_user_agent_id,
- params.quic_max_server_configs_stored_in_properties > 0,
- params.quic_close_sessions_on_ip_change,
- params.quic_goaway_sessions_on_ip_change,
- params.mark_quic_broken_when_network_blackholes,
- params.quic_idle_connection_timeout_seconds,
- params.quic_reduced_ping_timeout_seconds,
- params.quic_retransmittable_on_wire_timeout_milliseconds,
- params.quic_max_time_before_crypto_handshake_seconds,
- params.quic_max_idle_time_before_crypto_handshake_seconds,
- params.quic_migrate_sessions_on_network_change_v2,
- params.quic_migrate_sessions_early_v2,
- params.quic_retry_on_alternate_network_before_handshake,
- params.quic_migrate_idle_sessions,
- params.quic_idle_session_migration_period,
- params.quic_max_time_on_non_default_network,
- params.quic_max_migrations_to_non_default_network_on_write_error,
- params.quic_max_migrations_to_non_default_network_on_path_degrading,
- params.quic_allow_server_migration,
- params.quic_race_stale_dns_on_connection,
- params.quic_go_away_on_path_degrading,
- params.quic_race_cert_verification,
- params.quic_estimate_initial_rtt,
- params.quic_headers_include_h2_stream_dependency,
- params.quic_connection_options,
- params.quic_client_connection_options,
- params.quic_enable_socket_recv_optimization,
- params.quic_initial_rtt_for_handshake_milliseconds),
+ params.quic_params),
spdy_session_pool_(context.host_resolver,
context.ssl_config_service,
context.http_server_properties,
context.transport_security_state,
- params.quic_supported_versions,
+ params.quic_params.supported_versions,
params.enable_spdy_ping_based_connection_checking,
- params.support_ietf_format_quic_altsvc,
+ params.quic_params.support_ietf_format_quic_altsvc,
params.spdy_session_max_recv_window_size,
AddDefaultHttp2Settings(params.http2_settings),
params.greased_http2_frame,
@@ -274,7 +199,7 @@ HttpNetworkSession::HttpNetworkSession(const Params& params,
next_protos_.push_back(kProtoHTTP11);
http_server_properties_->SetMaxServerConfigsStoredInProperties(
- params.quic_max_server_configs_stored_in_properties);
+ params.quic_params.max_server_configs_stored_in_properties);
if (!params_.disable_idle_sockets_close_on_memory_pressure) {
memory_pressure_listener_.reset(
@@ -293,14 +218,14 @@ HttpNetworkSession::~HttpNetworkSession() {
void HttpNetworkSession::AddResponseDrainer(
std::unique_ptr<HttpResponseBodyDrainer> drainer) {
- DCHECK(!base::ContainsKey(response_drainers_, drainer.get()));
+ DCHECK(!base::Contains(response_drainers_, drainer.get()));
HttpResponseBodyDrainer* drainer_ptr = drainer.get();
response_drainers_[drainer_ptr] = std::move(drainer);
}
void HttpNetworkSession::RemoveResponseDrainer(
HttpResponseBodyDrainer* drainer) {
- DCHECK(base::ContainsKey(response_drainers_, drainer));
+ DCHECK(base::Contains(response_drainers_, drainer));
response_drainers_[drainer].release();
response_drainers_.erase(drainer);
}
@@ -327,69 +252,78 @@ std::unique_ptr<base::Value> HttpNetworkSession::QuicInfoToValue() const {
dict->SetBoolean("quic_enabled", IsQuicEnabled());
auto connection_options(std::make_unique<base::ListValue>());
- for (const auto& option : params_.quic_connection_options)
+ for (const auto& option : params_.quic_params.connection_options)
connection_options->AppendString(quic::QuicTagToString(option));
dict->Set("connection_options", std::move(connection_options));
auto supported_versions(std::make_unique<base::ListValue>());
- for (const auto& version : params_.quic_supported_versions)
+ for (const auto& version : params_.quic_params.supported_versions)
supported_versions->AppendString(ParsedQuicVersionToString(version));
dict->Set("supported_versions", std::move(supported_versions));
auto origins_to_force_quic_on(std::make_unique<base::ListValue>());
- for (const auto& origin : params_.origins_to_force_quic_on)
+ for (const auto& origin : params_.quic_params.origins_to_force_quic_on)
origins_to_force_quic_on->AppendString(origin.ToString());
dict->Set("origins_to_force_quic_on", std::move(origins_to_force_quic_on));
- dict->SetInteger("max_packet_length", params_.quic_max_packet_length);
+ dict->SetInteger("max_packet_length", params_.quic_params.max_packet_length);
dict->SetInteger("max_server_configs_stored_in_properties",
- params_.quic_max_server_configs_stored_in_properties);
+ params_.quic_params.max_server_configs_stored_in_properties);
dict->SetInteger("idle_connection_timeout_seconds",
- params_.quic_idle_connection_timeout_seconds);
+ params_.quic_params.idle_connection_timeout.InSeconds());
dict->SetInteger("reduced_ping_timeout_seconds",
- params_.quic_reduced_ping_timeout_seconds);
- dict->SetBoolean("mark_quic_broken_when_network_blackholes",
- params_.mark_quic_broken_when_network_blackholes);
+ params_.quic_params.reduced_ping_timeout.InSeconds());
+ dict->SetBoolean(
+ "mark_quic_broken_when_network_blackholes",
+ params_.quic_params.mark_quic_broken_when_network_blackholes);
dict->SetBoolean("retry_without_alt_svc_on_quic_errors",
- params_.retry_without_alt_svc_on_quic_errors);
+ params_.quic_params.retry_without_alt_svc_on_quic_errors);
dict->SetBoolean("race_cert_verification",
- params_.quic_race_cert_verification);
+ params_.quic_params.race_cert_verification);
dict->SetBoolean("disable_bidirectional_streams",
- params_.quic_disable_bidirectional_streams);
+ params_.quic_params.disable_bidirectional_streams);
dict->SetBoolean("close_sessions_on_ip_change",
- params_.quic_close_sessions_on_ip_change);
+ params_.quic_params.close_sessions_on_ip_change);
dict->SetBoolean("goaway_sessions_on_ip_change",
- params_.quic_goaway_sessions_on_ip_change);
+ params_.quic_params.goaway_sessions_on_ip_change);
dict->SetBoolean("migrate_sessions_on_network_change_v2",
- params_.quic_migrate_sessions_on_network_change_v2);
+ params_.quic_params.migrate_sessions_on_network_change_v2);
dict->SetBoolean("migrate_sessions_early_v2",
- params_.quic_migrate_sessions_early_v2);
- dict->SetInteger("retransmittable_on_wire_timeout_milliseconds",
- params_.quic_retransmittable_on_wire_timeout_milliseconds);
- dict->SetBoolean("retry_on_alternate_network_before_handshake",
- params_.quic_retry_on_alternate_network_before_handshake);
- dict->SetBoolean("migrate_idle_sessions", params_.quic_migrate_idle_sessions);
- dict->SetInteger("idle_session_migration_period_seconds",
- params_.quic_idle_session_migration_period.InSeconds());
- dict->SetInteger("max_time_on_non_default_network_seconds",
- params_.quic_max_time_on_non_default_network.InSeconds());
+ params_.quic_params.migrate_sessions_early_v2);
+ dict->SetInteger(
+ "retransmittable_on_wire_timeout_milliseconds",
+ params_.quic_params.retransmittable_on_wire_timeout.InMilliseconds());
+ dict->SetBoolean(
+ "retry_on_alternate_network_before_handshake",
+ params_.quic_params.retry_on_alternate_network_before_handshake);
+ dict->SetBoolean("migrate_idle_sessions",
+ params_.quic_params.migrate_idle_sessions);
+ dict->SetInteger(
+ "idle_session_migration_period_seconds",
+ params_.quic_params.idle_session_migration_period.InSeconds());
+ dict->SetInteger(
+ "max_time_on_non_default_network_seconds",
+ params_.quic_params.max_time_on_non_default_network.InSeconds());
dict->SetInteger(
"max_num_migrations_to_non_default_network_on_write_error",
- params_.quic_max_migrations_to_non_default_network_on_write_error);
+ params_.quic_params.max_migrations_to_non_default_network_on_write_error);
dict->SetInteger(
"max_num_migrations_to_non_default_network_on_path_degrading",
- params_.quic_max_migrations_to_non_default_network_on_path_degrading);
+ params_.quic_params
+ .max_migrations_to_non_default_network_on_path_degrading);
dict->SetBoolean("allow_server_migration",
- params_.quic_allow_server_migration);
+ params_.quic_params.allow_server_migration);
dict->SetBoolean("race_stale_dns_on_connection",
- params_.quic_race_stale_dns_on_connection);
+ params_.quic_params.race_stale_dns_on_connection);
dict->SetBoolean("go_away_on_path_degrading",
- params_.quic_go_away_on_path_degrading);
- dict->SetBoolean("estimate_initial_rtt", params_.quic_estimate_initial_rtt);
+ params_.quic_params.go_away_on_path_degrading);
+ dict->SetBoolean("estimate_initial_rtt",
+ params_.quic_params.estimate_initial_rtt);
dict->SetBoolean("server_push_cancellation",
params_.enable_server_push_cancellation);
- dict->SetInteger("initial_rtt_for_handshake_milliseconds",
- params_.quic_initial_rtt_for_handshake_milliseconds);
+ dict->SetInteger(
+ "initial_rtt_for_handshake_milliseconds",
+ params_.quic_params.initial_rtt_for_handshake.InMilliseconds());
return std::move(dict);
}
@@ -398,7 +332,8 @@ void HttpNetworkSession::CloseAllConnections() {
normal_socket_pool_manager_->FlushSocketPoolsWithError(ERR_ABORTED);
websocket_socket_pool_manager_->FlushSocketPoolsWithError(ERR_ABORTED);
spdy_session_pool_.CloseCurrentSessions(ERR_ABORTED);
- quic_stream_factory_.CloseAllSessions(ERR_ABORTED, quic::QUIC_INTERNAL_ERROR);
+ quic_stream_factory_.CloseAllSessions(ERR_ABORTED,
+ quic::QUIC_PEER_GOING_AWAY);
}
void HttpNetworkSession::CloseIdleConnections() {
@@ -489,7 +424,6 @@ void HttpNetworkSession::DisableQuic() {
void HttpNetworkSession::ClearSSLSessionCache() {
ssl_client_session_cache_.Flush();
- ssl_client_session_cache_privacy_mode_.Flush();
}
CommonConnectJobParams HttpNetworkSession::CreateCommonConnectJobParams(
@@ -501,12 +435,9 @@ CommonConnectJobParams HttpNetworkSession::CreateCommonConnectJobParams(
: ClientSocketFactory::GetDefaultFactory(),
context_.host_resolver, &http_auth_cache_,
context_.http_auth_handler_factory, &spdy_session_pool_,
- &params_.quic_supported_versions, &quic_stream_factory_,
+ &params_.quic_params.supported_versions, &quic_stream_factory_,
context_.proxy_delegate, context_.http_user_agent_settings,
- CreateClientSocketContext(context_, &ssl_client_session_cache_),
- CreateClientSocketContext(context_,
- &ssl_client_session_cache_privacy_mode_),
- context_.socket_performance_watcher_factory,
+ &ssl_client_context_, context_.socket_performance_watcher_factory,
context_.network_quality_estimator, context_.net_log,
for_websockets ? &websocket_endpoint_lock_manager_ : nullptr);
}
diff --git a/chromium/net/http/http_network_session.h b/chromium/net/http/http_network_session.h
index d6caef9c3a9..1e2131fe79e 100644
--- a/chromium/net/http/http_network_session.h
+++ b/chromium/net/http/http_network_session.h
@@ -136,105 +136,8 @@ class NET_EXPORT HttpNetworkSession {
// If true, HTTPS URLs can be sent to QUIC proxies.
bool enable_quic_proxies_for_https_urls;
- // QUIC runtime configuration options.
-
- // Versions of QUIC which may be used.
- quic::ParsedQuicVersionVector quic_supported_versions;
- // User agent description to send in the QUIC handshake.
- std::string quic_user_agent_id;
- // Limit on the size of QUIC packets.
- size_t quic_max_packet_length;
- // Maximum number of server configs that are to be stored in
- // HttpServerProperties, instead of the disk cache.
- size_t quic_max_server_configs_stored_in_properties;
- // QUIC will be used for all connections in this set.
- std::set<HostPortPair> origins_to_force_quic_on;
- // Set of QUIC tags to send in the handshake's connection options.
- quic::QuicTagVector quic_connection_options;
- // Set of QUIC tags to send in the handshake's connection options that only
- // affect the client.
- quic::QuicTagVector quic_client_connection_options;
- // Enables experimental optimization for receiving data in UDPSocket.
- bool quic_enable_socket_recv_optimization;
-
- // Active QUIC experiments
-
- // Marks a QUIC server broken when a connection blackholes after the
- // handshake is confirmed.
- bool mark_quic_broken_when_network_blackholes;
- // Retry requests which fail with QUIC_PROTOCOL_ERROR, and mark QUIC
- // broken if the retry succeeds.
- bool retry_without_alt_svc_on_quic_errors;
- // If true, alt-svc headers advertising QUIC in IETF format will be
- // supported.
- bool support_ietf_format_quic_altsvc;
- // If true, all QUIC sessions are closed when any local IP address changes.
- bool quic_close_sessions_on_ip_change;
- // If true, all QUIC sessions are marked as goaway when any local IP address
- // changes.
- bool quic_goaway_sessions_on_ip_change;
- // Specifies QUIC idle connection state lifetime.
- int quic_idle_connection_timeout_seconds;
- // Specifies the reduced ping timeout subsequent connections should use when
- // a connection was timed out with open streams.
- int quic_reduced_ping_timeout_seconds;
- // Maximum time that a session can have no retransmittable packets on the
- // wire. Set to zero if not specified and no retransmittable PING will be
- // sent to peer when the wire has no retransmittable packets.
- int quic_retransmittable_on_wire_timeout_milliseconds;
- // Maximum time the session can be alive before crypto handshake is
- // finished.
- int quic_max_time_before_crypto_handshake_seconds;
- // Maximum idle time before the crypto handshake has completed.
- int quic_max_idle_time_before_crypto_handshake_seconds;
- // If true, connection migration v2 will be used to migrate existing
- // sessions to network when the platform indicates that the default network
- // is changing.
- bool quic_migrate_sessions_on_network_change_v2;
- // If true, connection migration v2 may be used to migrate active QUIC
- // sessions to alternative network if current network connectivity is poor.
- bool quic_migrate_sessions_early_v2;
- // If true, a new connection may be kicked off on an alternate network when
- // a connection fails on the default network before handshake is confirmed.
- bool quic_retry_on_alternate_network_before_handshake;
- // If true, an idle session will be migrated within the idle migration
- // period.
- bool quic_migrate_idle_sessions;
- // A session can be migrated if its idle time is within this period.
- base::TimeDelta quic_idle_session_migration_period;
- // Maximum time the session could be on the non-default network before
- // migrates back to default network. Defaults to
- // kMaxTimeOnNonDefaultNetwork.
- base::TimeDelta quic_max_time_on_non_default_network;
- // Maximum number of migrations to the non-default network on write error
- // per network for each session.
- int quic_max_migrations_to_non_default_network_on_write_error;
- // Maximum number of migrations to the non-default network on path
- // degrading per network for each session.
- int quic_max_migrations_to_non_default_network_on_path_degrading;
- // If true, allows migration of QUIC connections to a server-specified
- // alternate server address.
- bool quic_allow_server_migration;
- // If true, allows QUIC to use alternative services with a different
- // hostname from the origin.
- bool quic_allow_remote_alt_svc;
- // If true, the quic stream factory may race connection from stale dns
- // result with the original dns resolution
- bool quic_race_stale_dns_on_connection;
- // If true, the quic session may mark itself as GOAWAY on path degrading.
- bool quic_go_away_on_path_degrading;
- // If true, bidirectional streams over QUIC will be disabled.
- bool quic_disable_bidirectional_streams;
- // If true, race cert verification with host resolution.
- bool quic_race_cert_verification;
- // If true, estimate the initial RTT for QUIC connections based on network.
- bool quic_estimate_initial_rtt;
- // If true, client headers will include HTTP/2 stream dependency info
- // derived from the request priority.
- bool quic_headers_include_h2_stream_dependency;
- // The initial rtt that will be used in crypto handshake if no cached
- // smoothed rtt is present.
- int quic_initial_rtt_for_handshake_milliseconds;
+ // QUIC runtime configuration options and active experiments.
+ QuicParams quic_params;
// If non-empty, QUIC will only be spoken to hosts in this list.
base::flat_set<std::string> quic_host_whitelist;
@@ -414,7 +317,7 @@ class NET_EXPORT HttpNetworkSession {
HttpAuthCache http_auth_cache_;
SSLClientAuthCache ssl_client_auth_cache_;
SSLClientSessionCache ssl_client_session_cache_;
- SSLClientSessionCache ssl_client_session_cache_privacy_mode_;
+ SSLClientContext ssl_client_context_;
WebSocketEndpointLockManager websocket_endpoint_lock_manager_;
std::unique_ptr<ClientSocketPoolManager> normal_socket_pool_manager_;
std::unique_ptr<ClientSocketPoolManager> websocket_socket_pool_manager_;
diff --git a/chromium/net/http/http_network_transaction.cc b/chromium/net/http/http_network_transaction.cc
index 010c62a496b..9aea7f000c9 100644
--- a/chromium/net/http/http_network_transaction.cc
+++ b/chromium/net/http/http_network_transaction.cc
@@ -40,6 +40,7 @@
#include "net/http/http_auth_handler_factory.h"
#include "net/http/http_basic_stream.h"
#include "net/http/http_chunked_decoder.h"
+#include "net/http/http_log_util.h"
#include "net/http/http_network_session.h"
#include "net/http/http_proxy_client_socket.h"
#include "net/http/http_request_headers.h"
@@ -399,9 +400,6 @@ int HttpNetworkTransaction::Read(IOBuffer* buf,
DCHECK(proxy_info_.is_http() || proxy_info_.is_https() ||
proxy_info_.is_quic());
DCHECK_EQ(headers->response_code(), HTTP_PROXY_AUTHENTICATION_REQUIRED);
- LOG(WARNING) << "Blocked proxy response with status "
- << headers->response_code() << " to CONNECT request for "
- << GetHostAndPort(url_) << ".";
return ERR_TUNNEL_CONNECTION_FAILED;
}
@@ -1060,7 +1058,7 @@ int HttpNetworkTransaction::DoReadHeadersComplete(int result) {
} else if (result == ERR_SSL_CLIENT_AUTH_CERT_NEEDED) {
DCHECK(stream_.get());
DCHECK(IsSecureRequest());
- response_.cert_request_info = new SSLCertRequestInfo;
+ response_.cert_request_info = base::MakeRefCounted<SSLCertRequestInfo>();
stream_->GetSSLCertRequestInfo(response_.cert_request_info.get());
result = HandleCertificateRequest(result);
if (result == OK)
@@ -1108,16 +1106,9 @@ int HttpNetworkTransaction::DoReadHeadersComplete(int result) {
return OK;
}
- // Like Net.HttpResponseCode, but only for MAIN_FRAME loads.
- if (request_->load_flags & LOAD_MAIN_FRAME_DEPRECATED) {
- const int response_code = response_.headers->response_code();
- UMA_HISTOGRAM_ENUMERATION(
- "Net.HttpResponseCode_Nxx_MainFrame", response_code/100, 10);
- }
-
- net_log_.AddEvent(
- NetLogEventType::HTTP_TRANSACTION_READ_RESPONSE_HEADERS,
- base::Bind(&HttpResponseHeaders::NetLogCallback, response_.headers));
+ NetLogResponseHeaders(net_log_,
+ NetLogEventType::HTTP_TRANSACTION_READ_RESPONSE_HEADERS,
+ response_.headers.get());
if (response_headers_callback_)
response_headers_callback_.Run(response_.headers);
@@ -1633,11 +1624,11 @@ int HttpNetworkTransaction::HandleIOError(int error) {
ResetConnectionAndRequestForResend();
error = OK;
break;
- case ERR_SPDY_PING_FAILED:
- case ERR_SPDY_SERVER_REFUSED_STREAM:
- case ERR_SPDY_PUSHED_STREAM_NOT_AVAILABLE:
- case ERR_SPDY_CLAIMED_PUSHED_STREAM_RESET_BY_SERVER:
- case ERR_SPDY_PUSHED_RESPONSE_DOES_NOT_MATCH:
+ case ERR_HTTP2_PING_FAILED:
+ case ERR_HTTP2_SERVER_REFUSED_STREAM:
+ case ERR_HTTP2_PUSHED_STREAM_NOT_AVAILABLE:
+ case ERR_HTTP2_CLAIMED_PUSHED_STREAM_RESET_BY_SERVER:
+ case ERR_HTTP2_PUSHED_RESPONSE_DOES_NOT_MATCH:
case ERR_QUIC_HANDSHAKE_FAILED:
if (HasExceededMaxRetries())
break;
@@ -1668,7 +1659,8 @@ int HttpNetworkTransaction::HandleIOError(int error) {
retry_attempts_++;
ResetConnectionAndRequestForResend();
error = OK;
- } else if (session_->params().retry_without_alt_svc_on_quic_errors) {
+ } else if (session_->params()
+ .quic_params.retry_without_alt_svc_on_quic_errors) {
// Disable alternative services for this request and retry it. If the
// retry succeeds, then the alternative service will be marked as
// broken then.
@@ -1853,18 +1845,14 @@ bool HttpNetworkTransaction::ContentEncodingsValid() const {
request_headers_.GetHeader(HttpRequestHeaders::kAcceptEncoding,
&accept_encoding);
std::set<std::string> allowed_encodings;
- if (!HttpUtil::ParseAcceptEncoding(accept_encoding, &allowed_encodings)) {
- FilterSourceStream::ReportContentDecodingFailed(SourceStream::TYPE_INVALID);
+ if (!HttpUtil::ParseAcceptEncoding(accept_encoding, &allowed_encodings))
return false;
- }
std::string content_encoding;
headers->GetNormalizedHeader("Content-Encoding", &content_encoding);
std::set<std::string> used_encodings;
- if (!HttpUtil::ParseContentEncoding(content_encoding, &used_encodings)) {
- FilterSourceStream::ReportContentDecodingFailed(SourceStream::TYPE_INVALID);
+ if (!HttpUtil::ParseContentEncoding(content_encoding, &used_encodings))
return false;
- }
// When "Accept-Encoding" is not specified, it is parsed as "*".
// If "*" encoding is advertised, then any encoding should be "accepted".
@@ -1880,8 +1868,6 @@ bool HttpNetworkTransaction::ContentEncodingsValid() const {
if (source_type == SourceStream::TYPE_UNKNOWN)
continue;
if (allowed_encodings.find(encoding) == allowed_encodings.end()) {
- FilterSourceStream::ReportContentDecodingFailed(
- SourceStream::TYPE_REJECTED);
result = false;
break;
}
diff --git a/chromium/net/http/http_network_transaction.h b/chromium/net/http/http_network_transaction.h
index 86775540290..fbb7bf69337 100644
--- a/chromium/net/http/http_network_transaction.h
+++ b/chromium/net/http/http_network_transaction.h
@@ -422,8 +422,8 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
// Network error details for this transaction.
NetErrorDetails net_error_details_;
- // Number of retries made for network errors like ERR_SPDY_PING_FAILED,
- // ERR_SPDY_SERVER_REFUSED_STREAM, ERR_QUIC_HANDSHAKE_FAILED and
+ // Number of retries made for network errors like ERR_HTTP2_PING_FAILED,
+ // ERR_HTTP2_SERVER_REFUSED_STREAM, ERR_QUIC_HANDSHAKE_FAILED and
// ERR_QUIC_PROTOCOL_ERROR. Currently we stop after 3 tries
// (including the initial request) and fail the request.
// This count excludes retries on reused sockets since a well
diff --git a/chromium/net/http/http_network_transaction_unittest.cc b/chromium/net/http/http_network_transaction_unittest.cc
index 510b0e83524..7bd3fffca68 100644
--- a/chromium/net/http/http_network_transaction_unittest.cc
+++ b/chromium/net/http/http_network_transaction_unittest.cc
@@ -77,7 +77,6 @@
#include "net/log/net_log_event_type.h"
#include "net/log/net_log_source.h"
#include "net/log/test_net_log.h"
-#include "net/log/test_net_log_entry.h"
#include "net/log/test_net_log_util.h"
#include "net/proxy_resolution/mock_proxy_resolver.h"
#include "net/proxy_resolution/proxy_config_service_fixed.h"
@@ -101,6 +100,7 @@
#include "net/spdy/spdy_test_util_common.h"
#include "net/ssl/client_cert_identity_test_util.h"
#include "net/ssl/ssl_cert_request_info.h"
+#include "net/ssl/ssl_config.h"
#include "net/ssl/ssl_config_service.h"
#include "net/ssl/ssl_info.h"
#include "net/ssl/ssl_private_key.h"
@@ -177,17 +177,17 @@ bool IsTransportSocketPoolStalled(HttpNetworkSession* session) {
// Takes in a Value created from a NetLogHttpResponseParameter, and returns
// a JSONified list of headers as a single string. Uses single quotes instead
-// of double quotes for easier comparison. Returns false on failure.
-bool GetHeaders(base::DictionaryValue* params, std::string* headers) {
- if (!params)
- return false;
- base::ListValue* header_list;
- if (!params->GetList("headers", &header_list))
- return false;
- std::string double_quote_headers;
- base::JSONWriter::Write(*header_list, &double_quote_headers);
- base::ReplaceChars(double_quote_headers, "\"", "'", headers);
- return true;
+// of double quotes for easier comparison.
+std::string GetHeaders(const base::Value& params) {
+ if (!params.is_dict())
+ return "";
+ const base::Value* header_list = params.FindListKey("headers");
+ if (!header_list)
+ return "";
+ std::string headers;
+ base::JSONWriter::Write(*header_list, &headers);
+ base::ReplaceChars(headers, "\"", "'", &headers);
+ return headers;
}
// Tests LoadTimingInfo in the case a socket is reused and no PAC script is
@@ -360,6 +360,11 @@ class TestSSLConfigService : public SSLConfigService {
return false;
}
+ void UpdateSSLConfigAndNotify(const SSLConfig& config) {
+ config_ = config;
+ NotifySSLConfigChange();
+ }
+
private:
SSLConfig config_;
};
@@ -381,9 +386,7 @@ class HttpNetworkTransactionTest : public PlatformTest,
protected:
HttpNetworkTransactionTest()
: WithScopedTaskEnvironment(
- base::test::ScopedTaskEnvironment::MainThreadType::IO_MOCK_TIME,
- base::test::ScopedTaskEnvironment::NowSource::
- MAIN_THREAD_MOCK_TIME),
+ base::test::ScopedTaskEnvironment::TimeSource::MOCK_TIME_AND_NOW),
dummy_connect_job_params_(
nullptr /* client_socket_factory */,
nullptr /* host_resolver */,
@@ -394,8 +397,7 @@ class HttpNetworkTransactionTest : public PlatformTest,
nullptr /* quic_stream_factory */,
nullptr /* proxy_delegate */,
nullptr /* http_user_agent_settings */,
- SSLClientSocketContext(),
- SSLClientSocketContext(),
+ nullptr /* ssl_client_context */,
nullptr /* socket_performance_watcher_factory */,
nullptr /* network_quality_estimator */,
nullptr /* net_log */,
@@ -511,8 +513,7 @@ class HttpNetworkTransactionTest : public PlatformTest,
rv = ReadTransaction(&trans, &out.response_data);
EXPECT_THAT(rv, IsOk());
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_REQUEST_HEADERS,
NetLogEventPhase::NONE);
@@ -520,9 +521,8 @@ class HttpNetworkTransactionTest : public PlatformTest,
entries, pos, NetLogEventType::HTTP_TRANSACTION_READ_RESPONSE_HEADERS,
NetLogEventPhase::NONE);
- std::string line;
- EXPECT_TRUE(entries[pos].GetStringValue("line", &line));
- EXPECT_EQ("GET / HTTP/1.1\r\n", line);
+ EXPECT_EQ("GET / HTTP/1.1\r\n",
+ GetStringValueFromParams(entries[pos], "line"));
HttpRequestHeaders request_headers;
EXPECT_TRUE(trans.GetFullRequestHeaders(&request_headers));
@@ -532,10 +532,8 @@ class HttpNetworkTransactionTest : public PlatformTest,
EXPECT_TRUE(request_headers.GetHeader("Connection", &value));
EXPECT_EQ("keep-alive", value);
- std::string response_headers;
- EXPECT_TRUE(GetHeaders(entries[pos].params.get(), &response_headers));
EXPECT_EQ("['Host: www.example.org','Connection: keep-alive']",
- response_headers);
+ GetHeaders(entries[pos].params));
out.total_received_bytes = trans.GetTotalReceivedBytes();
// The total number of sent bytes should not have changed.
@@ -808,6 +806,9 @@ 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());
@@ -1884,7 +1885,7 @@ void HttpNetworkTransactionTest::PreconnectErrorResendRequestTest(
}
// Test that we do not retry indefinitely when a server sends an error like
-// ERR_SPDY_PING_FAILED, ERR_SPDY_SERVER_REFUSED_STREAM,
+// ERR_HTTP2_PING_FAILED, ERR_HTTP2_SERVER_REFUSED_STREAM,
// ERR_QUIC_HANDSHAKE_FAILED or ERR_QUIC_PROTOCOL_ERROR.
TEST_F(HttpNetworkTransactionTest, FiniteRetriesOnIOError) {
HttpRequestInfo request;
@@ -1923,7 +1924,7 @@ TEST_F(HttpNetworkTransactionTest, FiniteRetriesOnIOError) {
EXPECT_THAT(rv, IsError(ERR_IO_PENDING));
rv = callback.WaitForResult();
- EXPECT_THAT(rv, IsError(ERR_SPDY_SERVER_REFUSED_STREAM));
+ EXPECT_THAT(rv, IsError(ERR_HTTP2_SERVER_REFUSED_STREAM));
}
TEST_F(HttpNetworkTransactionTest, RetryTwiceOnIOError) {
@@ -3361,8 +3362,7 @@ TEST_F(HttpNetworkTransactionTest, BasicAuthProxyNoKeepAliveHttp10) {
rv = callback1.WaitForResult();
EXPECT_THAT(rv, IsOk());
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
NetLogEventPhase::NONE);
@@ -3486,8 +3486,7 @@ TEST_F(HttpNetworkTransactionTest, BasicAuthProxyNoKeepAliveHttp11) {
rv = callback1.WaitForResult();
EXPECT_THAT(rv, IsOk());
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
NetLogEventPhase::NONE);
@@ -3609,8 +3608,7 @@ TEST_F(HttpNetworkTransactionTest, BasicAuthProxyKeepAliveHttp10) {
int rv = trans.Start(&request, callback1.callback(), log.bound());
EXPECT_THAT(callback1.GetResult(rv), IsOk());
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
NetLogEventPhase::NONE);
@@ -3720,8 +3718,7 @@ TEST_F(HttpNetworkTransactionTest, BasicAuthProxyKeepAliveHttp11) {
int rv = trans.Start(&request, callback1.callback(), log.bound());
EXPECT_THAT(callback1.GetResult(rv), IsOk());
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
NetLogEventPhase::NONE);
@@ -3846,8 +3843,7 @@ TEST_F(HttpNetworkTransactionTest, BasicAuthProxyKeepAliveExtraData) {
int rv = trans->Start(&request, callback1.callback(), log.bound());
EXPECT_THAT(callback1.GetResult(rv), IsOk());
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
NetLogEventPhase::NONE);
@@ -4197,8 +4193,7 @@ TEST_F(HttpNetworkTransactionTest, HttpsServerRequestsProxyAuthThroughProxy) {
rv = callback1.WaitForResult();
EXPECT_THAT(rv, IsError(ERR_UNEXPECTED_PROXY_AUTH));
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
NetLogEventPhase::NONE);
@@ -9969,8 +9964,7 @@ TEST_F(HttpNetworkTransactionTest, BasicAuthSpdyProxy) {
rv = callback1.WaitForResult();
EXPECT_THAT(rv, IsOk());
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
NetLogEventPhase::NONE);
@@ -12191,7 +12185,7 @@ TEST_F(HttpNetworkTransactionTest, ClearAlternativeServices) {
base::Time expiration = base::Time::Now() + base::TimeDelta::FromDays(1);
http_server_properties->SetQuicAlternativeService(
test_server, alternative_service, expiration,
- session->params().quic_supported_versions);
+ session->params().quic_params.supported_versions);
EXPECT_EQ(
1u,
http_server_properties->GetAlternativeServiceInfos(test_server).size());
@@ -12344,7 +12338,7 @@ TEST_F(HttpNetworkTransactionTest, IdentifyQuicBroken) {
base::Time expiration = base::Time::Now() + base::TimeDelta::FromDays(1);
http_server_properties->SetQuicAlternativeService(
server, alternative_service, expiration,
- HttpNetworkSession::Params().quic_supported_versions);
+ HttpNetworkSession::Params().quic_params.supported_versions);
// Mark the QUIC alternative service as broken.
http_server_properties->MarkAlternativeServiceBroken(alternative_service);
@@ -12409,12 +12403,12 @@ TEST_F(HttpNetworkTransactionTest, IdentifyQuicNotBroken) {
alternative_service_info_vector.push_back(
AlternativeServiceInfo::CreateQuicAlternativeServiceInfo(
alternative_service1, expiration,
- session->params().quic_supported_versions));
+ session->params().quic_params.supported_versions));
AlternativeService alternative_service2(kProtoQUIC, alternative2);
alternative_service_info_vector.push_back(
AlternativeServiceInfo::CreateQuicAlternativeServiceInfo(
alternative_service2, expiration,
- session->params().quic_supported_versions));
+ session->params().quic_params.supported_versions));
http_server_properties->SetAlternativeServices(
server, alternative_service_info_vector);
@@ -14832,8 +14826,7 @@ TEST_F(HttpNetworkTransactionTest, ProxyTunnelGet) {
rv = callback1.WaitForResult();
EXPECT_THAT(rv, IsOk());
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
NetLogEventPhase::NONE);
@@ -14913,8 +14906,7 @@ TEST_F(HttpNetworkTransactionTest, ProxyTunnelGetIPv6) {
rv = callback1.WaitForResult();
EXPECT_THAT(rv, IsOk());
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
NetLogEventPhase::NONE);
@@ -14986,8 +14978,7 @@ TEST_F(HttpNetworkTransactionTest, ProxyTunnelGetHangup) {
rv = callback1.WaitForResult();
EXPECT_THAT(rv, IsError(ERR_EMPTY_RESPONSE));
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
size_t pos = ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
NetLogEventPhase::NONE);
@@ -15097,7 +15088,7 @@ TEST_F(HttpNetworkTransactionTest, ClientAuthCertCache_Direct_NoFalseStart) {
request_info.traffic_annotation =
net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
- scoped_refptr<SSLCertRequestInfo> cert_request(new SSLCertRequestInfo());
+ auto cert_request = base::MakeRefCounted<SSLCertRequestInfo>();
cert_request->host_and_port = HostPortPair("www.example.com", 443);
// [ssl_]data1 contains the data for the first SSL handshake. When a
@@ -15202,7 +15193,7 @@ TEST_F(HttpNetworkTransactionTest, ClientAuthCertCache_Direct_FalseStart) {
request_info.traffic_annotation =
net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
- scoped_refptr<SSLCertRequestInfo> cert_request(new SSLCertRequestInfo());
+ auto cert_request = base::MakeRefCounted<SSLCertRequestInfo>();
cert_request->host_and_port = HostPortPair("www.example.com", 443);
// When TLS False Start is used, SSLClientSocket::Connect() calls will
@@ -15818,8 +15809,7 @@ TEST_F(HttpNetworkTransactionTest, RetryWithoutConnectionPooling) {
ASSERT_THAT(ReadTransaction(&trans2, &response_data), IsOk());
EXPECT_EQ("hello!", response_data);
- TestNetLogEntry::List entries;
- log.GetEntries(&entries);
+ auto entries = log.GetEntries();
ExpectLogContainsSomewhere(
entries, 0, NetLogEventType::HTTP_TRANSACTION_RESTART_MISDIRECTED_REQUEST,
NetLogEventPhase::NONE);
@@ -20198,7 +20188,6 @@ TEST_F(HttpNetworkTransactionTest, AuthEverything) {
SSLSocketDataProvider ssl_proxy1(ASYNC, ERR_SSL_CLIENT_AUTH_CERT_NEEDED);
ssl_proxy1.cert_request_info = cert_request_info_proxy.get();
ssl_proxy1.expected_send_client_cert = false;
- ssl_proxy1.expected_false_start_enabled = true;
StaticSocketDataProvider data1;
session_deps_.socket_factory->AddSocketDataProvider(&data1);
session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl_proxy1);
@@ -20208,8 +20197,6 @@ TEST_F(HttpNetworkTransactionTest, AuthEverything) {
SSLSocketDataProvider ssl_proxy2(ASYNC, OK);
ssl_proxy2.expected_send_client_cert = true;
ssl_proxy2.expected_client_cert = identity_proxy->certificate();
- // Proxy connections with client certs disable False Start.
- ssl_proxy2.expected_false_start_enabled = false;
// The client attempts an HTTP CONNECT, but the proxy requests basic auth.
std::vector<MockWrite> mock_writes2;
std::vector<MockRead> mock_reads2;
@@ -20232,9 +20219,6 @@ TEST_F(HttpNetworkTransactionTest, AuthEverything) {
// The origin requests client certificates.
SSLSocketDataProvider ssl_origin2(ASYNC, ERR_SSL_CLIENT_AUTH_CERT_NEEDED);
ssl_origin2.cert_request_info = cert_request_info_origin.get();
- // The origin connection is eligible for False Start, despite the proxy
- // connection disabling it.
- ssl_origin2.expected_false_start_enabled = true;
StaticSocketDataProvider data2(mock_reads2, mock_writes2);
session_deps_.socket_factory->AddSocketDataProvider(&data2);
session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl_proxy2);
@@ -20245,8 +20229,6 @@ TEST_F(HttpNetworkTransactionTest, AuthEverything) {
SSLSocketDataProvider ssl_proxy3(ASYNC, OK);
ssl_proxy3.expected_send_client_cert = true;
ssl_proxy3.expected_client_cert = identity_proxy->certificate();
- // Proxy connections with client certs disable False Start.
- ssl_proxy3.expected_false_start_enabled = false;
std::vector<MockWrite> mock_writes3;
std::vector<MockRead> mock_reads3;
mock_writes3.emplace_back(
@@ -20259,9 +20241,6 @@ TEST_F(HttpNetworkTransactionTest, AuthEverything) {
SSLSocketDataProvider ssl_origin3(ASYNC, OK);
ssl_origin3.expected_send_client_cert = true;
ssl_origin3.expected_client_cert = identity_origin->certificate();
- // The origin connection is eligible for False Start, despite the proxy
- // connection disabling it.
- ssl_origin3.expected_false_start_enabled = true;
// The client sends the origin HTTP request, which results in another HTTP
// auth request.
mock_writes3.emplace_back(
@@ -20746,10 +20725,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) {
- NetworkIsolationKey network_isolation_key1(
- url::Origin::Create(GURL("http://origin1/")));
- NetworkIsolationKey network_isolation_key2(
- url::Origin::Create(GURL("http://origin2/")));
+ 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);
for (bool partition_connections : {false, true}) {
SCOPED_TRACE(partition_connections);
@@ -20894,10 +20873,10 @@ TEST_F(HttpNetworkTransactionTest, NetworkIsolation) {
}
TEST_F(HttpNetworkTransactionTest, NetworkIsolationH2) {
- NetworkIsolationKey network_isolation_key1(
- url::Origin::Create(GURL("http://origin1/")));
- NetworkIsolationKey network_isolation_key2(
- url::Origin::Create(GURL("http://origin2/")));
+ 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);
// 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
@@ -21109,4 +21088,490 @@ TEST_F(HttpNetworkTransactionTest, NetworkIsolationH2) {
}
}
+// Preconnect two sockets with different NetworkIsolationKeys when
+// features::kPartitionConnectionsByNetworkIsolationKey is enabled. Then issue a
+// request and make sure the correct socket is used. Loops three times,
+// expecting to use the first preconnect, second preconnect, and neither.
+TEST_F(HttpNetworkTransactionTest, NetworkIsolationPreconnect) {
+ base::test::ScopedFeatureList feature_list;
+ feature_list.InitAndEnableFeature(
+ features::kPartitionConnectionsByNetworkIsolationKey);
+
+ enum class TestCase {
+ kUseFirstPreconnect,
+ kUseSecondPreconnect,
+ 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);
+
+ // Test that only preconnects with
+ for (TestCase test_case :
+ {TestCase::kUseFirstPreconnect, TestCase::kUseSecondPreconnect,
+ TestCase::kDontUsePreconnect}) {
+ SpdySessionDependencies session_deps;
+ // Make DNS lookups completely synchronously, so preconnects complete
+ // immediately.
+ session_deps.host_resolver->set_synchronous_mode(true);
+
+ const MockWrite kMockWrites[] = {
+ MockWrite(ASYNC, 0,
+ "GET / HTTP/1.1\r\n"
+ "Host: www.foo.com\r\n"
+ "Connection: keep-alive\r\n\r\n"),
+ };
+
+ const MockRead kMockReads[] = {
+ MockRead(ASYNC, 1,
+ "HTTP/1.1 200 OK\r\nContent-Length: 5\r\n\r\n"
+ "hello"),
+ };
+
+ // Used for the socket that will actually be used, which may or may not be
+ // one of the preconnects
+ SequencedSocketData used_socket_data(MockConnect(SYNCHRONOUS, OK),
+ kMockReads, kMockWrites);
+
+ // Used for the preconnects that won't actually be used.
+ SequencedSocketData preconnect1_data(MockConnect(SYNCHRONOUS, OK),
+ base::span<const MockRead>(),
+ base::span<const MockWrite>());
+ SequencedSocketData preconnect2_data(MockConnect(SYNCHRONOUS, OK),
+ base::span<const MockRead>(),
+ base::span<const MockWrite>());
+
+ NetworkIsolationKey network_isolation_key_for_request;
+
+ switch (test_case) {
+ case TestCase::kUseFirstPreconnect:
+ session_deps.socket_factory->AddSocketDataProvider(&used_socket_data);
+ session_deps.socket_factory->AddSocketDataProvider(&preconnect2_data);
+ network_isolation_key_for_request = preconnect1_isolation_key;
+ break;
+ case TestCase::kUseSecondPreconnect:
+ session_deps.socket_factory->AddSocketDataProvider(&preconnect1_data);
+ session_deps.socket_factory->AddSocketDataProvider(&used_socket_data);
+ network_isolation_key_for_request = preconnect2_isolation_key;
+ break;
+ case TestCase::kDontUsePreconnect:
+ session_deps.socket_factory->AddSocketDataProvider(&preconnect1_data);
+ session_deps.socket_factory->AddSocketDataProvider(&preconnect2_data);
+ session_deps.socket_factory->AddSocketDataProvider(&used_socket_data);
+ network_isolation_key_for_request = not_preconnected_isolation_key;
+ break;
+ }
+
+ std::unique_ptr<HttpNetworkSession> session(CreateSession(&session_deps));
+
+ // Preconnect sockets.
+ HttpRequestInfo request;
+ request.method = "GET";
+ request.url = GURL("http://www.foo.com/");
+ request.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+
+ request.network_isolation_key = preconnect1_isolation_key;
+ session->http_stream_factory()->PreconnectStreams(1, request);
+
+ request.network_isolation_key = preconnect2_isolation_key;
+ session->http_stream_factory()->PreconnectStreams(1, request);
+
+ request.network_isolation_key = network_isolation_key_for_request;
+
+ EXPECT_EQ(2, GetIdleSocketCountInTransportSocketPool(session.get()));
+
+ // Make the request.
+ TestCompletionCallback callback;
+
+ HttpNetworkTransaction trans(DEFAULT_PRIORITY, session.get());
+
+ int rv = trans.Start(&request, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(rv, IsError(ERR_IO_PENDING));
+
+ rv = callback.WaitForResult();
+ EXPECT_THAT(rv, IsOk());
+
+ const HttpResponseInfo* response = trans.GetResponseInfo();
+ ASSERT_TRUE(response);
+ ASSERT_TRUE(response->headers);
+ EXPECT_EQ(200, response->headers->response_code());
+
+ std::string response_data;
+ rv = ReadTransaction(&trans, &response_data);
+ EXPECT_THAT(rv, IsOk());
+ EXPECT_EQ("hello", response_data);
+
+ if (test_case != TestCase::kDontUsePreconnect) {
+ EXPECT_EQ(2, GetIdleSocketCountInTransportSocketPool(session.get()));
+ } else {
+ EXPECT_EQ(3, GetIdleSocketCountInTransportSocketPool(session.get()));
+ }
+ }
+}
+
+// Test that the NetworkIsolationKey is passed down to SSLConfig so the session
+// cache is isolated.
+TEST_F(HttpNetworkTransactionTest, NetworkIsolationSSL) {
+ base::test::ScopedFeatureList feature_list;
+ feature_list.InitWithFeatures(
+ {features::kPartitionConnectionsByNetworkIsolationKey,
+ 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);
+ std::unique_ptr<HttpNetworkSession> session(CreateSession(&session_deps_));
+
+ // The server always sends Connection: close, so each request goes over a
+ // distinct socket.
+
+ const MockWrite kWrites1[] = {
+ MockWrite("GET /1 HTTP/1.1\r\n"
+ "Host: foo.test\r\n"
+ "Connection: keep-alive\r\n\r\n")};
+
+ const MockRead kReads1[] = {
+ MockRead("HTTP/1.1 200 OK\r\n"
+ "Connection: close\r\n"
+ "Content-Length: 1\r\n\r\n"
+ "1")};
+
+ const MockWrite kWrites2[] = {
+ MockWrite("GET /2 HTTP/1.1\r\n"
+ "Host: foo.test\r\n"
+ "Connection: keep-alive\r\n\r\n")};
+
+ const MockRead kReads2[] = {
+ MockRead("HTTP/1.1 200 OK\r\n"
+ "Connection: close\r\n"
+ "Content-Length: 1\r\n\r\n"
+ "2")};
+
+ const MockWrite kWrites3[] = {
+ MockWrite("GET /3 HTTP/1.1\r\n"
+ "Host: foo.test\r\n"
+ "Connection: keep-alive\r\n\r\n")};
+
+ const MockRead kReads3[] = {
+ MockRead("HTTP/1.1 200 OK\r\n"
+ "Connection: close\r\n"
+ "Content-Length: 1\r\n\r\n"
+ "3")};
+
+ StaticSocketDataProvider data1(kReads1, kWrites1);
+ StaticSocketDataProvider data2(kReads2, kWrites2);
+ StaticSocketDataProvider data3(kReads3, kWrites3);
+ session_deps_.socket_factory->AddSocketDataProvider(&data1);
+ session_deps_.socket_factory->AddSocketDataProvider(&data2);
+ session_deps_.socket_factory->AddSocketDataProvider(&data3);
+
+ SSLSocketDataProvider ssl_data1(ASYNC, OK);
+ ssl_data1.expected_host_and_port = HostPortPair("foo.test", 443);
+ ssl_data1.expected_network_isolation_key = kNetworkIsolationKey1;
+ SSLSocketDataProvider ssl_data2(ASYNC, OK);
+ ssl_data2.expected_host_and_port = HostPortPair("foo.test", 443);
+ ssl_data2.expected_network_isolation_key = kNetworkIsolationKey2;
+ SSLSocketDataProvider ssl_data3(ASYNC, OK);
+ ssl_data3.expected_host_and_port = HostPortPair("foo.test", 443);
+ ssl_data3.expected_network_isolation_key = kNetworkIsolationKey1;
+ session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl_data1);
+ session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl_data2);
+ session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl_data3);
+
+ TestCompletionCallback callback;
+ HttpRequestInfo request1;
+ request1.method = "GET";
+ request1.url = GURL("https://foo.test/1");
+ request1.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+ request1.network_isolation_key = kNetworkIsolationKey1;
+ auto trans1 =
+ std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get());
+ int rv = trans1->Start(&request1, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(callback.GetResult(rv), IsOk());
+ std::string response_data1;
+ EXPECT_THAT(ReadTransaction(trans1.get(), &response_data1), IsOk());
+ EXPECT_EQ("1", response_data1);
+ trans1.reset();
+
+ HttpRequestInfo request2;
+ request2.method = "GET";
+ request2.url = GURL("https://foo.test/2");
+ request2.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+ request2.network_isolation_key = kNetworkIsolationKey2;
+ auto trans2 =
+ std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get());
+ rv = trans2->Start(&request2, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(callback.GetResult(rv), IsOk());
+ std::string response_data2;
+ EXPECT_THAT(ReadTransaction(trans2.get(), &response_data2), IsOk());
+ EXPECT_EQ("2", response_data2);
+ trans2.reset();
+
+ HttpRequestInfo request3;
+ request3.method = "GET";
+ request3.url = GURL("https://foo.test/3");
+ request3.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+ request3.network_isolation_key = kNetworkIsolationKey1;
+ auto trans3 =
+ std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get());
+ rv = trans3->Start(&request3, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(callback.GetResult(rv), IsOk());
+ std::string response_data3;
+ EXPECT_THAT(ReadTransaction(trans3.get(), &response_data3), IsOk());
+ EXPECT_EQ("3", response_data3);
+ trans3.reset();
+}
+
+// Test that the NetworkIsolationKey is passed down to SSLConfig so the session
+// cache is isolated, for both origins and proxies.
+TEST_F(HttpNetworkTransactionTest, NetworkIsolationSSLProxy) {
+ base::test::ScopedFeatureList feature_list;
+ feature_list.InitWithFeatures(
+ {features::kPartitionConnectionsByNetworkIsolationKey,
+ features::kPartitionSSLSessionsByNetworkIsolationKey},
+ {});
+
+ session_deps_.proxy_resolution_service = ProxyResolutionService::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);
+ std::unique_ptr<HttpNetworkSession> session(CreateSession(&session_deps_));
+
+ // Make both a tunneled and non-tunneled request.
+ HttpRequestInfo request1;
+ request1.method = "GET";
+ request1.url = GURL("https://foo.test/1");
+ request1.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+ request1.network_isolation_key = kNetworkIsolationKey1;
+
+ HttpRequestInfo request2;
+ request2.method = "GET";
+ request2.url = GURL("http://foo.test/2");
+ request2.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+ request2.network_isolation_key = kNetworkIsolationKey2;
+
+ const MockWrite kWrites1[] = {
+ MockWrite("CONNECT foo.test:443 HTTP/1.1\r\n"
+ "Host: foo.test:443\r\n"
+ "Proxy-Connection: keep-alive\r\n\r\n"),
+ MockWrite("GET /1 HTTP/1.1\r\n"
+ "Host: foo.test\r\n"
+ "Connection: keep-alive\r\n\r\n")};
+
+ const MockRead kReads1[] = {
+ MockRead("HTTP/1.1 200 Connection Established\r\n\r\n"),
+ MockRead("HTTP/1.1 200 OK\r\n"
+ "Connection: close\r\n"
+ "Content-Length: 1\r\n\r\n"
+ "1")};
+
+ const MockWrite kWrites2[] = {
+ MockWrite("GET http://foo.test/2 HTTP/1.1\r\n"
+ "Host: foo.test\r\n"
+ "Proxy-Connection: keep-alive\r\n\r\n")};
+
+ const MockRead kReads2[] = {
+ MockRead("HTTP/1.1 200 OK\r\n"
+ "Connection: close\r\n"
+ "Content-Length: 1\r\n\r\n"
+ "2")};
+
+ StaticSocketDataProvider data1(kReads1, kWrites1);
+ StaticSocketDataProvider data2(kReads2, kWrites2);
+ session_deps_.socket_factory->AddSocketDataProvider(&data1);
+ session_deps_.socket_factory->AddSocketDataProvider(&data2);
+ session_deps_.socket_factory->AddSocketDataProvider(&data2);
+
+ SSLSocketDataProvider ssl_proxy1(ASYNC, OK);
+ ssl_proxy1.expected_host_and_port = HostPortPair("myproxy", 70);
+ ssl_proxy1.expected_network_isolation_key = kNetworkIsolationKey1;
+ SSLSocketDataProvider ssl_origin1(ASYNC, OK);
+ ssl_origin1.expected_host_and_port = HostPortPair("foo.test", 443);
+ ssl_origin1.expected_network_isolation_key = kNetworkIsolationKey1;
+ SSLSocketDataProvider ssl_proxy2(ASYNC, OK);
+ ssl_proxy2.expected_host_and_port = HostPortPair("myproxy", 70);
+ ssl_proxy2.expected_network_isolation_key = kNetworkIsolationKey2;
+ session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl_proxy1);
+ session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl_origin1);
+ session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl_proxy2);
+
+ TestCompletionCallback callback;
+ auto trans1 =
+ std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get());
+ int rv = trans1->Start(&request1, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(callback.GetResult(rv), IsOk());
+ std::string response_data1;
+ EXPECT_THAT(ReadTransaction(trans1.get(), &response_data1), IsOk());
+ EXPECT_EQ("1", response_data1);
+ trans1.reset();
+
+ auto trans2 =
+ std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get());
+ rv = trans2->Start(&request2, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(callback.GetResult(rv), IsOk());
+ std::string response_data2;
+ EXPECT_THAT(ReadTransaction(trans2.get(), &response_data2), IsOk());
+ EXPECT_EQ("2", response_data2);
+ trans2.reset();
+}
+
+// Test that SSLConfig changes from SSLConfigService are picked up even when
+// there are live sockets.
+TEST_F(HttpNetworkTransactionTest, SSLConfigChanged) {
+ SSLConfig ssl_config;
+ ssl_config.version_max = SSL_PROTOCOL_VERSION_TLS1_3;
+ auto ssl_config_service = std::make_unique<TestSSLConfigService>(ssl_config);
+ TestSSLConfigService* ssl_config_service_raw = ssl_config_service.get();
+
+ session_deps_.ssl_config_service = std::move(ssl_config_service);
+
+ // Make three requests. Between the second and third, the SSL config will
+ // change.
+ HttpRequestInfo request1;
+ request1.method = "GET";
+ request1.url = GURL("https://foo.test/1");
+ request1.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+
+ HttpRequestInfo request2;
+ request2.method = "GET";
+ request2.url = GURL("https://foo.test/2");
+ request2.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+
+ HttpRequestInfo request3;
+ request3.method = "GET";
+ request3.url = GURL("https://foo.test/3");
+ request3.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+
+ const MockWrite kWrites1[] = {
+ MockWrite("GET /1 HTTP/1.1\r\n"
+ "Host: foo.test\r\n"
+ "Connection: keep-alive\r\n\r\n"),
+ MockWrite("GET /2 HTTP/1.1\r\n"
+ "Host: foo.test\r\n"
+ "Connection: keep-alive\r\n\r\n"),
+ };
+
+ const MockRead kReads1[] = {
+ MockRead("HTTP/1.1 200 OK\r\n"
+ "Connection: keep-alive\r\n"
+ "Content-Length: 1\r\n\r\n"
+ "1"),
+ MockRead("HTTP/1.1 200 OK\r\n"
+ "Connection: keep-alive\r\n"
+ "Content-Length: 1\r\n\r\n"
+ "2"),
+ };
+
+ // The third request goes on a different socket because the SSL config has
+ // changed.
+ const MockWrite kWrites2[] = {
+ MockWrite("GET /3 HTTP/1.1\r\n"
+ "Host: foo.test\r\n"
+ "Connection: keep-alive\r\n\r\n")};
+
+ const MockRead kReads2[] = {
+ MockRead("HTTP/1.1 200 OK\r\n"
+ "Connection: keep-alive\r\n"
+ "Content-Length: 1\r\n\r\n"
+ "3")};
+
+ StaticSocketDataProvider data1(kReads1, kWrites1);
+ StaticSocketDataProvider data2(kReads2, kWrites2);
+ session_deps_.socket_factory->AddSocketDataProvider(&data1);
+ session_deps_.socket_factory->AddSocketDataProvider(&data2);
+
+ SSLSocketDataProvider ssl1(ASYNC, OK);
+ ssl1.expected_ssl_version_max = SSL_PROTOCOL_VERSION_TLS1_3;
+ SSLSocketDataProvider ssl2(ASYNC, OK);
+ ssl2.expected_ssl_version_max = SSL_PROTOCOL_VERSION_TLS1_2;
+ session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl1);
+ session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl2);
+
+ std::unique_ptr<HttpNetworkSession> session = CreateSession(&session_deps_);
+
+ TestCompletionCallback callback;
+ auto trans1 =
+ std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get());
+ int rv = trans1->Start(&request1, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(callback.GetResult(rv), IsOk());
+ std::string response_data1;
+ EXPECT_THAT(ReadTransaction(trans1.get(), &response_data1), IsOk());
+ EXPECT_EQ("1", response_data1);
+ trans1.reset();
+
+ auto trans2 =
+ std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get());
+ rv = trans2->Start(&request2, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(callback.GetResult(rv), IsOk());
+ std::string response_data2;
+ EXPECT_THAT(ReadTransaction(trans2.get(), &response_data2), IsOk());
+ EXPECT_EQ("2", response_data2);
+ trans2.reset();
+
+ ssl_config.version_max = SSL_PROTOCOL_VERSION_TLS1_2;
+ ssl_config_service_raw->UpdateSSLConfigAndNotify(ssl_config);
+
+ auto trans3 =
+ std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get());
+ rv = trans3->Start(&request3, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(callback.GetResult(rv), IsOk());
+ std::string response_data3;
+ EXPECT_THAT(ReadTransaction(trans3.get(), &response_data3), IsOk());
+ EXPECT_EQ("3", response_data3);
+ trans3.reset();
+}
+
+TEST_F(HttpNetworkTransactionTest, SSLConfigChangedPendingConnect) {
+ SSLConfig ssl_config;
+ ssl_config.version_max = SSL_PROTOCOL_VERSION_TLS1_3;
+ auto ssl_config_service = std::make_unique<TestSSLConfigService>(ssl_config);
+ TestSSLConfigService* ssl_config_service_raw = ssl_config_service.get();
+
+ session_deps_.ssl_config_service = std::move(ssl_config_service);
+
+ HttpRequestInfo request;
+ request.method = "GET";
+ request.url = GURL("https://foo.test/1");
+ request.traffic_annotation =
+ net::MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
+
+ // Make a socket which never connects.
+ StaticSocketDataProvider data({}, {});
+ session_deps_.socket_factory->AddSocketDataProvider(&data);
+ SSLSocketDataProvider ssl_data(SYNCHRONOUS, ERR_IO_PENDING);
+ ssl_data.expected_ssl_version_max = SSL_PROTOCOL_VERSION_TLS1_3;
+ session_deps_.socket_factory->AddSSLSocketDataProvider(&ssl_data);
+
+ std::unique_ptr<HttpNetworkSession> session = CreateSession(&session_deps_);
+
+ TestCompletionCallback callback;
+ auto trans =
+ std::make_unique<HttpNetworkTransaction>(DEFAULT_PRIORITY, session.get());
+ int rv = trans->Start(&request, callback.callback(), NetLogWithSource());
+ EXPECT_THAT(rv, IsError(ERR_IO_PENDING));
+
+ ssl_config.version_max = SSL_PROTOCOL_VERSION_TLS1_2;
+ ssl_config_service_raw->UpdateSSLConfigAndNotify(ssl_config);
+
+ EXPECT_THAT(callback.GetResult(rv), IsError(ERR_NETWORK_CHANGED));
+}
+
} // namespace net
diff --git a/chromium/net/http/http_proxy_client_socket.cc b/chromium/net/http/http_proxy_client_socket.cc
index 46ff67800a2..f9ebee2a584 100644
--- a/chromium/net/http/http_proxy_client_socket.cc
+++ b/chromium/net/http/http_proxy_client_socket.cc
@@ -16,6 +16,7 @@
#include "net/base/io_buffer.h"
#include "net/base/proxy_delegate.h"
#include "net/http/http_basic_stream.h"
+#include "net/http/http_log_util.h"
#include "net/http/http_network_session.h"
#include "net/http/http_request_info.h"
#include "net/http/http_response_headers.h"
@@ -394,10 +395,9 @@ int HttpProxyClientSocket::DoSendRequest() {
BuildTunnelRequest(endpoint_, extra_headers, user_agent, &request_line_,
&request_headers_);
- net_log_.AddEvent(
- NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
- base::Bind(&HttpRequestHeaders::NetLogCallback,
- base::Unretained(&request_headers_), &request_line_));
+ NetLogRequestHeaders(net_log_,
+ NetLogEventType::HTTP_TRANSACTION_SEND_TUNNEL_HEADERS,
+ request_line_, &request_headers_);
}
parser_buf_ = base::MakeRefCounted<GrowableIOBuffer>();
@@ -429,9 +429,9 @@ int HttpProxyClientSocket::DoReadHeadersComplete(int result) {
if (response_.headers->GetHttpVersion() < HttpVersion(1, 0))
return ERR_TUNNEL_CONNECTION_FAILED;
- net_log_.AddEvent(
- NetLogEventType::HTTP_TRANSACTION_READ_TUNNEL_RESPONSE_HEADERS,
- base::Bind(&HttpResponseHeaders::NetLogCallback, response_.headers));
+ NetLogResponseHeaders(
+ net_log_, NetLogEventType::HTTP_TRANSACTION_READ_TUNNEL_RESPONSE_HEADERS,
+ response_.headers.get());
if (proxy_delegate_) {
int rv = proxy_delegate_->OnHttp1TunnelHeadersReceived(proxy_server_,
diff --git a/chromium/net/http/http_proxy_client_socket_fuzzer.cc b/chromium/net/http/http_proxy_client_socket_fuzzer.cc
index 57a50f6bc47..45c36ccabf2 100644
--- a/chromium/net/http/http_proxy_client_socket_fuzzer.cc
+++ b/chromium/net/http/http_proxy_client_socket_fuzzer.cc
@@ -12,7 +12,6 @@
#include "base/logging.h"
#include "base/strings/utf_string_conversions.h"
-#include "base/test/fuzzed_data_provider.h"
#include "net/base/address_list.h"
#include "net/base/auth.h"
#include "net/base/host_port_pair.h"
@@ -26,6 +25,7 @@
#include "net/socket/fuzzed_socket.h"
#include "net/socket/next_proto.h"
#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
+#include "third_party/libFuzzer/src/utils/FuzzedDataProvider.h"
// Fuzzer for HttpProxyClientSocket only tests establishing a connection when
// using the proxy as a tunnel.
@@ -36,7 +36,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
// Use a test NetLog, to exercise logging code.
net::TestNetLog test_net_log;
- base::FuzzedDataProvider data_provider(data, size);
+ FuzzedDataProvider data_provider(data, size);
net::TestCompletionCallback callback;
std::unique_ptr<net::FuzzedSocket> fuzzed_socket(
diff --git a/chromium/net/http/http_proxy_connect_job.cc b/chromium/net/http/http_proxy_connect_job.cc
index d4886569c47..a9fbbdc38fd 100644
--- a/chromium/net/http/http_proxy_connect_job.cc
+++ b/chromium/net/http/http_proxy_connect_job.cc
@@ -188,8 +188,7 @@ HttpProxyConnectJob::HttpProxyConnectJob(
common_connect_job_params->http_auth_cache,
common_connect_job_params->http_auth_handler_factory,
host_resolver())
- : nullptr),
- weak_ptr_factory_(this) {}
+ : nullptr) {}
HttpProxyConnectJob::~HttpProxyConnectJob() {}
@@ -662,8 +661,8 @@ int HttpProxyConnectJob::DoQuicProxyCreateSession() {
quic::ParsedQuicVersion quic_version =
common_connect_job_params()->quic_supported_versions->front();
return quic_stream_request_->Request(
- proxy_server, quic_version.transport_version, ssl_params->privacy_mode(),
- kH2QuicTunnelPriority, socket_tag(),
+ proxy_server, quic_version, ssl_params->privacy_mode(),
+ kH2QuicTunnelPriority, socket_tag(), params_->network_isolation_key(),
ssl_params->ssl_config().GetCertVerifyFlags(),
GURL("https://" + proxy_server.ToString()), net_log(),
&quic_net_error_details_,
diff --git a/chromium/net/http/http_proxy_connect_job.h b/chromium/net/http/http_proxy_connect_job.h
index ef12a1e31a8..7a7b9677f55 100644
--- a/chromium/net/http/http_proxy_connect_job.h
+++ b/chromium/net/http/http_proxy_connect_job.h
@@ -239,7 +239,7 @@ class NET_EXPORT_PRIVATE HttpProxyConnectJob : public ConnectJob,
// Time when the connection to the proxy was started.
base::TimeTicks connect_start_time_;
- base::WeakPtrFactory<HttpProxyConnectJob> weak_ptr_factory_;
+ base::WeakPtrFactory<HttpProxyConnectJob> weak_ptr_factory_{this};
DISALLOW_COPY_AND_ASSIGN(HttpProxyConnectJob);
};
diff --git a/chromium/net/http/http_proxy_connect_job_unittest.cc b/chromium/net/http/http_proxy_connect_job_unittest.cc
index f555b9f1ca9..8ddd8e2f422 100644
--- a/chromium/net/http/http_proxy_connect_job_unittest.cc
+++ b/chromium/net/http/http_proxy_connect_job_unittest.cc
@@ -57,14 +57,8 @@ class HttpProxyConnectJobTest : public ::testing::TestWithParam<HttpProxyType>,
protected:
HttpProxyConnectJobTest()
: WithScopedTaskEnvironment(
- base::test::ScopedTaskEnvironment::MainThreadType::MOCK_TIME,
- base::test::ScopedTaskEnvironment::NowSource::
- MAIN_THREAD_MOCK_TIME),
+ base::test::ScopedTaskEnvironment::TimeSource::MOCK_TIME_AND_NOW),
field_trial_list_(nullptr) {
- // Set an initial delay to ensure that calls to TimeTicks::Now() do not
- // return a null value.
- FastForwardBy(base::TimeDelta::FromSeconds(1));
-
// Used a mock HostResolver that does not have a cache.
session_deps_.host_resolver = std::make_unique<MockHostResolver>();
@@ -125,7 +119,7 @@ class HttpProxyConnectJobTest : public ::testing::TestWithParam<HttpProxyType>,
base::MakeRefCounted<TransportSocketParams>(
HostPortPair(kHttpsProxyHost, 443), OnHostResolutionCallback()),
nullptr, nullptr, HostPortPair(kHttpsProxyHost, 443), SSLConfig(),
- PRIVACY_MODE_DISABLED);
+ PRIVACY_MODE_DISABLED, NetworkIsolationKey());
}
// Returns a correctly constructed HttpProxyParams for the HTTP or HTTPS
diff --git a/chromium/net/http/http_request_headers.cc b/chromium/net/http/http_request_headers.cc
index 50190a909e2..b8db53837a4 100644
--- a/chromium/net/http/http_request_headers.cc
+++ b/chromium/net/http/http_request_headers.cc
@@ -15,8 +15,8 @@
#include "net/base/escape.h"
#include "net/http/http_log_util.h"
#include "net/http/http_util.h"
-#include "net/log/net_log.h"
#include "net/log/net_log_capture_mode.h"
+#include "net/log/net_log_values.h"
namespace net {
@@ -184,11 +184,11 @@ std::string HttpRequestHeaders::ToString() const {
return output;
}
-base::Value HttpRequestHeaders::NetLogCallback(
- const std::string* request_line,
+base::Value HttpRequestHeaders::NetLogParams(
+ const std::string& request_line,
NetLogCaptureMode capture_mode) const {
base::DictionaryValue dict;
- dict.SetKey("line", NetLogStringValue(*request_line));
+ dict.SetKey("line", NetLogStringValue(request_line));
auto headers = std::make_unique<base::ListValue>();
for (auto it = headers_.begin(); it != headers_.end(); ++it) {
std::string log_value =
diff --git a/chromium/net/http/http_request_headers.h b/chromium/net/http/http_request_headers.h
index 2ec412731ce..3124ee7aeaa 100644
--- a/chromium/net/http/http_request_headers.h
+++ b/chromium/net/http/http_request_headers.h
@@ -17,6 +17,7 @@
#include "base/macros.h"
#include "base/strings/string_piece.h"
#include "net/base/net_export.h"
+#include "net/log/net_log_capture_mode.h"
namespace base {
class Value;
@@ -24,8 +25,6 @@ class Value;
namespace net {
-class NetLogCaptureMode;
-
class NET_EXPORT HttpRequestHeaders {
public:
struct NET_EXPORT HeaderKeyValuePair {
@@ -173,8 +172,8 @@ class NET_EXPORT HttpRequestHeaders {
// Takes in the request line and returns a Value for use with the NetLog
// containing both the request line and all headers fields.
- base::Value NetLogCallback(const std::string* request_line,
- NetLogCaptureMode capture_mode) const;
+ base::Value NetLogParams(const std::string& request_line,
+ NetLogCaptureMode capture_mode) const;
const HeaderVector& GetHeaderVector() const { return headers_; }
diff --git a/chromium/net/http/http_response_body_drainer_unittest.cc b/chromium/net/http/http_response_body_drainer_unittest.cc
index a1c3c96136e..b40cdca15b8 100644
--- a/chromium/net/http/http_response_body_drainer_unittest.cc
+++ b/chromium/net/http/http_response_body_drainer_unittest.cc
@@ -85,8 +85,7 @@ class MockHttpStream : public HttpStream {
is_sync_(false),
is_last_chunk_zero_size_(false),
is_complete_(false),
- can_reuse_connection_(true),
- weak_factory_(this) {}
+ can_reuse_connection_(true) {}
~MockHttpStream() override = default;
// HttpStream implementation.
@@ -177,7 +176,7 @@ class MockHttpStream : public HttpStream {
bool is_complete_;
bool can_reuse_connection_;
- base::WeakPtrFactory<MockHttpStream> weak_factory_;
+ base::WeakPtrFactory<MockHttpStream> weak_factory_{this};
DISALLOW_COPY_AND_ASSIGN(MockHttpStream);
};
diff --git a/chromium/net/http/http_response_headers.cc b/chromium/net/http/http_response_headers.cc
index 8b3a4aca87c..087922755a2 100644
--- a/chromium/net/http/http_response_headers.cc
+++ b/chromium/net/http/http_response_headers.cc
@@ -32,8 +32,8 @@
#include "net/http/http_byte_range.h"
#include "net/http/http_log_util.h"
#include "net/http/http_util.h"
-#include "net/log/net_log.h"
#include "net/log/net_log_capture_mode.h"
+#include "net/log/net_log_values.h"
using base::StringPiece;
using base::Time;
@@ -1330,7 +1330,7 @@ bool HttpResponseHeaders::GetContentRangeFor206(
instance_length);
}
-base::Value HttpResponseHeaders::NetLogCallback(
+base::Value HttpResponseHeaders::NetLogParams(
NetLogCaptureMode capture_mode) const {
base::DictionaryValue dict;
base::ListValue headers;
diff --git a/chromium/net/http/http_response_headers.h b/chromium/net/http/http_response_headers.h
index be216358e1f..a0d74d9c539 100644
--- a/chromium/net/http/http_response_headers.h
+++ b/chromium/net/http/http_response_headers.h
@@ -18,6 +18,7 @@
#include "base/time/time.h"
#include "net/base/net_export.h"
#include "net/http/http_version.h"
+#include "net/log/net_log_capture_mode.h"
namespace base {
class Pickle;
@@ -30,7 +31,6 @@ class Value;
namespace net {
class HttpByteRange;
-class NetLogCaptureMode;
enum ValidationType {
VALIDATION_NONE, // The resource is fresh.
@@ -295,7 +295,7 @@ class NET_EXPORT HttpResponseHeaders
bool IsChunkEncoded() const;
// Creates a Value for use with the NetLog containing the response headers.
- base::Value NetLogCallback(NetLogCaptureMode capture_mode) const;
+ base::Value NetLogParams(NetLogCaptureMode capture_mode) const;
// Returns the HTTP response code. This is 0 if the response code text seems
// to exist but could not be parsed. Otherwise, it defaults to 200 if the
diff --git a/chromium/net/http/http_response_info.cc b/chromium/net/http/http_response_info.cc
index 1debebaa8e7..0b9844e9ac1 100644
--- a/chromium/net/http/http_response_info.cc
+++ b/chromium/net/http/http_response_info.cc
@@ -419,6 +419,7 @@ bool HttpResponseInfo::DidUseQuic() const {
case CONNECTION_INFO_QUIC_45:
case CONNECTION_INFO_QUIC_46:
case CONNECTION_INFO_QUIC_47:
+ case CONNECTION_INFO_QUIC_48:
case CONNECTION_INFO_QUIC_99:
case CONNECTION_INFO_QUIC_999:
return true;
@@ -485,6 +486,8 @@ std::string HttpResponseInfo::ConnectionInfoToString(
return "http/2+quic/46";
case CONNECTION_INFO_QUIC_47:
return "http/2+quic/47";
+ case CONNECTION_INFO_QUIC_48:
+ return "http/2+quic/48";
case CONNECTION_INFO_QUIC_99:
return "http/2+quic/99";
case CONNECTION_INFO_HTTP0_9:
diff --git a/chromium/net/http/http_response_info.h b/chromium/net/http/http_response_info.h
index 742cf23e32c..1f75fe4793c 100644
--- a/chromium/net/http/http_response_info.h
+++ b/chromium/net/http/http_response_info.h
@@ -63,6 +63,7 @@ class NET_EXPORT HttpResponseInfo {
CONNECTION_INFO_QUIC_46 = 25,
CONNECTION_INFO_QUIC_47 = 26,
CONNECTION_INFO_QUIC_999 = 27,
+ CONNECTION_INFO_QUIC_48 = 28,
NUM_OF_CONNECTION_INFOS,
};
diff --git a/chromium/net/http/http_server_properties_impl.cc b/chromium/net/http/http_server_properties_impl.cc
index f18530db106..bf614b37103 100644
--- a/chromium/net/http/http_server_properties_impl.cc
+++ b/chromium/net/http/http_server_properties_impl.cc
@@ -29,13 +29,10 @@ HttpServerPropertiesImpl::HttpServerPropertiesImpl(
: base::DefaultTickClock::GetInstance()),
clock_(clock ? clock : base::DefaultClock::GetInstance()),
broken_alternative_services_(this, tick_clock_),
+ canonical_suffixes_({".ggpht.com", ".c.youtube.com", ".googlevideo.com",
+ ".googleusercontent.com"}),
quic_server_info_map_(kDefaultMaxQuicServerEntries),
- max_server_configs_stored_in_properties_(kDefaultMaxQuicServerEntries) {
- canonical_suffixes_.push_back(".ggpht.com");
- canonical_suffixes_.push_back(".c.youtube.com");
- canonical_suffixes_.push_back(".googlevideo.com");
- canonical_suffixes_.push_back(".googleusercontent.com");
-}
+ max_server_configs_stored_in_properties_(kDefaultMaxQuicServerEntries) {}
HttpServerPropertiesImpl::HttpServerPropertiesImpl()
: HttpServerPropertiesImpl(nullptr, nullptr) {}
@@ -92,7 +89,7 @@ void HttpServerPropertiesImpl::SetAlternativeServiceServers(
url::SchemeHostPort canonical_server(kCanonicalScheme, canonical_suffix,
kCanonicalPort);
// If we already have a valid canonical server, we're done.
- if (base::ContainsKey(canonical_alt_svc_map_, canonical_server) &&
+ if (base::Contains(canonical_alt_svc_map_, canonical_server) &&
(alternative_service_map_.Peek(
canonical_alt_svc_map_[canonical_server]) !=
alternative_service_map_.end())) {
diff --git a/chromium/net/http/http_server_properties_impl.h b/chromium/net/http/http_server_properties_impl.h
index 5ae2d6b358f..863d1531f01 100644
--- a/chromium/net/http/http_server_properties_impl.h
+++ b/chromium/net/http/http_server_properties_impl.h
@@ -159,7 +159,7 @@ class NET_EXPORT HttpServerPropertiesImpl
CanonicalAltSvcMap;
typedef base::flat_map<HostPortPair, quic::QuicServerId>
CanonicalServerInfoMap;
- typedef std::vector<std::string> CanonicalSufficList;
+ typedef std::vector<std::string> CanonicalSuffixList;
typedef std::set<HostPortPair> Http11ServerHostPortSet;
// Return the iterator for |server|, or for its canonical host, or end.
@@ -202,9 +202,9 @@ class NET_EXPORT HttpServerPropertiesImpl
// to an actual origin, which has a plausible alternate protocol mapping.
CanonicalAltSvcMap canonical_alt_svc_map_;
- // Contains list of suffixes (for exmaple ".c.youtube.com",
+ // Contains list of suffixes (for example ".c.youtube.com",
// ".googlevideo.com", ".googleusercontent.com") of canonical hostnames.
- CanonicalSufficList canonical_suffixes_;
+ const CanonicalSuffixList canonical_suffixes_;
QuicServerInfoMap quic_server_info_map_;
@@ -212,7 +212,7 @@ class NET_EXPORT HttpServerPropertiesImpl
// and have a corresponding entry in |quic_server_info_map_|. The map can be
// used to quickly look for server info for hosts that share the same
// canonical suffix but don't have exact match in |quic_server_info_map_|. The
- // map exists solely to improve the search performance. It only contais
+ // map exists solely to improve the search performance. It only contains
// derived data that can be recalculated by traversing
// |quic_server_info_map_|.
CanonicalServerInfoMap canonical_server_info_map_;
diff --git a/chromium/net/http/http_server_properties_impl_unittest.cc b/chromium/net/http/http_server_properties_impl_unittest.cc
index 5ae3d35fbf1..95aa25ddaf6 100644
--- a/chromium/net/http/http_server_properties_impl_unittest.cc
+++ b/chromium/net/http/http_server_properties_impl_unittest.cc
@@ -69,7 +69,7 @@ class HttpServerPropertiesImplTest : public TestWithScopedTaskEnvironment {
protected:
HttpServerPropertiesImplTest()
: TestWithScopedTaskEnvironment(
- base::test::ScopedTaskEnvironment::MainThreadType::MOCK_TIME),
+ base::test::ScopedTaskEnvironment::TimeSource::MOCK_TIME),
test_tick_clock_(GetMockTickClock()),
impl_(test_tick_clock_, &test_clock_) {
// Set |test_clock_| to some random time.
@@ -89,7 +89,7 @@ class HttpServerPropertiesImplTest : public TestWithScopedTaskEnvironment {
if (alternative_service.protocol == kProtoQUIC) {
return impl_.SetQuicAlternativeService(
origin, alternative_service, expiration,
- HttpNetworkSession::Params().quic_supported_versions);
+ HttpNetworkSession::Params().quic_params.supported_versions);
} else {
return impl_.SetHttp2AlternativeService(origin, alternative_service,
expiration);
@@ -376,7 +376,7 @@ TEST_F(AlternateProtocolServerPropertiesTest, ExcludeOrigin) {
AlternativeServiceInfo alternative_service_info4 =
AlternativeServiceInfo::CreateQuicAlternativeServiceInfo(
AlternativeService(kProtoQUIC, "foo", 443), expiration,
- HttpNetworkSession::Params().quic_supported_versions);
+ HttpNetworkSession::Params().quic_params.supported_versions);
alternative_service_info_vector.push_back(alternative_service_info4);
url::SchemeHostPort test_server("https", "foo", 443);
@@ -571,7 +571,7 @@ TEST_F(AlternateProtocolServerPropertiesTest, ClearServerWithCanonical) {
const AlternativeServiceInfo alternative_service_info =
AlternativeServiceInfo::CreateQuicAlternativeServiceInfo(
alternative_service, expiration,
- HttpNetworkSession::Params().quic_supported_versions);
+ HttpNetworkSession::Params().quic_params.supported_versions);
impl_.SetAlternativeServices(
canonical_server,
@@ -987,7 +987,7 @@ TEST_F(AlternateProtocolServerPropertiesTest, Canonical) {
alternative_service_info_vector.push_back(
AlternativeServiceInfo::CreateQuicAlternativeServiceInfo(
canonical_alternative_service1, expiration,
- HttpNetworkSession::Params().quic_supported_versions));
+ HttpNetworkSession::Params().quic_params.supported_versions));
const AlternativeService canonical_alternative_service2(kProtoHTTP2, "", 443);
alternative_service_info_vector.push_back(
AlternativeServiceInfo::CreateHttp2AlternativeServiceInfo(
@@ -1234,12 +1234,12 @@ TEST_F(AlternateProtocolServerPropertiesTest,
AlternativeServiceInfo::CreateQuicAlternativeServiceInfo(
AlternativeService(kProtoQUIC, "bar", 443),
now + base::TimeDelta::FromHours(1),
- HttpNetworkSession::Params().quic_supported_versions));
+ HttpNetworkSession::Params().quic_params.supported_versions));
alternative_service_info_vector.push_back(
AlternativeServiceInfo::CreateQuicAlternativeServiceInfo(
AlternativeService(kProtoQUIC, "baz", 443),
now + base::TimeDelta::FromHours(1),
- HttpNetworkSession::Params().quic_supported_versions));
+ HttpNetworkSession::Params().quic_params.supported_versions));
impl_.SetAlternativeServices(url::SchemeHostPort("https", "youtube.com", 443),
alternative_service_info_vector);
diff --git a/chromium/net/http/http_server_properties_manager.cc b/chromium/net/http/http_server_properties_manager.cc
index 9b780f4c742..8cb7cd9d563 100644
--- a/chromium/net/http/http_server_properties_manager.cc
+++ b/chromium/net/http/http_server_properties_manager.cc
@@ -73,11 +73,6 @@ void AddAlternativeServiceFieldsToDictionaryValue(
NextProtoToString(alternative_service.protocol));
}
-base::Value NetLogCallback(const base::Value* http_server_properties_dict,
- NetLogCaptureMode capture_mode) {
- return http_server_properties_dict->Clone();
-}
-
// A local or temporary data structure to hold preferences for a server.
// This is used only in UpdatePrefs.
struct ServerPref {
@@ -140,17 +135,6 @@ HttpServerPropertiesManager::~HttpServerPropertiesManager() {
UpdatePrefsFromCache(base::OnceClosure());
}
-// static
-void HttpServerPropertiesManager::SetVersion(
- base::DictionaryValue* http_server_properties_dict,
- int version_number) {
- if (version_number < 0)
- version_number = kVersionNumber;
- DCHECK_LE(version_number, kVersionNumber);
- if (version_number <= kVersionNumber)
- http_server_properties_dict->SetInteger(kVersionKey, version_number);
-}
-
void HttpServerPropertiesManager::Clear(base::OnceClosure callback) {
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
@@ -179,7 +163,7 @@ void HttpServerPropertiesManager::SetSupportsSpdy(
http_server_properties_impl_->SetSupportsSpdy(server, support_spdy);
bool new_support_spdy = http_server_properties_impl_->GetSupportsSpdy(server);
if (old_support_spdy != new_support_spdy)
- ScheduleUpdatePrefs(SUPPORTS_SPDY);
+ ScheduleUpdatePrefs();
}
bool HttpServerPropertiesManager::RequiresHTTP11(const HostPortPair& server) {
@@ -192,7 +176,7 @@ void HttpServerPropertiesManager::SetHTTP11Required(
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
http_server_properties_impl_->SetHTTP11Required(server);
- ScheduleUpdatePrefs(HTTP_11_REQUIRED);
+ ScheduleUpdatePrefs();
}
void HttpServerPropertiesManager::MaybeForceHTTP11(const HostPortPair& server,
@@ -216,7 +200,7 @@ bool HttpServerPropertiesManager::SetHttp2AlternativeService(
const bool changed = http_server_properties_impl_->SetHttp2AlternativeService(
origin, alternative_service, expiration);
if (changed) {
- ScheduleUpdatePrefs(SET_ALTERNATIVE_SERVICES);
+ ScheduleUpdatePrefs();
}
return changed;
}
@@ -230,7 +214,7 @@ bool HttpServerPropertiesManager::SetQuicAlternativeService(
const bool changed = http_server_properties_impl_->SetQuicAlternativeService(
origin, alternative_service, expiration, advertised_versions);
if (changed) {
- ScheduleUpdatePrefs(SET_ALTERNATIVE_SERVICES);
+ ScheduleUpdatePrefs();
}
return changed;
}
@@ -242,7 +226,7 @@ bool HttpServerPropertiesManager::SetAlternativeServices(
const bool changed = http_server_properties_impl_->SetAlternativeServices(
origin, alternative_service_info_vector);
if (changed) {
- ScheduleUpdatePrefs(SET_ALTERNATIVE_SERVICES);
+ ScheduleUpdatePrefs();
}
return changed;
}
@@ -252,7 +236,7 @@ void HttpServerPropertiesManager::MarkAlternativeServiceBroken(
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
http_server_properties_impl_->MarkAlternativeServiceBroken(
alternative_service);
- ScheduleUpdatePrefs(MARK_ALTERNATIVE_SERVICE_BROKEN);
+ ScheduleUpdatePrefs();
}
void HttpServerPropertiesManager::
@@ -262,8 +246,7 @@ void HttpServerPropertiesManager::
http_server_properties_impl_
->MarkAlternativeServiceBrokenUntilDefaultNetworkChanges(
alternative_service);
- ScheduleUpdatePrefs(
- MARK_ALTERNATIVE_SERVICE_BROKEN_UNTIL_DEFAULT_NETWORK_CHANGES);
+ ScheduleUpdatePrefs();
}
void HttpServerPropertiesManager::MarkAlternativeServiceRecentlyBroken(
@@ -271,7 +254,7 @@ void HttpServerPropertiesManager::MarkAlternativeServiceRecentlyBroken(
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
http_server_properties_impl_->MarkAlternativeServiceRecentlyBroken(
alternative_service);
- ScheduleUpdatePrefs(MARK_ALTERNATIVE_SERVICE_RECENTLY_BROKEN);
+ ScheduleUpdatePrefs();
}
bool HttpServerPropertiesManager::IsAlternativeServiceBroken(
@@ -299,14 +282,14 @@ void HttpServerPropertiesManager::ConfirmAlternativeService(
// For persisting, we only care about the value returned by
// IsAlternativeServiceBroken. If that value changes, then call persist.
if (old_value != new_value)
- ScheduleUpdatePrefs(CONFIRM_ALTERNATIVE_SERVICE);
+ ScheduleUpdatePrefs();
}
bool HttpServerPropertiesManager::OnDefaultNetworkChanged() {
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
bool changed = http_server_properties_impl_->OnDefaultNetworkChanged();
if (changed)
- ScheduleUpdatePrefs(ON_DEFAULT_NETWORK_CHANGED);
+ ScheduleUpdatePrefs();
return changed;
}
@@ -337,7 +320,7 @@ void HttpServerPropertiesManager::SetSupportsQuic(bool used_quic,
IPAddress new_last_quic_addr;
http_server_properties_impl_->GetSupportsQuic(&new_last_quic_addr);
if (old_last_quic_addr != new_last_quic_addr)
- ScheduleUpdatePrefs(SET_SUPPORTS_QUIC);
+ ScheduleUpdatePrefs();
}
void HttpServerPropertiesManager::SetServerNetworkStats(
@@ -353,7 +336,7 @@ void HttpServerPropertiesManager::SetServerNetworkStats(
ServerNetworkStats new_stats =
*(http_server_properties_impl_->GetServerNetworkStats(server));
if (old_stats != new_stats)
- ScheduleUpdatePrefs(SET_SERVER_NETWORK_STATS);
+ ScheduleUpdatePrefs();
}
void HttpServerPropertiesManager::ClearServerNetworkStats(
@@ -363,7 +346,7 @@ void HttpServerPropertiesManager::ClearServerNetworkStats(
http_server_properties_impl_->GetServerNetworkStats(server) != nullptr;
http_server_properties_impl_->ClearServerNetworkStats(server);
if (need_update)
- ScheduleUpdatePrefs(CLEAR_SERVER_NETWORK_STATS);
+ ScheduleUpdatePrefs();
}
const ServerNetworkStats* HttpServerPropertiesManager::GetServerNetworkStats(
@@ -385,7 +368,7 @@ bool HttpServerPropertiesManager::SetQuicServerInfo(
bool changed =
http_server_properties_impl_->SetQuicServerInfo(server_id, server_info);
if (changed)
- ScheduleUpdatePrefs(SET_QUIC_SERVER_INFO);
+ ScheduleUpdatePrefs();
return changed;
}
@@ -467,65 +450,35 @@ void HttpServerPropertiesManager::UpdateCacheFromPrefs() {
bool detected_corrupted_prefs = false;
net_log_.AddEvent(NetLogEventType::HTTP_SERVER_PROPERTIES_UPDATE_CACHE,
- base::Bind(&NetLogCallback, http_server_properties_dict));
- int version = kMissingVersion;
- if (!http_server_properties_dict->GetIntegerWithoutPathExpansion(kVersionKey,
- &version)) {
- DVLOG(1) << "Missing version. Clearing all properties.";
+ [&] { return http_server_properties_dict->Clone(); });
+ int version_number = kMissingVersion;
+ if (!http_server_properties_dict->GetIntegerWithoutPathExpansion(
+ kVersionKey, &version_number) ||
+ version_number != kVersionNumber) {
+ DVLOG(1) << "Missing or unsupported. Clearing all properties. "
+ << version_number;
return;
}
const base::DictionaryValue* servers_dict = nullptr;
const base::ListValue* servers_list = nullptr;
- if (version < 4) {
- // The properties for a given server is in
- // http_server_properties_dict["servers"][server].
- // Before Version 4, server data was stored in the following format in
- // alphabetical order.
- //
- // "http_server_properties": {
- // "servers": {
- // "0-edge-chat.facebook.com:443" : {...},
- // "0.client-channel.google.com:443" : {...},
- // "yt3.ggpht.com:80" : {...},
- // ...
- // }, ...
- // },
- if (!http_server_properties_dict->GetDictionaryWithoutPathExpansion(
- kServersKey, &servers_dict)) {
- DVLOG(1) << "Malformed http_server_properties for servers.";
- return;
- }
- } else {
- // For Version 4, data was stored in the following format.
- // |servers| are saved in MRU order.
- //
- // "http_server_properties": {
- // "servers": [
- // {"yt3.ggpht.com:443" : {...}},
- // {"0.client-channel.google.com:443" : {...}},
- // {"0-edge-chat.facebook.com:80" : {...}},
- // ...
- // ], ...
- // },
- // For Version 5, data was stored in the following format.
- // |servers| are saved in MRU order. |servers| are in the format flattened
- // representation of (scheme/host/port) where port might be ignored if is
- // default with scheme.
- //
- // "http_server_properties": {
- // "servers": [
- // {"https://yt3.ggpht.com" : {...}},
- // {"http://0.client-channel.google.com:443" : {...}},
- // {"http://0-edge-chat.facebook.com" : {...}},
- // ...
- // ], ...
- // },
- if (!http_server_properties_dict->GetListWithoutPathExpansion(
- kServersKey, &servers_list)) {
- DVLOG(1) << "Malformed http_server_properties for servers list.";
- return;
- }
+ // For Version 5, data is stored in the following format.
+ // |servers| are saved in MRU order. |servers| are in the format flattened
+ // representation of (scheme/host/port) where port might be ignored if is
+ // default with scheme.
+ //
+ // "http_server_properties": {
+ // "servers": [
+ // {"https://yt3.ggpht.com" : {...}},
+ // {"http://0.client-channel.google.com:443" : {...}},
+ // {"http://0-edge-chat.facebook.com" : {...}},
+ // ...
+ // ], ...
+ // },
+ if (!http_server_properties_dict->GetListWithoutPathExpansion(
+ kServersKey, &servers_list)) {
+ DVLOG(1) << "Malformed http_server_properties for servers list.";
+ return;
}
std::unique_ptr<IPAddress> addr = std::make_unique<IPAddress>();
@@ -542,29 +495,21 @@ void HttpServerPropertiesManager::UpdateCacheFromPrefs() {
std::make_unique<QuicServerInfoMap>(
max_server_configs_stored_in_properties());
- if (version < 4) {
+ // Iterate servers list in reverse MRU order so that entries are inserted
+ // into |spdy_servers_map|, |alternative_service_map|, and
+ // |server_network_stats_map| from oldest to newest.
+ for (auto it = servers_list->end(); it != servers_list->begin();) {
+ --it;
+ if (!it->GetAsDictionary(&servers_dict)) {
+ DVLOG(1) << "Malformed http_server_properties for servers dictionary.";
+ detected_corrupted_prefs = true;
+ continue;
+ }
if (!AddServersData(*servers_dict, spdy_servers_map.get(),
alternative_service_map.get(),
- server_network_stats_map.get(), version)) {
+ server_network_stats_map.get())) {
detected_corrupted_prefs = true;
}
- } else {
- // Iterate servers list in reverse MRU order so that entries are inserted
- // into |spdy_servers_map|, |alternative_service_map|, and
- // |server_network_stats_map| from oldest to newest.
- for (auto it = servers_list->end(); it != servers_list->begin();) {
- --it;
- if (!it->GetAsDictionary(&servers_dict)) {
- DVLOG(1) << "Malformed http_server_properties for servers dictionary.";
- detected_corrupted_prefs = true;
- continue;
- }
- if (!AddServersData(*servers_dict, spdy_servers_map.get(),
- alternative_service_map.get(),
- server_network_stats_map.get(), version)) {
- detected_corrupted_prefs = true;
- }
- }
}
if (!AddToQuicServerInfoMap(*http_server_properties_dict,
@@ -642,7 +587,7 @@ void HttpServerPropertiesManager::UpdateCacheFromPrefs() {
// Update the prefs with what we have read (delete all corrupted prefs).
if (detected_corrupted_prefs)
- ScheduleUpdatePrefs(DETECTED_CORRUPTED_PREFS);
+ ScheduleUpdatePrefs();
}
bool HttpServerPropertiesManager::AddToBrokenAlternativeServices(
@@ -713,17 +658,12 @@ bool HttpServerPropertiesManager::AddServersData(
const base::DictionaryValue& servers_dict,
SpdyServersMap* spdy_servers_map,
AlternativeServiceMap* alternative_service_map,
- ServerNetworkStatsMap* network_stats_map,
- int version) {
+ ServerNetworkStatsMap* network_stats_map) {
for (base::DictionaryValue::Iterator it(servers_dict); !it.IsAtEnd();
it.Advance()) {
// Get server's scheme/host/pair.
const std::string& server_str = it.key();
std::string spdy_server_url = server_str;
- if (version < 5) {
- // For old version disk data, always use HTTPS as the scheme.
- spdy_server_url.insert(0, "https://");
- }
url::SchemeHostPort spdy_server((GURL(spdy_server_url)));
if (spdy_server.host().empty()) {
DVLOG(1) << "Malformed http_server_properties for server: " << server_str;
@@ -999,10 +939,7 @@ bool HttpServerPropertiesManager::AddToQuicServerInfoMap(
return !detected_corrupted_prefs;
}
-//
-// Update Preferences with data from the cached data.
-//
-void HttpServerPropertiesManager::ScheduleUpdatePrefs(Location location) {
+void HttpServerPropertiesManager::ScheduleUpdatePrefs() {
DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_);
// Do not schedule a new update if there is already one scheduled.
if (network_prefs_update_timer_.IsRunning())
@@ -1012,10 +949,6 @@ void HttpServerPropertiesManager::ScheduleUpdatePrefs(Location location) {
FROM_HERE, kUpdatePrefsDelay,
base::Bind(&HttpServerPropertiesManager::UpdatePrefsFromCache,
base::Unretained(this), base::Passed(base::OnceClosure())));
-
- // TODO(rtenneti): Delete the following histogram after collecting some data.
- UMA_HISTOGRAM_ENUMERATION("Net.HttpServerProperties.UpdatePrefs", location,
- HttpServerPropertiesManager::NUM_LOCATIONS);
}
void HttpServerPropertiesManager::UpdatePrefsFromCache(
@@ -1127,7 +1060,7 @@ void HttpServerPropertiesManager::UpdatePrefsFromCache(
http_server_properties_dict.SetWithoutPathExpansion(kServersKey,
std::move(servers_list));
- SetVersion(&http_server_properties_dict, kVersionNumber);
+ http_server_properties_dict.SetInteger(kVersionKey, kVersionNumber);
IPAddress last_quic_addr;
if (http_server_properties_impl_->GetSupportsQuic(&last_quic_addr)) {
@@ -1150,7 +1083,7 @@ void HttpServerPropertiesManager::UpdatePrefsFromCache(
setting_prefs_ = false;
net_log_.AddEvent(NetLogEventType::HTTP_SERVER_PROPERTIES_UPDATE_PREFS,
- base::Bind(&NetLogCallback, &http_server_properties_dict));
+ [&] { return http_server_properties_dict.Clone(); });
}
void HttpServerPropertiesManager::SaveAlternativeServiceToServerPrefs(
diff --git a/chromium/net/http/http_server_properties_manager.h b/chromium/net/http/http_server_properties_manager.h
index a8ecf3199f9..17d7d969455 100644
--- a/chromium/net/http/http_server_properties_manager.h
+++ b/chromium/net/http/http_server_properties_manager.h
@@ -80,10 +80,6 @@ class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties {
~HttpServerPropertiesManager() override;
- // Helper function for unit tests to set the version in the dictionary.
- static void SetVersion(base::DictionaryValue* http_server_properties_dict,
- int version_number);
-
// ----------------------------------
// HttpServerProperties methods:
// ----------------------------------
@@ -150,33 +146,6 @@ class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties {
void ScheduleUpdateCacheForTesting();
protected:
- // The location where ScheduleUpdatePrefs was called.
- // Must be kept up to date with HttpServerPropertiesUpdatePrefsLocation in
- // histograms.xml.
- enum Location {
- SUPPORTS_SPDY = 0,
- HTTP_11_REQUIRED = 1,
- SET_ALTERNATIVE_SERVICES = 2,
- MARK_ALTERNATIVE_SERVICE_BROKEN = 3,
- MARK_ALTERNATIVE_SERVICE_RECENTLY_BROKEN = 4,
- CONFIRM_ALTERNATIVE_SERVICE = 5,
- CLEAR_ALTERNATIVE_SERVICE = 6,
- // deprecated: SET_SPDY_SETTING = 7,
- // deprecated: CLEAR_SPDY_SETTINGS = 8,
- // deprecated: CLEAR_ALL_SPDY_SETTINGS = 9,
- SET_SUPPORTS_QUIC = 10,
- SET_SERVER_NETWORK_STATS = 11,
- DETECTED_CORRUPTED_PREFS = 12,
- SET_QUIC_SERVER_INFO = 13,
- CLEAR_SERVER_NETWORK_STATS = 14,
- MARK_ALTERNATIVE_SERVICE_BROKEN_UNTIL_DEFAULT_NETWORK_CHANGES = 15,
- ON_DEFAULT_NETWORK_CHANGED = 16,
- NUM_LOCATIONS = 17,
- };
-
- // --------------------
- // SPDY related methods
-
// These are used to delay updating of the cached data in
// |http_server_properties_impl_| while the preferences are changing, and
// execute only one update per simultaneous prefs changes.
@@ -190,7 +159,7 @@ class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties {
// |http_server_properties_impl_| is changing, and execute only one update per
// simultaneous changes.
// |location| specifies where this method is called from.
- void ScheduleUpdatePrefs(Location location);
+ void ScheduleUpdatePrefs();
// Update prefs::kHttpServerProperties in preferences with the cached data
// from |http_server_properties_impl_|. Invokes |callback| when changes have
@@ -211,8 +180,7 @@ class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties {
bool AddServersData(const base::DictionaryValue& server_dict,
SpdyServersMap* spdy_servers_map,
AlternativeServiceMap* alternative_service_map,
- ServerNetworkStatsMap* network_stats_map,
- int version);
+ ServerNetworkStatsMap* network_stats_map);
// Helper method used for parsing an alternative service from JSON.
// |dict| is the JSON dictionary to be parsed. It should contain fields
// corresponding to members of AlternativeService.
diff --git a/chromium/net/http/http_server_properties_manager_unittest.cc b/chromium/net/http/http_server_properties_manager_unittest.cc
index 59762bcc1f7..4921d2e610b 100644
--- a/chromium/net/http/http_server_properties_manager_unittest.cc
+++ b/chromium/net/http/http_server_properties_manager_unittest.cc
@@ -98,20 +98,17 @@ class MockPrefDelegate : public net::HttpServerPropertiesManager::PrefDelegate {
} // namespace
-// TODO(rtenneti): After we stop supporting version 3 and everyone has migrated
-// to version 4, delete the following code.
-static const int kHttpServerPropertiesVersions[] = {3, 4, 5};
-
-class HttpServerPropertiesManagerTest : public testing::TestWithParam<int>,
+class HttpServerPropertiesManagerTest : public testing::Test,
public WithScopedTaskEnvironment {
protected:
HttpServerPropertiesManagerTest()
: WithScopedTaskEnvironment(
- base::test::ScopedTaskEnvironment::MainThreadType::MOCK_TIME) {}
+ base::test::ScopedTaskEnvironment::TimeSource::MOCK_TIME) {}
void SetUp() override {
one_day_from_now_ = base::Time::Now() + base::TimeDelta::FromDays(1);
- advertised_versions_ = HttpNetworkSession::Params().quic_supported_versions;
+ advertised_versions_ =
+ HttpNetworkSession::Params().quic_params.supported_versions;
pref_delegate_ = new MockPrefDelegate;
http_server_props_manager_ = std::make_unique<HttpServerPropertiesManager>(
@@ -141,6 +138,13 @@ class HttpServerPropertiesManagerTest : public testing::TestWithParam<int>,
return !alternative_service_info_vector.empty();
}
+ // Returns a dictionary with only the version field populated.
+ static base::DictionaryValue DictWithVersion() {
+ base::DictionaryValue http_server_properties_dict;
+ http_server_properties_dict.SetInteger("version", 5);
+ return http_server_properties_dict;
+ }
+
MockPrefDelegate* pref_delegate_; // Owned by HttpServerPropertiesManager.
std::unique_ptr<HttpServerPropertiesManager> http_server_props_manager_;
base::Time one_day_from_now_;
@@ -150,11 +154,7 @@ class HttpServerPropertiesManagerTest : public testing::TestWithParam<int>,
DISALLOW_COPY_AND_ASSIGN(HttpServerPropertiesManagerTest);
};
-INSTANTIATE_TEST_SUITE_P(/* no prefix */,
- HttpServerPropertiesManagerTest,
- ::testing::ValuesIn(kHttpServerPropertiesVersions));
-
-TEST_P(HttpServerPropertiesManagerTest,
+TEST_F(HttpServerPropertiesManagerTest,
SingleUpdateForTwoSpdyServerPrefChanges) {
// Set up the prefs for https://www.google.com and https://mail.google.com and
// then set it twice. Only expect a single cache update.
@@ -186,15 +186,11 @@ TEST_P(HttpServerPropertiesManagerTest,
// Set the server preference for https://www.google.com.
auto servers_dict = std::make_unique<base::DictionaryValue>();
- servers_dict->SetWithoutPathExpansion(
- GetParam() >= 5 ? "https://www.google.com" : "www.google.com:443",
- std::move(server_pref_dict));
- std::unique_ptr<base::ListValue> servers_list;
- if (GetParam() >= 4) {
- servers_list = std::make_unique<base::ListValue>();
- servers_list->Append(std::move(servers_dict));
- servers_dict = std::make_unique<base::DictionaryValue>();
- }
+ servers_dict->SetWithoutPathExpansion("https://www.google.com",
+ std::move(server_pref_dict));
+ auto servers_list = std::make_unique<base::ListValue>();
+ servers_list->Append(std::move(servers_dict));
+ servers_dict = std::make_unique<base::DictionaryValue>();
// Set the preference for mail.google.com server.
auto server_pref_dict1 = std::make_unique<base::DictionaryValue>();
@@ -218,26 +214,12 @@ TEST_P(HttpServerPropertiesManagerTest,
server_pref_dict1->SetWithoutPathExpansion("network_stats",
std::move(stats1));
// Set the server preference for https://mail.google.com.
- servers_dict->SetWithoutPathExpansion(
- GetParam() >= 5 ? "https://mail.google.com" : "mail.google.com:443",
- std::move(server_pref_dict1));
- base::DictionaryValue http_server_properties_dict;
- if (GetParam() >= 4) {
- servers_list->AppendIfNotPresent(std::move(servers_dict));
- if (GetParam() == 5) {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, -1);
- } else {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict,
- GetParam());
- }
- http_server_properties_dict.SetWithoutPathExpansion(
- "servers", std::move(servers_list));
- } else {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict,
- GetParam());
- http_server_properties_dict.SetWithoutPathExpansion(
- "servers", std::move(servers_dict));
- }
+ servers_dict->SetWithoutPathExpansion("https://mail.google.com",
+ std::move(server_pref_dict1));
+ servers_list->Append(std::move(servers_dict));
+ base::DictionaryValue http_server_properties_dict = DictWithVersion();
+ http_server_properties_dict.SetWithoutPathExpansion("servers",
+ std::move(servers_list));
auto supports_quic = std::make_unique<base::DictionaryValue>();
supports_quic->SetBoolean("used_quic", true);
supports_quic->SetString("address", "127.0.0.1");
@@ -343,7 +325,7 @@ TEST_P(HttpServerPropertiesManagerTest,
play_quic_server_id));
}
-TEST_P(HttpServerPropertiesManagerTest, BadCachedHostPortPair) {
+TEST_F(HttpServerPropertiesManagerTest, BadCachedHostPortPair) {
auto server_pref_dict = std::make_unique<base::DictionaryValue>();
// Set supports_spdy for www.google.com:65536.
@@ -367,24 +349,11 @@ TEST_P(HttpServerPropertiesManagerTest, BadCachedHostPortPair) {
auto servers_dict = std::make_unique<base::DictionaryValue>();
servers_dict->SetWithoutPathExpansion("www.google.com:65536",
std::move(server_pref_dict));
- base::DictionaryValue http_server_properties_dict;
- if (GetParam() >= 4) {
auto servers_list = std::make_unique<base::ListValue>();
servers_list->Append(std::move(servers_dict));
- if (GetParam() == 5) {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, -1);
- } else {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict,
- GetParam());
- }
+ base::DictionaryValue http_server_properties_dict = DictWithVersion();
http_server_properties_dict.SetWithoutPathExpansion(
"servers", std::move(servers_list));
- } else {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict,
- GetParam());
- http_server_properties_dict.SetWithoutPathExpansion(
- "servers", std::move(servers_dict));
- }
// Set quic_server_info for www.google.com:65536.
auto quic_servers_dict = std::make_unique<base::DictionaryValue>();
@@ -421,7 +390,7 @@ TEST_P(HttpServerPropertiesManagerTest, BadCachedHostPortPair) {
EXPECT_EQ(0u, http_server_props_manager_->quic_server_info_map().size());
}
-TEST_P(HttpServerPropertiesManagerTest, BadCachedAltProtocolPort) {
+TEST_F(HttpServerPropertiesManagerTest, BadCachedAltProtocolPort) {
auto server_pref_dict = std::make_unique<base::DictionaryValue>();
// Set supports_spdy for www.google.com:80.
@@ -440,24 +409,11 @@ TEST_P(HttpServerPropertiesManagerTest, BadCachedAltProtocolPort) {
auto servers_dict = std::make_unique<base::DictionaryValue>();
servers_dict->SetWithoutPathExpansion("www.google.com:80",
std::move(server_pref_dict));
- base::DictionaryValue http_server_properties_dict;
- if (GetParam() >= 4) {
auto servers_list = std::make_unique<base::ListValue>();
servers_list->Append(std::move(servers_dict));
- if (GetParam() == 5) {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, -1);
- } else {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict,
- GetParam());
- }
+ base::DictionaryValue http_server_properties_dict = DictWithVersion();
http_server_properties_dict.SetWithoutPathExpansion(
"servers", std::move(servers_list));
- } else {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict,
- GetParam());
- http_server_properties_dict.SetWithoutPathExpansion(
- "servers", std::move(servers_dict));
- }
// Set up the pref.
pref_delegate_->SetPrefs(http_server_properties_dict);
@@ -473,7 +429,7 @@ TEST_P(HttpServerPropertiesManagerTest, BadCachedAltProtocolPort) {
HasAlternativeService(url::SchemeHostPort("http", "www.google.com", 80)));
}
-TEST_P(HttpServerPropertiesManagerTest, SupportsSpdy) {
+TEST_F(HttpServerPropertiesManagerTest, SupportsSpdy) {
// Add mail.google.com:443 as a supporting spdy server.
url::SchemeHostPort spdy_server("https", "mail.google.com", 443);
EXPECT_FALSE(
@@ -502,7 +458,7 @@ TEST_P(HttpServerPropertiesManagerTest, SupportsSpdy) {
// scheduled if multiple updates happen in a given time period. Subsequent pref
// update could also be scheduled once the previous scheduled update is
// completed.
-TEST_P(HttpServerPropertiesManagerTest,
+TEST_F(HttpServerPropertiesManagerTest,
SinglePrefUpdateForTwoSpdyServerCacheChanges) {
// Post an update task. SetSupportsSpdy calls ScheduleUpdatePrefs with a delay
// of 60ms.
@@ -545,7 +501,7 @@ TEST_P(HttpServerPropertiesManagerTest,
EXPECT_EQ(1, pref_delegate_->GetAndClearNumPrefUpdates());
}
-TEST_P(HttpServerPropertiesManagerTest, GetAlternativeServiceInfos) {
+TEST_F(HttpServerPropertiesManagerTest, GetAlternativeServiceInfos) {
url::SchemeHostPort spdy_server_mail("http", "mail.google.com", 80);
EXPECT_FALSE(HasAlternativeService(spdy_server_mail));
const AlternativeService alternative_service(kProtoHTTP2, "mail.google.com",
@@ -569,7 +525,7 @@ TEST_P(HttpServerPropertiesManagerTest, GetAlternativeServiceInfos) {
alternative_service_info_vector[0].alternative_service());
}
-TEST_P(HttpServerPropertiesManagerTest, SetAlternativeServices) {
+TEST_F(HttpServerPropertiesManagerTest, SetAlternativeServices) {
url::SchemeHostPort spdy_server_mail("http", "mail.google.com", 80);
EXPECT_FALSE(HasAlternativeService(spdy_server_mail));
AlternativeServiceInfoVector alternative_service_info_vector;
@@ -603,7 +559,7 @@ TEST_P(HttpServerPropertiesManagerTest, SetAlternativeServices) {
alternative_service_info_vector2[1].alternative_service());
}
-TEST_P(HttpServerPropertiesManagerTest, SetAlternativeServicesEmpty) {
+TEST_F(HttpServerPropertiesManagerTest, SetAlternativeServicesEmpty) {
url::SchemeHostPort spdy_server_mail("http", "mail.google.com", 80);
EXPECT_FALSE(HasAlternativeService(spdy_server_mail));
const AlternativeService alternative_service(kProtoHTTP2, "mail.google.com",
@@ -617,7 +573,7 @@ TEST_P(HttpServerPropertiesManagerTest, SetAlternativeServicesEmpty) {
EXPECT_FALSE(HasAlternativeService(spdy_server_mail));
}
-TEST_P(HttpServerPropertiesManagerTest, ConfirmAlternativeService) {
+TEST_F(HttpServerPropertiesManagerTest, ConfirmAlternativeService) {
url::SchemeHostPort spdy_server_mail;
AlternativeService alternative_service;
@@ -663,7 +619,7 @@ TEST_P(HttpServerPropertiesManagerTest, ConfirmAlternativeService) {
alternative_service));
}
-TEST_P(HttpServerPropertiesManagerTest,
+TEST_F(HttpServerPropertiesManagerTest,
ConfirmBrokenUntilDefaultNetworkChanges) {
url::SchemeHostPort spdy_server_mail;
AlternativeService alternative_service;
@@ -712,7 +668,7 @@ TEST_P(HttpServerPropertiesManagerTest,
alternative_service));
}
-TEST_P(HttpServerPropertiesManagerTest,
+TEST_F(HttpServerPropertiesManagerTest,
OnDefaultNetworkChangedWithBrokenUntilDefaultNetworkChanges) {
url::SchemeHostPort spdy_server_mail;
AlternativeService alternative_service;
@@ -761,7 +717,7 @@ TEST_P(HttpServerPropertiesManagerTest,
alternative_service));
}
-TEST_P(HttpServerPropertiesManagerTest, OnDefaultNetworkChangedWithBrokenOnly) {
+TEST_F(HttpServerPropertiesManagerTest, OnDefaultNetworkChangedWithBrokenOnly) {
url::SchemeHostPort spdy_server_mail;
AlternativeService alternative_service;
@@ -807,7 +763,7 @@ TEST_P(HttpServerPropertiesManagerTest, OnDefaultNetworkChangedWithBrokenOnly) {
alternative_service));
}
-TEST_P(HttpServerPropertiesManagerTest, SupportsQuic) {
+TEST_F(HttpServerPropertiesManagerTest, SupportsQuic) {
IPAddress address;
EXPECT_FALSE(http_server_props_manager_->GetSupportsQuic(&address));
@@ -831,7 +787,7 @@ TEST_P(HttpServerPropertiesManagerTest, SupportsQuic) {
EXPECT_EQ(0u, GetPendingMainThreadTaskCount());
}
-TEST_P(HttpServerPropertiesManagerTest, ServerNetworkStats) {
+TEST_F(HttpServerPropertiesManagerTest, ServerNetworkStats) {
url::SchemeHostPort mail_server("http", "mail.google.com", 80);
const ServerNetworkStats* stats =
http_server_props_manager_->GetServerNetworkStats(mail_server);
@@ -869,7 +825,7 @@ TEST_P(HttpServerPropertiesManagerTest, ServerNetworkStats) {
http_server_props_manager_->GetServerNetworkStats(mail_server));
}
-TEST_P(HttpServerPropertiesManagerTest, QuicServerInfo) {
+TEST_F(HttpServerPropertiesManagerTest, QuicServerInfo) {
quic::QuicServerId mail_quic_server_id("mail.google.com", 80, false);
EXPECT_EQ(nullptr,
http_server_props_manager_->GetQuicServerInfo(mail_quic_server_id));
@@ -896,7 +852,7 @@ TEST_P(HttpServerPropertiesManagerTest, QuicServerInfo) {
EXPECT_EQ(0u, GetPendingMainThreadTaskCount());
}
-TEST_P(HttpServerPropertiesManagerTest, Clear) {
+TEST_F(HttpServerPropertiesManagerTest, Clear) {
const url::SchemeHostPort spdy_server("https", "mail.google.com", 443);
const IPAddress actual_address(127, 0, 0, 1);
const quic::QuicServerId mail_quic_server_id("mail.google.com", 80, false);
@@ -972,11 +928,10 @@ TEST_P(HttpServerPropertiesManagerTest, Clear) {
// https://crbug.com/444956: Add 200 alternative_service servers followed by
// supports_quic and verify we have read supports_quic from prefs.
-TEST_P(HttpServerPropertiesManagerTest, BadSupportsQuic) {
+TEST_F(HttpServerPropertiesManagerTest, BadSupportsQuic) {
auto servers_dict = std::make_unique<base::DictionaryValue>();
- std::unique_ptr<base::ListValue> servers_list;
- if (GetParam() >= 4)
- servers_list = std::make_unique<base::ListValue>();
+ std::unique_ptr<base::ListValue> servers_list =
+ std::make_unique<base::ListValue>();
for (int i = 1; i <= 200; ++i) {
// Set up alternative_service for www.google.com:i.
@@ -988,46 +943,21 @@ TEST_P(HttpServerPropertiesManagerTest, BadSupportsQuic) {
auto server_pref_dict = std::make_unique<base::DictionaryValue>();
server_pref_dict->SetWithoutPathExpansion(
"alternative_service", std::move(alternative_service_list));
- if (GetParam() >= 5) {
servers_dict->SetWithoutPathExpansion(
StringPrintf("https://www.google.com:%d", i),
std::move(server_pref_dict));
- } else {
- servers_dict->SetWithoutPathExpansion(
- StringPrintf("www.google.com:%d", i), std::move(server_pref_dict));
- }
- if (GetParam() >= 4) {
servers_list->AppendIfNotPresent(std::move(servers_dict));
servers_dict = std::make_unique<base::DictionaryValue>();
- }
}
// Set the server preference for http://mail.google.com server.
auto server_pref_dict1 = std::make_unique<base::DictionaryValue>();
- if (GetParam() >= 5) {
servers_dict->SetWithoutPathExpansion("https://mail.google.com",
std::move(server_pref_dict1));
- } else {
- servers_dict->SetWithoutPathExpansion("mail.google.com:80",
- std::move(server_pref_dict1));
- }
- base::DictionaryValue http_server_properties_dict;
- if (GetParam() >= 4) {
servers_list->AppendIfNotPresent(std::move(servers_dict));
- if (GetParam() == 5) {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict, -1);
- } else {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict,
- GetParam());
- }
+ base::DictionaryValue http_server_properties_dict = DictWithVersion();
http_server_properties_dict.SetWithoutPathExpansion(
"servers", std::move(servers_list));
- } else {
- HttpServerPropertiesManager::SetVersion(&http_server_properties_dict,
- GetParam());
- http_server_properties_dict.SetWithoutPathExpansion(
- "servers", std::move(servers_dict));
- }
// Set up SupportsQuic for 127.0.0.1
auto supports_quic = std::make_unique<base::DictionaryValue>();
@@ -1043,11 +973,7 @@ TEST_P(HttpServerPropertiesManagerTest, BadSupportsQuic) {
// Verify alternative service.
for (int i = 1; i <= 200; ++i) {
GURL server_gurl;
- if (GetParam() >= 5) {
- server_gurl = GURL(StringPrintf("https://www.google.com:%d", i));
- } else {
server_gurl = GURL(StringPrintf("https://www.google.com:%d", i));
- }
url::SchemeHostPort server(server_gurl);
AlternativeServiceInfoVector alternative_service_info_vector =
http_server_props_manager_->GetAlternativeServiceInfos(server);
@@ -1064,7 +990,7 @@ TEST_P(HttpServerPropertiesManagerTest, BadSupportsQuic) {
EXPECT_EQ("127.0.0.1", address.ToString());
}
-TEST_P(HttpServerPropertiesManagerTest, UpdatePrefsWithCache) {
+TEST_F(HttpServerPropertiesManagerTest, UpdatePrefsWithCache) {
const url::SchemeHostPort server_www("https", "www.google.com", 80);
const url::SchemeHostPort server_mail("https", "mail.google.com", 80);
@@ -1210,7 +1136,7 @@ TEST_P(HttpServerPropertiesManagerTest, UpdatePrefsWithCache) {
EXPECT_EQ(expected_json, preferences_json);
}
-TEST_P(HttpServerPropertiesManagerTest,
+TEST_F(HttpServerPropertiesManagerTest,
SingleCacheUpdateForMultipleUpdatesScheduled) {
EXPECT_EQ(0u, GetPendingMainThreadTaskCount());
// Update cache.
@@ -1241,7 +1167,7 @@ TEST_P(HttpServerPropertiesManagerTest,
EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates());
}
-TEST_P(HttpServerPropertiesManagerTest, AddToAlternativeServiceMap) {
+TEST_F(HttpServerPropertiesManagerTest, AddToAlternativeServiceMap) {
std::unique_ptr<base::Value> server_value = base::JSONReader::ReadDeprecated(
"{\"alternative_service\":[{\"port\":443,\"protocol_str\":\"h2\"},"
"{\"port\":123,\"protocol_str\":\"quic\","
@@ -1293,7 +1219,7 @@ TEST_P(HttpServerPropertiesManagerTest, AddToAlternativeServiceMap) {
}
// Regression test for https://crbug.com/615497.
-TEST_P(HttpServerPropertiesManagerTest, DoNotLoadAltSvcForInsecureOrigins) {
+TEST_F(HttpServerPropertiesManagerTest, DoNotLoadAltSvcForInsecureOrigins) {
std::unique_ptr<base::Value> server_value = base::JSONReader::ReadDeprecated(
"{\"alternative_service\":[{\"port\":443,\"protocol_str\":\"h2\","
"\"expiration\":\"9223372036854775807\"}]}");
@@ -1311,7 +1237,7 @@ TEST_P(HttpServerPropertiesManagerTest, DoNotLoadAltSvcForInsecureOrigins) {
}
// Do not persist expired alternative service entries to disk.
-TEST_P(HttpServerPropertiesManagerTest, DoNotPersistExpiredAlternativeService) {
+TEST_F(HttpServerPropertiesManagerTest, DoNotPersistExpiredAlternativeService) {
AlternativeServiceInfoVector alternative_service_info_vector;
const AlternativeService broken_alternative_service(
@@ -1386,7 +1312,7 @@ TEST_P(HttpServerPropertiesManagerTest, DoNotPersistExpiredAlternativeService) {
}
// Test that expired alternative service entries on disk are ignored.
-TEST_P(HttpServerPropertiesManagerTest, DoNotLoadExpiredAlternativeService) {
+TEST_F(HttpServerPropertiesManagerTest, DoNotLoadExpiredAlternativeService) {
auto alternative_service_list = std::make_unique<base::ListValue>();
auto expired_dict = std::make_unique<base::DictionaryValue>();
expired_dict->SetString("protocol_str", "h2");
@@ -1429,7 +1355,7 @@ TEST_P(HttpServerPropertiesManagerTest, DoNotLoadExpiredAlternativeService) {
}
// Make sure prefs are updated on destruction.
-TEST_P(HttpServerPropertiesManagerTest, UpdatePrefsOnShutdown) {
+TEST_F(HttpServerPropertiesManagerTest, UpdatePrefsOnShutdown) {
int pref_updates = 0;
pref_delegate_->set_extra_update_prefs_callback(
base::Bind([](int* updates) { (*updates)++; }, &pref_updates));
@@ -1437,7 +1363,7 @@ TEST_P(HttpServerPropertiesManagerTest, UpdatePrefsOnShutdown) {
EXPECT_EQ(1, pref_updates);
}
-TEST_P(HttpServerPropertiesManagerTest, PersistAdvertisedVersionsToPref) {
+TEST_F(HttpServerPropertiesManagerTest, PersistAdvertisedVersionsToPref) {
const url::SchemeHostPort server_www("https", "www.google.com", 80);
const url::SchemeHostPort server_mail("https", "mail.google.com", 80);
@@ -1449,7 +1375,7 @@ TEST_P(HttpServerPropertiesManagerTest, PersistAdvertisedVersionsToPref) {
ASSERT_TRUE(base::Time::FromUTCString("2036-12-01 10:00:00", &expiration1));
quic::ParsedQuicVersionVector advertised_versions = {
quic::ParsedQuicVersion(quic::PROTOCOL_QUIC_CRYPTO,
- quic::QUIC_VERSION_44),
+ quic::QUIC_VERSION_46),
quic::ParsedQuicVersion(quic::PROTOCOL_QUIC_CRYPTO,
quic::QUIC_VERSION_39)};
alternative_service_info_vector.push_back(
@@ -1499,7 +1425,7 @@ TEST_P(HttpServerPropertiesManagerTest, PersistAdvertisedVersionsToPref) {
"{\"quic_servers\":{\"https://mail.google.com:80\":{"
"\"server_info\":\"quic_server_info1\"}},\"servers\":["
"{\"https://www.google.com:80\":{\"alternative_service\":[{"
- "\"advertised_versions\":[39,44],\"expiration\":\"13756212000000000\","
+ "\"advertised_versions\":[39,46],\"expiration\":\"13756212000000000\","
"\"port\":443,\"protocol_str\":\"quic\"},{\"advertised_versions\":[],"
"\"expiration\":\"13758804000000000\",\"host\":\"www.google.com\","
"\"port\":1234,\"protocol_str\":\"h2\"}]}},"
@@ -1517,13 +1443,13 @@ TEST_P(HttpServerPropertiesManagerTest, PersistAdvertisedVersionsToPref) {
EXPECT_EQ(expected_json, preferences_json);
}
-TEST_P(HttpServerPropertiesManagerTest, ReadAdvertisedVersionsFromPref) {
+TEST_F(HttpServerPropertiesManagerTest, ReadAdvertisedVersionsFromPref) {
std::unique_ptr<base::Value> server_value = base::JSONReader::ReadDeprecated(
"{\"alternative_service\":["
"{\"port\":443,\"protocol_str\":\"quic\"},"
"{\"port\":123,\"protocol_str\":\"quic\","
"\"expiration\":\"9223372036854775807\","
- "\"advertised_versions\":[44,39]}]}");
+ "\"advertised_versions\":[46,39]}]}");
ASSERT_TRUE(server_value);
base::DictionaryValue* server_dict;
ASSERT_TRUE(server_value->GetAsDictionary(&server_dict));
@@ -1564,18 +1490,18 @@ TEST_P(HttpServerPropertiesManagerTest, ReadAdvertisedVersionsFromPref) {
quic::QUIC_VERSION_39),
loaded_advertised_versions[0]);
EXPECT_EQ(quic::ParsedQuicVersion(quic::PROTOCOL_QUIC_CRYPTO,
- quic::QUIC_VERSION_44),
+ quic::QUIC_VERSION_46),
loaded_advertised_versions[1]);
}
-TEST_P(HttpServerPropertiesManagerTest,
+TEST_F(HttpServerPropertiesManagerTest,
UpdatePrefWhenAdvertisedVersionsChange) {
const url::SchemeHostPort server_www("https", "www.google.com", 80);
// #1: Set alternate protocol.
AlternativeServiceInfoVector alternative_service_info_vector;
// Quic alternative service set with a single QUIC version:
- // quic::QUIC_VERSION_44.
+ // quic::QUIC_VERSION_46.
AlternativeService quic_alternative_service1(kProtoQUIC, "", 443);
base::Time expiration1;
ASSERT_TRUE(base::Time::FromUTCString("2036-12-01 10:00:00", &expiration1));
@@ -1624,7 +1550,7 @@ TEST_P(HttpServerPropertiesManagerTest,
// Quic alternative service set with two advertised QUIC versions.
quic::ParsedQuicVersionVector advertised_versions = {
quic::ParsedQuicVersion(quic::PROTOCOL_QUIC_CRYPTO,
- quic::QUIC_VERSION_44),
+ quic::QUIC_VERSION_46),
quic::ParsedQuicVersion(quic::PROTOCOL_QUIC_CRYPTO,
quic::QUIC_VERSION_39)};
alternative_service_info_vector_2.push_back(
@@ -1644,7 +1570,7 @@ TEST_P(HttpServerPropertiesManagerTest,
"{\"quic_servers\":{\"https://mail.google.com:80\":"
"{\"server_info\":\"quic_server_info1\"}},\"servers\":["
"{\"https://www.google.com:80\":"
- "{\"alternative_service\":[{\"advertised_versions\":[39,44],"
+ "{\"alternative_service\":[{\"advertised_versions\":[39,46],"
"\"expiration\":\"13756212000000000\",\"port\":443,"
"\"protocol_str\":\"quic\"}]}}],\"supports_quic\":"
"{\"address\":\"127.0.0.1\",\"used_quic\":true},\"version\":5}";
@@ -1659,7 +1585,7 @@ TEST_P(HttpServerPropertiesManagerTest,
quic::ParsedQuicVersion(quic::PROTOCOL_QUIC_CRYPTO,
quic::QUIC_VERSION_39),
quic::ParsedQuicVersion(quic::PROTOCOL_QUIC_CRYPTO,
- quic::QUIC_VERSION_44)};
+ quic::QUIC_VERSION_46)};
alternative_service_info_vector_3.push_back(
AlternativeServiceInfo::CreateQuicAlternativeServiceInfo(
quic_alternative_service1, expiration1, advertised_versions_2));
@@ -1671,7 +1597,7 @@ TEST_P(HttpServerPropertiesManagerTest,
EXPECT_EQ(0, pref_delegate_->GetAndClearNumPrefUpdates());
}
-TEST_P(HttpServerPropertiesManagerTest, UpdateCacheWithPrefs) {
+TEST_F(HttpServerPropertiesManagerTest, UpdateCacheWithPrefs) {
AlternativeService cached_broken_service(kProtoQUIC, "cached_broken", 443);
AlternativeService cached_broken_service2(kProtoQUIC, "cached_broken2", 443);
AlternativeService cached_recently_broken_service(kProtoQUIC,
diff --git a/chromium/net/http/http_stream_factory.cc b/chromium/net/http/http_stream_factory.cc
index 3bca1d7c738..51bcae28729 100644
--- a/chromium/net/http/http_stream_factory.cc
+++ b/chromium/net/http/http_stream_factory.cc
@@ -78,8 +78,9 @@ void HttpStreamFactory::ProcessAlternativeServices(
quic::ParsedQuicVersionVector advertised_versions;
if (protocol == kProtoQUIC && !alternative_service_entry.version.empty()) {
advertised_versions = FilterSupportedAltSvcVersions(
- alternative_service_entry, session->params().quic_supported_versions,
- session->params().support_ietf_format_quic_altsvc);
+ alternative_service_entry,
+ session->params().quic_params.supported_versions,
+ session->params().quic_params.support_ietf_format_quic_altsvc);
if (advertised_versions.empty())
continue;
}
@@ -256,8 +257,8 @@ bool HttpStreamFactory::OnInitConnection(const JobController& controller,
PreconnectingProxyServer preconnecting_proxy_server(proxy_info.proxy_server(),
privacy_mode);
- if (base::ContainsKey(preconnecting_proxy_servers_,
- preconnecting_proxy_server)) {
+ if (base::Contains(preconnecting_proxy_servers_,
+ preconnecting_proxy_server)) {
UMA_HISTOGRAM_EXACT_LINEAR("Net.PreconnectSkippedToProxyServers", 1, 2);
// Skip preconnect to the proxy server since we are already preconnecting
// (probably via some other job). See https://crbug.com/682041 for details.
diff --git a/chromium/net/http/http_stream_factory_job.cc b/chromium/net/http/http_stream_factory_job.cc
index e176dfd7dc8..ed7b2346906 100644
--- a/chromium/net/http/http_stream_factory_job.cc
+++ b/chromium/net/http/http_stream_factory_job.cc
@@ -66,18 +66,17 @@ const base::Feature kLimitEarlyPreconnectsExperiment{
} // namespace
// Returns parameters associated with the start of a HTTP stream job.
-base::Value NetLogHttpStreamJobCallback(const NetLogSource& source,
- const GURL* original_url,
- const GURL* url,
- bool expect_spdy,
- bool using_quic,
- RequestPriority priority,
- NetLogCaptureMode /* capture_mode */) {
+base::Value NetLogHttpStreamJobParams(const NetLogSource& source,
+ const GURL& original_url,
+ const GURL& url,
+ bool expect_spdy,
+ bool using_quic,
+ RequestPriority priority) {
base::DictionaryValue dict;
if (source.IsValid())
source.AddToEventParameters(&dict);
- dict.SetString("original_url", original_url->GetOrigin().spec());
- dict.SetString("url", url->GetOrigin().spec());
+ dict.SetString("original_url", original_url.GetOrigin().spec());
+ dict.SetString("url", url.GetOrigin().spec());
dict.SetBoolean("expect_spdy", expect_spdy);
dict.SetBoolean("using_quic", using_quic);
dict.SetString("priority", RequestPriorityToString(priority));
@@ -86,9 +85,7 @@ base::Value NetLogHttpStreamJobCallback(const NetLogSource& source,
// Returns parameters associated with the Proto (with NPN negotiation) of a HTTP
// stream.
-base::Value NetLogHttpStreamProtoCallback(
- NextProto negotiated_protocol,
- NetLogCaptureMode /* capture_mode */) {
+base::Value NetLogHttpStreamProtoParams(NextProto negotiated_protocol) {
base::DictionaryValue dict;
dict.SetString("proto", NextProtoToString(negotiated_protocol));
@@ -169,8 +166,7 @@ HttpStreamFactory::Job::Job(Delegate* delegate,
request_info_.socket_tag,
request_info_.network_isolation_key)),
stream_type_(HttpStreamRequest::BIDIRECTIONAL_STREAM),
- init_connection_already_resumed_(false),
- ptr_factory_(this) {
+ init_connection_already_resumed_(false) {
// QUIC can only be spoken to servers, never to proxies.
if (alternative_protocol == kProtoQUIC)
DCHECK(proxy_info_.is_direct());
@@ -180,7 +176,7 @@ HttpStreamFactory::Job::Job(Delegate* delegate,
if (quic_version_ == quic::UnsupportedQuicVersion() &&
ShouldForceQuic(session, destination, origin_url, proxy_info,
using_ssl_)) {
- quic_version_ = session->params().quic_supported_versions[0];
+ quic_version_ = session->params().quic_params.supported_versions[0];
}
if (using_quic_)
@@ -362,10 +358,10 @@ bool HttpStreamFactory::Job::ShouldForceQuic(HttpNetworkSession* session,
// handled by the socket pools, using an HttpProxyConnectJob.
if (proxy_info.is_quic())
return !using_ssl;
- return (base::ContainsKey(session->params().origins_to_force_quic_on,
- HostPortPair()) ||
- base::ContainsKey(session->params().origins_to_force_quic_on,
- destination)) &&
+ return (base::Contains(session->params().quic_params.origins_to_force_quic_on,
+ HostPortPair()) ||
+ base::Contains(session->params().quic_params.origins_to_force_quic_on,
+ destination)) &&
proxy_info.is_direct() && origin_url.SchemeIs(url::kHttpsScheme);
}
@@ -630,13 +626,13 @@ int HttpStreamFactory::Job::DoStart() {
const NetLogWithSource* net_log = delegate_->GetNetLog();
if (net_log) {
- net_log_.BeginEvent(
- NetLogEventType::HTTP_STREAM_JOB,
- base::Bind(&NetLogHttpStreamJobCallback, net_log->source(),
- &request_info_.url, &origin_url_, expect_spdy_, using_quic_,
- priority_));
- net_log->AddEvent(NetLogEventType::HTTP_STREAM_REQUEST_STARTED_JOB,
- net_log_.source().ToEventParametersCallback());
+ net_log_.BeginEvent(NetLogEventType::HTTP_STREAM_JOB, [&] {
+ return NetLogHttpStreamJobParams(net_log->source(), request_info_.url,
+ origin_url_, expect_spdy_, using_quic_,
+ priority_);
+ });
+ net_log->AddEventReferencingSource(
+ NetLogEventType::HTTP_STREAM_REQUEST_STARTED_JOB, net_log_.source());
}
// Don't connect to restricted ports.
@@ -657,8 +653,9 @@ int HttpStreamFactory::Job::DoStart() {
int HttpStreamFactory::Job::DoWait() {
next_state_ = STATE_WAIT_COMPLETE;
bool should_wait = delegate_->ShouldWait(this);
- net_log_.BeginEvent(NetLogEventType::HTTP_STREAM_JOB_WAITING,
- NetLog::BoolCallback("should_wait", should_wait));
+ net_log_.AddEntryWithBoolParams(NetLogEventType::HTTP_STREAM_JOB_WAITING,
+ NetLogEventPhase::BEGIN, "should_wait",
+ should_wait);
if (should_wait)
return ERR_IO_PENDING;
@@ -711,25 +708,6 @@ int HttpStreamFactory::Job::DoInitConnectionImpl() {
// Disable network fetches for HTTPS proxies, since the network requests
// are probably going to need to go through the proxy too.
proxy_ssl_config_.disable_cert_verification_network_fetches = true;
-
- if (proxy_ssl_config_.send_client_cert) {
- // When connecting through an HTTPS proxy, disable TLS False Start so that
- // client authentication errors can be distinguished between those
- // originating from the proxy server (ERR_PROXY_CONNECTION_FAILED) and
- // those originating from the endpoint (ERR_SSL_PROTOCOL_ERROR /
- // ERR_BAD_SSL_CLIENT_AUTH_CERT).
- //
- // We now handle this fine for SSLClientAuthCache updates, though not
- // ReconsiderProxyAfterError() below. In case of issues there, and general
- // False Start compatibility risk, we continue to disable False Start. (If
- // it becomes a problem, the risk of removing this is likely low.)
- //
- // This assumes the proxy will only request certificates on the initial
- // handshake; renegotiation on the proxy connection is unsupported.
- //
- // See https://crbug.com/828965.
- proxy_ssl_config_.false_start_enabled = false;
- }
}
if (using_ssl_) {
// Prior to HTTP/2 and SPDY, some servers use TLS renegotiation to request
@@ -773,8 +751,8 @@ int HttpStreamFactory::Job::DoInitConnectionImpl() {
ssl_config = &server_ssl_config_;
}
int rv = quic_request_.Request(
- destination, quic_version_.transport_version,
- request_info_.privacy_mode, priority_, request_info_.socket_tag,
+ destination, quic_version_, request_info_.privacy_mode, priority_,
+ request_info_.socket_tag, request_info_.network_isolation_key,
ssl_config->GetCertVerifyFlags(), url, net_log_, &net_error_details_,
base::BindOnce(&Job::OnFailedOnDefaultNetwork,
ptr_factory_.GetWeakPtr()),
@@ -875,7 +853,8 @@ int HttpStreamFactory::Job::DoInitConnectionImpl() {
return PreconnectSocketsForHttpRequest(
GetSocketGroup(), destination_, request_info_.load_flags, priority_,
session_, proxy_info_, server_ssl_config_, proxy_ssl_config_,
- request_info_.privacy_mode, net_log_, num_streams_);
+ request_info_.privacy_mode, request_info_.network_isolation_key,
+ net_log_, num_streams_);
}
ClientSocketPool::ProxyAuthCallback proxy_auth_callback =
@@ -945,9 +924,9 @@ int HttpStreamFactory::Job::DoInitConnectionComplete(int result) {
if (connection_->socket()->WasAlpnNegotiated()) {
was_alpn_negotiated_ = true;
negotiated_protocol_ = connection_->socket()->GetNegotiatedProtocol();
- net_log_.AddEvent(
- NetLogEventType::HTTP_STREAM_REQUEST_PROTO,
- base::Bind(&NetLogHttpStreamProtoCallback, negotiated_protocol_));
+ net_log_.AddEvent(NetLogEventType::HTTP_STREAM_REQUEST_PROTO, [&] {
+ return NetLogHttpStreamProtoParams(negotiated_protocol_);
+ });
if (negotiated_protocol_ == kProtoHTTP2) {
if (is_websocket_) {
// WebSocket is not supported over a fresh HTTP/2 connection.
@@ -1152,9 +1131,9 @@ int HttpStreamFactory::Job::DoCreateStream() {
net_log_);
if (!spdy_session->HasAcceptableTransportSecurity()) {
- spdy_session->CloseSessionOnError(ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY,
+ spdy_session->CloseSessionOnError(ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY,
"");
- return ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY;
+ return ERR_HTTP2_INADEQUATE_TRANSPORT_SECURITY;
}
url::SchemeHostPort scheme_host_port(
diff --git a/chromium/net/http/http_stream_factory_job.h b/chromium/net/http/http_stream_factory_job.h
index 3a5488e312c..94d1a9190f8 100644
--- a/chromium/net/http/http_stream_factory_job.h
+++ b/chromium/net/http/http_stream_factory_job.h
@@ -477,7 +477,7 @@ class HttpStreamFactory::Job
std::unique_ptr<SpdySessionPool::SpdySessionRequest> spdy_session_request_;
- base::WeakPtrFactory<Job> ptr_factory_;
+ base::WeakPtrFactory<Job> ptr_factory_{this};
DISALLOW_COPY_AND_ASSIGN(Job);
};
diff --git a/chromium/net/http/http_stream_factory_job_controller.cc b/chromium/net/http/http_stream_factory_job_controller.cc
index d208cd01f3a..45a9e840014 100644
--- a/chromium/net/http/http_stream_factory_job_controller.cc
+++ b/chromium/net/http/http_stream_factory_job_controller.cc
@@ -16,6 +16,7 @@
#include "base/trace_event/memory_usage_estimator.h"
#include "base/values.h"
#include "net/base/host_mapping_rules.h"
+#include "net/base/load_flags.h"
#include "net/http/bidirectional_stream_impl.h"
#include "net/http/transport_security_state.h"
#include "net/log/net_log.h"
@@ -32,8 +33,7 @@ namespace {
// Returns parameters associated with the proxy resolution.
base::Value NetLogHttpStreamJobProxyServerResolved(
- const ProxyServer& proxy_server,
- NetLogCaptureMode /* capture_mode */) {
+ const ProxyServer& proxy_server) {
base::DictionaryValue dict;
dict.SetString("proxy_server", proxy_server.is_valid()
@@ -48,18 +48,15 @@ base::Value NetLogHttpStreamJobProxyServerResolved(
// the main job.
const int kMaxDelayTimeForMainJobSecs = 3;
-base::Value NetLogJobControllerCallback(const GURL* url,
- bool is_preconnect,
- NetLogCaptureMode /* capture_mode */) {
+base::Value NetLogJobControllerParams(const GURL& url, bool is_preconnect) {
base::DictionaryValue dict;
- dict.SetString("url", url->possibly_invalid_spec());
+ dict.SetString("url", url.possibly_invalid_spec());
dict.SetBoolean("is_preconnect", is_preconnect);
return std::move(dict);
}
-base::Value NetLogAltSvcCallback(const AlternativeServiceInfo* alt_svc_info,
- bool is_broken,
- NetLogCaptureMode /* capture_mode */) {
+base::Value NetLogAltSvcParams(const AlternativeServiceInfo* alt_svc_info,
+ bool is_broken) {
base::DictionaryValue dict;
dict.SetString("alt_svc", alt_svc_info->ToString());
dict.SetBoolean("is_broken", is_broken);
@@ -102,14 +99,13 @@ HttpStreamFactory::JobController::JobController(
proxy_ssl_config_(proxy_ssl_config),
num_streams_(0),
priority_(IDLE),
- net_log_(
- NetLogWithSource::Make(session->net_log(),
- NetLogSourceType::HTTP_STREAM_JOB_CONTROLLER)),
- ptr_factory_(this) {
+ net_log_(NetLogWithSource::Make(
+ session->net_log(),
+ NetLogSourceType::HTTP_STREAM_JOB_CONTROLLER)) {
DCHECK(factory);
- net_log_.BeginEvent(NetLogEventType::HTTP_STREAM_JOB_CONTROLLER,
- base::Bind(&NetLogJobControllerCallback,
- &request_info.url, is_preconnect));
+ net_log_.BeginEvent(NetLogEventType::HTTP_STREAM_JOB_CONTROLLER, [&] {
+ return NetLogJobControllerParams(request_info.url, is_preconnect);
+ });
}
HttpStreamFactory::JobController::~JobController() {
@@ -143,10 +139,11 @@ std::unique_ptr<HttpStreamRequest> HttpStreamFactory::JobController::Start(
request_ = request.get();
// Associates |net_log_| with |source_net_log|.
- source_net_log.AddEvent(NetLogEventType::HTTP_STREAM_JOB_CONTROLLER_BOUND,
- net_log_.source().ToEventParametersCallback());
- net_log_.AddEvent(NetLogEventType::HTTP_STREAM_JOB_CONTROLLER_BOUND,
- source_net_log.source().ToEventParametersCallback());
+ source_net_log.AddEventReferencingSource(
+ NetLogEventType::HTTP_STREAM_JOB_CONTROLLER_BOUND, net_log_.source());
+ net_log_.AddEventReferencingSource(
+ NetLogEventType::HTTP_STREAM_JOB_CONTROLLER_BOUND,
+ source_net_log.source());
RunLoop(OK);
return request;
@@ -459,8 +456,8 @@ void HttpStreamFactory::JobController::AddConnectionAttemptsToRequest(
void HttpStreamFactory::JobController::ResumeMainJobLater(
const base::TimeDelta& delay) {
- net_log_.AddEvent(NetLogEventType::HTTP_STREAM_JOB_DELAYED,
- NetLog::Int64Callback("delay", delay.InMilliseconds()));
+ net_log_.AddEventWithInt64Params(NetLogEventType::HTTP_STREAM_JOB_DELAYED,
+ "delay", delay.InMilliseconds());
resume_main_job_callback_.Reset(
base::BindOnce(&HttpStreamFactory::JobController::ResumeMainJob,
ptr_factory_.GetWeakPtr()));
@@ -475,9 +472,9 @@ void HttpStreamFactory::JobController::ResumeMainJob() {
return;
}
main_job_is_resumed_ = true;
- main_job_->net_log().AddEvent(
- NetLogEventType::HTTP_STREAM_JOB_RESUMED,
- NetLog::Int64Callback("delay", main_job_wait_time_.InMilliseconds()));
+ main_job_->net_log().AddEventWithInt64Params(
+ NetLogEventType::HTTP_STREAM_JOB_RESUMED, "delay",
+ main_job_wait_time_.InMilliseconds());
main_job_->Resume();
main_job_wait_time_ = base::TimeDelta();
@@ -641,10 +638,11 @@ int HttpStreamFactory::JobController::DoResolveProxyComplete(int rv) {
proxy_resolve_request_ = nullptr;
net_log_.AddEvent(
- NetLogEventType::HTTP_STREAM_JOB_CONTROLLER_PROXY_SERVER_RESOLVED,
- base::Bind(
- &NetLogHttpStreamJobProxyServerResolved,
- proxy_info_.is_empty() ? ProxyServer() : proxy_info_.proxy_server()));
+ NetLogEventType::HTTP_STREAM_JOB_CONTROLLER_PROXY_SERVER_RESOLVED, [&] {
+ return NetLogHttpStreamJobProxyServerResolved(
+ proxy_info_.is_empty() ? ProxyServer()
+ : proxy_info_.proxy_server());
+ });
if (rv != OK)
return rv;
@@ -771,12 +769,12 @@ void HttpStreamFactory::JobController::BindJob(Job* job) {
job_bound_ = true;
bound_job_ = job;
- request_->net_log().AddEvent(
+ request_->net_log().AddEventReferencingSource(
NetLogEventType::HTTP_STREAM_REQUEST_BOUND_TO_JOB,
- job->net_log().source().ToEventParametersCallback());
- job->net_log().AddEvent(
+ job->net_log().source());
+ job->net_log().AddEventReferencingSource(
NetLogEventType::HTTP_STREAM_JOB_BOUND_TO_REQUEST,
- request_->net_log().source().ToEventParametersCallback());
+ request_->net_log().source());
OrphanUnboundJob();
}
@@ -1013,9 +1011,9 @@ HttpStreamFactory::JobController::GetAlternativeServiceInfoInternal(
const bool is_broken = http_server_properties.IsAlternativeServiceBroken(
alternative_service_info.alternative_service());
net_log_.AddEvent(
- NetLogEventType::HTTP_STREAM_JOB_CONTROLLER_ALT_SVC_FOUND,
- base::BindRepeating(&NetLogAltSvcCallback, &alternative_service_info,
- is_broken));
+ NetLogEventType::HTTP_STREAM_JOB_CONTROLLER_ALT_SVC_FOUND, [&] {
+ return NetLogAltSvcParams(&alternative_service_info, is_broken);
+ });
if (is_broken) {
HistogramAlternateProtocolUsage(ALTERNATE_PROTOCOL_USAGE_BROKEN, false);
continue;
@@ -1050,7 +1048,7 @@ HttpStreamFactory::JobController::GetAlternativeServiceInfoInternal(
continue;
if (stream_type == HttpStreamRequest::BIDIRECTIONAL_STREAM &&
- session_->params().quic_disable_bidirectional_streams) {
+ session_->params().quic_params.disable_bidirectional_streams) {
continue;
}
@@ -1067,11 +1065,12 @@ HttpStreamFactory::JobController::GetAlternativeServiceInfoInternal(
HostPortPair mapped_origin(origin.host(), origin.port());
ignore_result(ApplyHostMappingRules(original_url, &mapped_origin));
QuicSessionKey session_key(mapped_origin, request_info.privacy_mode,
- request_info.socket_tag);
+ request_info.socket_tag,
+ request_info.network_isolation_key);
HostPortPair destination(alternative_service_info.host_port_pair());
if (session_key.host() != destination.host() &&
- !session_->params().quic_allow_remote_alt_svc) {
+ !session_->params().quic_params.allow_remote_alt_svc) {
continue;
}
ignore_result(ApplyHostMappingRules(original_url, &destination));
@@ -1098,7 +1097,7 @@ HttpStreamFactory::JobController::GetAlternativeServiceInfoInternal(
quic::ParsedQuicVersion HttpStreamFactory::JobController::SelectQuicVersion(
const quic::ParsedQuicVersionVector& advertised_versions) {
const quic::ParsedQuicVersionVector& supported_versions =
- session_->params().quic_supported_versions;
+ session_->params().quic_params.supported_versions;
if (advertised_versions.empty())
return supported_versions[0];
@@ -1242,7 +1241,7 @@ bool HttpStreamFactory::JobController::IsQuicWhitelistedForHost(
return true;
std::string lowered_host = base::ToLowerASCII(host);
- return base::ContainsKey(host_whitelist, lowered_host);
+ return base::Contains(host_whitelist, lowered_host);
}
} // namespace net
diff --git a/chromium/net/http/http_stream_factory_job_controller.h b/chromium/net/http/http_stream_factory_job_controller.h
index f24cdd7a81f..783759ead81 100644
--- a/chromium/net/http/http_stream_factory_job_controller.h
+++ b/chromium/net/http/http_stream_factory_job_controller.h
@@ -360,7 +360,7 @@ class HttpStreamFactory::JobController
RequestPriority priority_;
const NetLogWithSource net_log_;
- base::WeakPtrFactory<JobController> ptr_factory_;
+ base::WeakPtrFactory<JobController> ptr_factory_{this};
};
} // namespace net
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 05c444f7283..b3407f02428 100644
--- a/chromium/net/http/http_stream_factory_job_controller_unittest.cc
+++ b/chromium/net/http/http_stream_factory_job_controller_unittest.cc
@@ -31,7 +31,6 @@
#include "net/http/http_stream_factory_test_util.h"
#include "net/log/net_log_with_source.h"
#include "net/log/test_net_log.h"
-#include "net/log/test_net_log_entry.h"
#include "net/log/test_net_log_util.h"
#include "net/proxy_resolution/mock_proxy_resolver.h"
#include "net/proxy_resolution/proxy_config_service_fixed.h"
@@ -178,7 +177,7 @@ class HttpStreamFactoryJobControllerTest
public:
HttpStreamFactoryJobControllerTest()
: TestWithScopedTaskEnvironment(
- base::test::ScopedTaskEnvironment::MainThreadType::MOCK_TIME) {
+ base::test::ScopedTaskEnvironment::TimeSource::MOCK_TIME) {
session_deps_.enable_quic = true;
session_deps_.host_resolver->set_synchronous_mode(true);
}
@@ -274,7 +273,7 @@ class HttpStreamFactoryJobControllerTest
if (alternative_service.protocol == kProtoQUIC) {
session_->http_server_properties()->SetQuicAlternativeService(
server, alternative_service, expiration,
- session_->params().quic_supported_versions);
+ session_->params().quic_params.supported_versions);
} else {
session_->http_server_properties()->SetHttp2AlternativeService(
server, alternative_service, expiration);
@@ -307,6 +306,7 @@ class HttpStreamFactoryJobControllerTest
void TestMainJobFailsAfterAltJobSucceeded(
bool alt_job_retried_on_non_default_network);
+ BoundTestNetLog net_log_;
TestJobFactory job_factory_;
MockHttpStreamRequestDelegate request_delegate_;
SpdySessionDependencies session_deps_{ProxyResolutionService::CreateDirect()};
@@ -320,7 +320,7 @@ class HttpStreamFactoryJobControllerTest
quic::MockClock clock_;
quic::test::MockRandom random_generator_{0};
QuicTestPacketMaker client_maker_{
- HttpNetworkSession::Params().quic_supported_versions[0],
+ HttpNetworkSession::Params().quic_params.supported_versions[0],
quic::QuicUtils::CreateRandomConnectionId(&random_generator_),
&clock_,
kServerHostname,
@@ -328,7 +328,6 @@ class HttpStreamFactoryJobControllerTest
false};
protected:
- BoundTestNetLog net_log_;
bool use_alternative_proxy_ = false;
bool is_preconnect_ = false;
bool enable_ip_based_pooling_ = true;
@@ -706,7 +705,8 @@ TEST_F(JobControllerReconsiderProxyAfterErrorTest,
url::SchemeHostPort(GURL("http://www.example.com")), stats1);
// Prepare the mocked data.
- MockQuicData quic_data;
+ MockQuicData quic_data(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data.AddRead(ASYNC, ERR_QUIC_PROTOCOL_ERROR);
quic_data.AddWrite(ASYNC, OK);
quic_data.AddSocketDataToFactory(session_deps_.socket_factory.get());
@@ -796,7 +796,8 @@ TEST_F(HttpStreamFactoryJobControllerTest, CancelJobsBeforeBinding) {
// Use COLD_START to make the alt job pending.
crypto_client_stream_factory_.set_handshake_mode(
MockCryptoClientStream::COLD_START);
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, OK);
tcp_data_ = std::make_unique<SequencedSocketData>();
@@ -856,7 +857,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
void HttpStreamFactoryJobControllerTest::TestOnStreamFailedForBothJobs(
bool alt_job_retried_on_non_default_network) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddConnect(ASYNC, ERR_FAILED);
tcp_data_ = std::make_unique<SequencedSocketData>();
tcp_data_->set_connect_data(MockConnect(ASYNC, ERR_FAILED));
@@ -907,7 +909,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
void HttpStreamFactoryJobControllerTest::TestAltJobFailsAfterMainJobSucceeded(
bool alt_job_retried_on_non_default_network) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(ASYNC, ERR_FAILED);
crypto_client_stream_factory_.set_handshake_mode(
MockCryptoClientStream::COLD_START);
@@ -976,7 +979,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
// Tests that when alt job succeeds, main job is destroyed.
TEST_F(HttpStreamFactoryJobControllerTest, AltJobSucceedsMainJobDestroyed) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, ERR_IO_PENDING);
// Use cold start and complete alt job manually.
crypto_client_stream_factory_.set_handshake_mode(
@@ -1024,9 +1028,9 @@ TEST_F(HttpStreamFactoryJobControllerTest, AltJobSucceedsMainJobDestroyed) {
// Regression test for crbug.com/678768.
TEST_F(HttpStreamFactoryJobControllerTest,
AltJobSucceedsMainJobBlockedControllerDestroyed) {
- quic_data_ = std::make_unique<MockQuicData>();
- quic_data_->AddWrite(SYNCHRONOUS,
- client_maker_.MakeInitialSettingsPacket(1, nullptr));
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
+ quic_data_->AddWrite(SYNCHRONOUS, client_maker_.MakeInitialSettingsPacket(1));
quic_data_->AddRead(ASYNC, OK);
HttpRequestInfo request_info;
@@ -1103,7 +1107,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
// JobController will be cleaned up.
TEST_F(HttpStreamFactoryJobControllerTest,
OrphanedJobCompletesControllerDestroyed) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, ERR_IO_PENDING);
// Use cold start and complete alt job manually.
crypto_client_stream_factory_.set_handshake_mode(
@@ -1157,7 +1162,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
void HttpStreamFactoryJobControllerTest::TestAltJobSucceedsAfterMainJobFailed(
bool alt_job_retried_on_non_default_network) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, ERR_IO_PENDING);
// Use cold start and complete alt job manually.
crypto_client_stream_factory_.set_handshake_mode(
@@ -1225,7 +1231,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
void HttpStreamFactoryJobControllerTest::
TestAltJobSucceedsAfterMainJobSucceeded(
bool alt_job_retried_on_non_default_network) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, ERR_IO_PENDING);
// Use cold start and complete alt job manually.
crypto_client_stream_factory_.set_handshake_mode(
@@ -1308,7 +1315,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
void HttpStreamFactoryJobControllerTest::
TestMainJobSucceedsAfterAltJobSucceeded(
bool alt_job_retried_on_non_default_network) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, ERR_IO_PENDING);
// Use cold start and complete alt job manually.
crypto_client_stream_factory_.set_handshake_mode(
@@ -1383,7 +1391,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
void HttpStreamFactoryJobControllerTest::TestMainJobFailsAfterAltJobSucceeded(
bool alt_job_retried_on_non_default_network) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, ERR_IO_PENDING);
// Use cold start and complete alt job manually.
crypto_client_stream_factory_.set_handshake_mode(
@@ -1446,7 +1455,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
void HttpStreamFactoryJobControllerTest::TestMainJobSucceedsAfterAltJobFailed(
bool alt_job_retried_on_non_default_network) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddConnect(SYNCHRONOUS, ERR_FAILED);
tcp_data_ = std::make_unique<SequencedSocketData>();
@@ -1514,7 +1524,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
// then the alternative service is not marked as broken.
TEST_F(HttpStreamFactoryJobControllerTest,
MainJobSucceedsAfterConnectionChanged) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddConnect(SYNCHRONOUS, ERR_NETWORK_CHANGED);
tcp_data_ = std::make_unique<SequencedSocketData>();
tcp_data_->set_connect_data(MockConnect(SYNCHRONOUS, OK));
@@ -1556,7 +1567,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
// Get load state after main job fails and before alternative job succeeds.
TEST_F(HttpStreamFactoryJobControllerTest, GetLoadStateAfterMainJobFailed) {
// Use COLD_START to complete alt job manually.
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, ERR_IO_PENDING);
crypto_client_stream_factory_.set_handshake_mode(
MockCryptoClientStream::COLD_START);
@@ -1603,7 +1615,8 @@ TEST_F(HttpStreamFactoryJobControllerTest, GetLoadStateAfterMainJobFailed) {
TEST_F(HttpStreamFactoryJobControllerTest, ResumeMainJobWhenAltJobStalls) {
// Use COLD_START to stall alt job.
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, ERR_IO_PENDING);
crypto_client_stream_factory_.set_handshake_mode(
MockCryptoClientStream::COLD_START);
@@ -1672,7 +1685,8 @@ TEST_F(HttpStreamFactoryJobControllerTest, HostResolutionHang) {
Initialize(request_info);
// handshake will fail asynchronously after mock data is unpaused.
- MockQuicData quic_data;
+ MockQuicData quic_data(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data.AddRead(ASYNC, ERR_IO_PENDING); // Pause
quic_data.AddRead(ASYNC, ERR_FAILED);
quic_data.AddWrite(ASYNC, ERR_FAILED);
@@ -1744,7 +1758,8 @@ TEST_F(HttpStreamFactoryJobControllerTest, DelayedTCP) {
Initialize(request_info);
// Handshake will fail asynchronously after mock data is unpaused.
- MockQuicData quic_data;
+ MockQuicData quic_data(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data.AddRead(ASYNC, ERR_IO_PENDING); // Pause
quic_data.AddRead(ASYNC, ERR_FAILED);
quic_data.AddWrite(ASYNC, ERR_FAILED);
@@ -1884,7 +1899,8 @@ TEST_F(HttpStreamFactoryJobControllerTest, DelayedTCPWithLargeSrtt) {
Initialize(request_info);
// handshake will fail asynchronously after mock data is unpaused.
- MockQuicData quic_data;
+ MockQuicData quic_data(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data.AddRead(ASYNC, ERR_IO_PENDING); // Pause
quic_data.AddRead(ASYNC, ERR_FAILED);
quic_data.AddWrite(ASYNC, ERR_FAILED);
@@ -1943,7 +1959,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
Initialize(request_info);
// handshake will fail asynchronously after mock data is unpaused.
- MockQuicData quic_data;
+ MockQuicData quic_data(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data.AddRead(ASYNC, ERR_IO_PENDING); // Pause
quic_data.AddRead(ASYNC, ERR_FAILED);
quic_data.AddWrite(ASYNC, ERR_FAILED);
@@ -2064,7 +2081,8 @@ TEST_F(HttpStreamFactoryJobControllerTest, DelayedTCPAlternativeProxy) {
EXPECT_TRUE(test_proxy_delegate()->alternative_proxy_server().is_quic());
// Handshake will fail asynchronously after mock data is unpaused.
- MockQuicData quic_data;
+ MockQuicData quic_data(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data.AddRead(ASYNC, ERR_IO_PENDING); // Pause
quic_data.AddRead(ASYNC, ERR_FAILED);
quic_data.AddWrite(ASYNC, ERR_FAILED);
@@ -2122,7 +2140,8 @@ TEST_F(HttpStreamFactoryJobControllerTest, FailAlternativeProxy) {
ProxyClientSocketDataProvider proxy_data(SYNCHRONOUS, OK);
session_deps_.socket_factory->AddProxyClientSocketDataProvider(&proxy_data);
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddConnect(SYNCHRONOUS, ERR_FAILED);
tcp_data_ = std::make_unique<SequencedSocketData>();
tcp_data_->set_connect_data(MockConnect(SYNCHRONOUS, OK));
@@ -2175,7 +2194,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
ProxyClientSocketDataProvider proxy_data(SYNCHRONOUS, OK);
session_deps_.socket_factory->AddProxyClientSocketDataProvider(&proxy_data);
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddConnect(SYNCHRONOUS, ERR_INTERNET_DISCONNECTED);
tcp_data_ = std::make_unique<SequencedSocketData>();
tcp_data_->set_connect_data(MockConnect(SYNCHRONOUS, OK));
@@ -2228,7 +2248,8 @@ TEST_F(HttpStreamFactoryJobControllerTest,
// Use COLD_START to make the alt job pending.
crypto_client_stream_factory_.set_handshake_mode(
MockCryptoClientStream::COLD_START);
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, ERR_IO_PENDING);
tcp_data_ = std::make_unique<SequencedSocketData>();
tcp_data_->set_connect_data(MockConnect(SYNCHRONOUS, OK));
@@ -2276,9 +2297,9 @@ TEST_F(HttpStreamFactoryJobControllerTest,
}
TEST_F(HttpStreamFactoryJobControllerTest, PreconnectToHostWithValidAltSvc) {
- quic_data_ = std::make_unique<MockQuicData>();
- quic_data_->AddWrite(SYNCHRONOUS,
- client_maker_.MakeInitialSettingsPacket(1, nullptr));
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
+ quic_data_->AddWrite(SYNCHRONOUS, client_maker_.MakeInitialSettingsPacket(1));
quic_data_->AddRead(ASYNC, OK);
HttpRequestInfo request_info;
@@ -2450,10 +2471,9 @@ TEST_F(JobControllerLimitMultipleH2Requests, MultipleRequests) {
base::RunLoop().RunUntilIdle();
requests.clear();
EXPECT_TRUE(HttpStreamFactoryPeer::IsJobControllerDeleted(factory_));
- TestNetLogEntry::List entries;
+ auto entries = net_log_.GetEntries();
size_t log_position = 0;
for (int i = 0; i < kNumRequests - 1; ++i) {
- net_log_.GetEntries(&entries);
log_position = ExpectLogContainsSomewhereAfter(
entries, log_position, NetLogEventType::HTTP_STREAM_JOB_THROTTLED,
NetLogEventPhase::NONE);
@@ -2707,7 +2727,8 @@ TEST_F(JobControllerLimitMultipleH2Requests, H1NegotiatedForFirstRequest) {
TEST_F(JobControllerLimitMultipleH2Requests, QuicJobNotThrottled) {
crypto_client_stream_factory_.set_handshake_mode(
MockCryptoClientStream::COLD_START);
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddRead(SYNCHRONOUS, ERR_IO_PENDING);
MockRead reads[] = {MockRead(SYNCHRONOUS, ERR_IO_PENDING)};
tcp_data_ =
@@ -2751,9 +2772,8 @@ TEST_F(JobControllerLimitMultipleH2Requests, QuicJobNotThrottled) {
EXPECT_TRUE(job_controller->alternative_job());
EXPECT_CALL(request_delegate_, OnStreamReadyImpl(_, _, _));
base::RunLoop().RunUntilIdle();
- TestNetLogEntry::List entries;
- net_log_.GetEntries(&entries);
- for (auto entry : entries) {
+ auto entries = net_log_.GetEntries();
+ for (const auto& entry : entries) {
ASSERT_NE(NetLogEventType::HTTP_STREAM_JOB_THROTTLED, entry.type);
}
}
@@ -2772,10 +2792,11 @@ TEST_P(HttpStreamFactoryJobControllerMisdirectedRequestRetry,
const bool enable_ip_based_pooling = ::testing::get<0>(GetParam());
const bool enable_alternative_services = ::testing::get<1>(GetParam());
if (enable_alternative_services) {
- quic_data_ = std::make_unique<MockQuicData>();
+ quic_data_ = std::make_unique<MockQuicData>(
+ HttpNetworkSession::Params().quic_params.supported_versions.front());
quic_data_->AddConnect(SYNCHRONOUS, OK);
quic_data_->AddWrite(SYNCHRONOUS,
- client_maker_.MakeInitialSettingsPacket(1, nullptr));
+ client_maker_.MakeInitialSettingsPacket(1));
quic_data_->AddRead(ASYNC, OK);
}
tcp_data_ = std::make_unique<SequencedSocketData>();
@@ -2908,7 +2929,7 @@ TEST_F(HttpStreamFactoryJobControllerTest, GetAlternativeServiceInfoFor) {
// Set alternative service for the same server with the same list of versions
// that is supported.
quic::ParsedQuicVersionVector supported_versions =
- session_->params().quic_supported_versions;
+ session_->params().quic_params.supported_versions;
ASSERT_TRUE(session_->http_server_properties()->SetQuicAlternativeService(
server, alternative_service, expiration, supported_versions));
@@ -2940,9 +2961,11 @@ TEST_F(HttpStreamFactoryJobControllerTest, GetAlternativeServiceInfoFor) {
// Set alternative service for the same server with two QUIC versions:
// - one unsupported version: |unsupported_version_1|,
- // - one supported version: session_->params().quic_supported_versions[0].
+ // - one supported version:
+ // session_->params().quic_params.supported_versions[0].
quic::ParsedQuicVersionVector mixed_quic_versions = {
- unsupported_version_1, session_->params().quic_supported_versions[0]};
+ unsupported_version_1,
+ session_->params().quic_params.supported_versions[0]};
ASSERT_TRUE(session_->http_server_properties()->SetQuicAlternativeService(
server, alternative_service, expiration, mixed_quic_versions));
@@ -2985,13 +3008,13 @@ TEST_F(HttpStreamFactoryJobControllerTest, QuicHostWhitelist) {
// Set HttpNetworkSession's QUIC host whitelist to only have www.example.com
HttpNetworkSessionPeer session_peer(session_.get());
session_peer.params()->quic_host_whitelist.insert("www.example.com");
- session_peer.params()->quic_allow_remote_alt_svc = true;
+ session_peer.params()->quic_params.allow_remote_alt_svc = true;
// Set alternative service for www.google.com to be www.example.com over QUIC.
url::SchemeHostPort server(request_info.url);
base::Time expiration = base::Time::Now() + base::TimeDelta::FromDays(1);
quic::ParsedQuicVersionVector supported_versions =
- session_->params().quic_supported_versions;
+ session_->params().quic_params.supported_versions;
session_->http_server_properties()->SetQuicAlternativeService(
server, AlternativeService(kProtoQUIC, "www.example.com", 443),
expiration, supported_versions);
diff --git a/chromium/net/http/http_stream_factory_unittest.cc b/chromium/net/http/http_stream_factory_unittest.cc
index 9258f8fb7af..be453dc1fa3 100644
--- a/chromium/net/http/http_stream_factory_unittest.cc
+++ b/chromium/net/http/http_stream_factory_unittest.cc
@@ -18,8 +18,10 @@
#include "base/run_loop.h"
#include "base/stl_util.h"
#include "base/test/metrics/histogram_tester.h"
+#include "base/test/scoped_feature_list.h"
#include "build/build_config.h"
#include "net/base/completion_once_callback.h"
+#include "net/base/features.h"
#include "net/base/port_util.h"
#include "net/base/privacy_mode.h"
#include "net/base/proxy_server.h"
@@ -48,6 +50,7 @@
#include "net/quic/quic_http_utils.h"
#include "net/quic/quic_stream_factory_peer.h"
#include "net/quic/quic_test_packet_maker.h"
+#include "net/quic/quic_test_packet_printer.h"
#include "net/socket/client_socket_handle.h"
#include "net/socket/client_socket_pool.h"
#include "net/socket/connect_job.h"
@@ -110,8 +113,7 @@ class MockWebSocketHandshakeStream : public WebSocketHandshakeStreamBase {
kStreamTypeSpdy,
};
- explicit MockWebSocketHandshakeStream(StreamType type)
- : type_(type), weak_ptr_factory_(this) {}
+ explicit MockWebSocketHandshakeStream(StreamType type) : type_(type) {}
~MockWebSocketHandshakeStream() override = default;
@@ -170,7 +172,7 @@ class MockWebSocketHandshakeStream : public WebSocketHandshakeStreamBase {
private:
const StreamType type_;
- base::WeakPtrFactory<MockWebSocketHandshakeStream> weak_ptr_factory_;
+ base::WeakPtrFactory<MockWebSocketHandshakeStream> weak_ptr_factory_{this};
};
// HttpStreamFactory subclass that can wait until a preconnect is complete.
@@ -360,6 +362,7 @@ TestCase kTests[] = {
void PreconnectHelperForURL(int num_streams,
const GURL& url,
+ NetworkIsolationKey network_isolation_key,
HttpNetworkSession* session) {
HttpNetworkSessionPeer peer(session);
MockHttpStreamFactoryForPreconnect* mock_factory =
@@ -370,6 +373,7 @@ void PreconnectHelperForURL(int num_streams,
request.method = "GET";
request.url = url;
request.load_flags = 0;
+ request.network_isolation_key = network_isolation_key;
request.traffic_annotation =
MutableNetworkTrafficAnnotationTag(TRAFFIC_ANNOTATION_FOR_TESTS);
@@ -380,7 +384,7 @@ void PreconnectHelperForURL(int num_streams,
void PreconnectHelper(const TestCase& test, HttpNetworkSession* session) {
GURL url =
test.ssl ? GURL("https://www.google.com") : GURL("http://www.google.com");
- PreconnectHelperForURL(test.num_streams, url, session);
+ PreconnectHelperForURL(test.num_streams, url, NetworkIsolationKey(), session);
}
ClientSocketPool::GroupId GetGroupId(const TestCase& test) {
@@ -479,6 +483,9 @@ class CapturePreconnectsTransportSocketPool : public TransportClientSocketPool {
using HttpStreamFactoryTest = TestWithScopedTaskEnvironment;
+// 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(
@@ -609,10 +616,50 @@ TEST_F(HttpStreamFactoryTest, PreconnectUnsafePort) {
std::move(owned_transport_conn_pool));
peer.SetClientSocketPoolManager(std::move(mock_pool_manager));
- PreconnectHelperForURL(1, GURL("http://www.google.com:7"), session.get());
+ PreconnectHelperForURL(1, GURL("http://www.google.com:7"),
+ NetworkIsolationKey(), session.get());
EXPECT_EQ(-1, transport_conn_pool->last_num_streams());
}
+// Verify that preconnects use the specified NetworkIsolationKey.
+TEST_F(HttpStreamFactoryTest, PreconnectNetworkIsolationKey) {
+ base::test::ScopedFeatureList feature_list;
+ feature_list.InitAndEnableFeature(
+ features::kPartitionConnectionsByNetworkIsolationKey);
+
+ SpdySessionDependencies session_deps(ProxyResolutionService::CreateDirect());
+ std::unique_ptr<HttpNetworkSession> session(
+ SpdySessionDependencies::SpdyCreateSession(&session_deps));
+ HttpNetworkSessionPeer peer(session.get());
+ CommonConnectJobParams common_connect_job_params =
+ session->CreateCommonConnectJobParams();
+ std::unique_ptr<CapturePreconnectsTransportSocketPool>
+ owned_transport_conn_pool =
+ std::make_unique<CapturePreconnectsTransportSocketPool>(
+ &common_connect_job_params);
+ CapturePreconnectsTransportSocketPool* transport_conn_pool =
+ owned_transport_conn_pool.get();
+ auto mock_pool_manager = std::make_unique<MockClientSocketPoolManager>();
+ mock_pool_manager->SetSocketPool(ProxyServer::Direct(),
+ std::move(owned_transport_conn_pool));
+ 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);
+ PreconnectHelperForURL(1, kURL, kKey1, session.get());
+ EXPECT_EQ(1, transport_conn_pool->last_num_streams());
+ EXPECT_EQ(kKey1,
+ transport_conn_pool->last_group_id().network_isolation_key());
+
+ PreconnectHelperForURL(2, kURL, kKey2, session.get());
+ EXPECT_EQ(2, transport_conn_pool->last_num_streams());
+ EXPECT_EQ(kKey2,
+ transport_conn_pool->last_group_id().network_isolation_key());
+}
+
TEST_F(HttpStreamFactoryTest, JobNotifiesProxy) {
const char* kProxyString = "PROXY bad:99; PROXY maybe:80; DIRECT";
SpdySessionDependencies session_deps(
@@ -835,7 +882,8 @@ class TestBidirectionalDelegate : public BidirectionalStreamImpl::Delegate {
// Simplify ownership issues and the interaction with the MockSocketFactory.
class MockQuicData {
public:
- MockQuicData() : packet_number_(0) {}
+ explicit MockQuicData(quic::ParsedQuicVersion version)
+ : packet_number_(0), printer_(version) {}
~MockQuicData() = default;
@@ -857,6 +905,7 @@ class MockQuicData {
void AddSocketDataToFactory(MockClientSocketFactory* factory) {
socket_data_ = std::make_unique<SequencedSocketData>(reads_, writes_);
+ socket_data_->set_printer(&printer_);
factory->AddSocketDataProvider(socket_data_.get());
}
@@ -865,6 +914,7 @@ class MockQuicData {
std::vector<MockWrite> writes_;
std::vector<MockRead> reads_;
size_t packet_number_;
+ QuicPacketPrinter printer_;
std::unique_ptr<SequencedSocketData> socket_data_;
};
@@ -1141,7 +1191,7 @@ TEST_F(HttpStreamFactoryTest, UsePreConnectIfNoZeroRTT) {
host_port_pair.port());
http_server_properties.SetQuicAlternativeService(
server, alternative_service, expiration,
- session_params.quic_supported_versions);
+ session_params.quic_params.supported_versions);
HttpNetworkSession::Context session_context =
SpdySessionDependencies::CreateSessionContext(&session_deps);
@@ -1160,7 +1210,8 @@ TEST_F(HttpStreamFactoryTest, UsePreConnectIfNoZeroRTT) {
mock_pool_manager->SetSocketPool(proxy_server,
base::WrapUnique(http_proxy_pool));
peer.SetClientSocketPoolManager(std::move(mock_pool_manager));
- PreconnectHelperForURL(num_streams, url, session.get());
+ PreconnectHelperForURL(num_streams, url, NetworkIsolationKey(),
+ session.get());
EXPECT_EQ(num_streams, http_proxy_pool->last_num_streams());
}
}
@@ -2197,6 +2248,9 @@ class HttpStreamFactoryBidirectionalQuicTest
proxy_resolution_service_(ProxyResolutionService::CreateDirect()),
ssl_config_service_(new SSLConfigServiceDefaults) {
clock_.AdvanceTime(quic::QuicTime::Delta::FromMilliseconds(20));
+ if (version_.handshake_protocol == quic::PROTOCOL_TLS1_3) {
+ SetQuicFlag(FLAGS_quic_supports_tls_handshake, true);
+ }
}
void TearDown() override { session_.reset(); }
@@ -2204,13 +2258,14 @@ class HttpStreamFactoryBidirectionalQuicTest
// Disable bidirectional stream over QUIC. This should be invoked before
// Initialize().
void DisableQuicBidirectionalStream() {
- params_.quic_disable_bidirectional_streams = true;
+ params_.quic_params.disable_bidirectional_streams = true;
}
void Initialize() {
params_.enable_quic = true;
- params_.quic_supported_versions = quic::test::SupportedVersions(version_);
- params_.quic_headers_include_h2_stream_dependency =
+ params_.quic_params.supported_versions =
+ quic::test::SupportedVersions(version_);
+ params_.quic_params.headers_include_h2_stream_dependency =
client_headers_include_h2_stream_dependency_;
HttpNetworkSession::Context session_context;
@@ -2247,7 +2302,7 @@ class HttpStreamFactoryBidirectionalQuicTest
base::Time expiration = base::Time::Now() + base::TimeDelta::FromDays(1);
http_server_properties_.SetQuicAlternativeService(
url::SchemeHostPort(default_url_), alternative_service, expiration,
- session_->params().quic_supported_versions);
+ session_->params().quic_params.supported_versions);
}
test::QuicTestPacketMaker& client_packet_maker() {
@@ -2268,7 +2323,10 @@ class HttpStreamFactoryBidirectionalQuicTest
version_.transport_version, n);
}
+ quic::ParsedQuicVersion version() const { return version_; }
+
private:
+ QuicFlagSaver saver_;
const quic::ParsedQuicVersion version_;
const bool client_headers_include_h2_stream_dependency_;
quic::MockClock clock_;
@@ -2298,20 +2356,17 @@ INSTANTIATE_TEST_SUITE_P(
TEST_P(HttpStreamFactoryBidirectionalQuicTest,
RequestBidirectionalStreamImplQuicAlternative) {
- MockQuicData mock_quic_data;
+ MockQuicData mock_quic_data(version());
spdy::SpdyPriority priority =
ConvertRequestPriorityToQuicPriority(DEFAULT_PRIORITY);
size_t spdy_headers_frame_length;
- quic::QuicStreamOffset header_stream_offset = 0;
- mock_quic_data.AddWrite(client_packet_maker().MakeInitialSettingsPacket(
- 1, &header_stream_offset));
+ mock_quic_data.AddWrite(client_packet_maker().MakeInitialSettingsPacket(1));
mock_quic_data.AddWrite(client_packet_maker().MakeRequestHeadersPacket(
2, GetNthClientInitiatedBidirectionalStreamId(0),
/*should_include_version=*/true,
/*fin=*/true, priority,
client_packet_maker().GetRequestHeaders("GET", "https", "/"),
- /*parent_stream_id=*/0, &spdy_headers_frame_length,
- &header_stream_offset));
+ /*parent_stream_id=*/0, &spdy_headers_frame_length));
size_t spdy_response_headers_frame_length;
mock_quic_data.AddRead(server_packet_maker().MakeResponseHeadersPacket(
1, GetNthClientInitiatedBidirectionalStreamId(0),
@@ -2426,20 +2481,17 @@ TEST_P(HttpStreamFactoryBidirectionalQuicTest,
TEST_P(HttpStreamFactoryBidirectionalQuicTest,
RequestBidirectionalStreamImplHttpJobFailsQuicJobSucceeds) {
// Set up Quic data.
- MockQuicData mock_quic_data;
+ MockQuicData mock_quic_data(version());
spdy::SpdyPriority priority =
ConvertRequestPriorityToQuicPriority(DEFAULT_PRIORITY);
size_t spdy_headers_frame_length;
- quic::QuicStreamOffset header_stream_offset = 0;
- mock_quic_data.AddWrite(client_packet_maker().MakeInitialSettingsPacket(
- 1, &header_stream_offset));
+ mock_quic_data.AddWrite(client_packet_maker().MakeInitialSettingsPacket(1));
mock_quic_data.AddWrite(client_packet_maker().MakeRequestHeadersPacket(
2, GetNthClientInitiatedBidirectionalStreamId(0),
/*should_include_version=*/true,
/*fin=*/true, priority,
client_packet_maker().GetRequestHeaders("GET", "https", "/"),
- /*parent_stream_id=*/0, &spdy_headers_frame_length,
- &header_stream_offset));
+ /*parent_stream_id=*/0, &spdy_headers_frame_length));
size_t spdy_response_headers_frame_length;
mock_quic_data.AddRead(server_packet_maker().MakeResponseHeadersPacket(
1, GetNthClientInitiatedBidirectionalStreamId(0),
@@ -2680,20 +2732,17 @@ TEST_F(HttpStreamFactoryTest, Tag) {
// should not be shared amongst streams with different socket tags).
TEST_P(HttpStreamFactoryBidirectionalQuicTest, Tag) {
// Prepare mock QUIC data for a first session establishment.
- MockQuicData mock_quic_data;
+ MockQuicData mock_quic_data(version());
spdy::SpdyPriority priority =
ConvertRequestPriorityToQuicPriority(DEFAULT_PRIORITY);
size_t spdy_headers_frame_length;
- quic::QuicStreamOffset header_stream_offset = 0;
- mock_quic_data.AddWrite(client_packet_maker().MakeInitialSettingsPacket(
- 1, &header_stream_offset));
+ mock_quic_data.AddWrite(client_packet_maker().MakeInitialSettingsPacket(1));
mock_quic_data.AddWrite(client_packet_maker().MakeRequestHeadersPacket(
2, GetNthClientInitiatedBidirectionalStreamId(0),
/*should_include_version=*/true,
/*fin=*/true, priority,
client_packet_maker().GetRequestHeaders("GET", "https", "/"),
- /*parent_stream_id=*/0, &spdy_headers_frame_length,
- &header_stream_offset));
+ /*parent_stream_id=*/0, &spdy_headers_frame_length));
size_t spdy_response_headers_frame_length;
mock_quic_data.AddRead(server_packet_maker().MakeResponseHeadersPacket(
1, GetNthClientInitiatedBidirectionalStreamId(0),
@@ -2704,17 +2753,15 @@ TEST_P(HttpStreamFactoryBidirectionalQuicTest, Tag) {
mock_quic_data.AddSocketDataToFactory(&socket_factory());
// Prepare mock QUIC data for a second session establishment.
- MockQuicData mock_quic_data2;
- quic::QuicStreamOffset header_stream_offset2 = 0;
- mock_quic_data2.AddWrite(client_packet_maker().MakeInitialSettingsPacket(
- 1, &header_stream_offset2));
+ client_packet_maker().Reset();
+ MockQuicData mock_quic_data2(version());
+ mock_quic_data2.AddWrite(client_packet_maker().MakeInitialSettingsPacket(1));
mock_quic_data2.AddWrite(client_packet_maker().MakeRequestHeadersPacket(
2, GetNthClientInitiatedBidirectionalStreamId(0),
/*should_include_version=*/true,
/*fin=*/true, priority,
client_packet_maker().GetRequestHeaders("GET", "https", "/"),
- /*parent_stream_id=*/0, &spdy_headers_frame_length,
- &header_stream_offset));
+ /*parent_stream_id=*/0, &spdy_headers_frame_length));
mock_quic_data2.AddRead(server_packet_maker().MakeResponseHeadersPacket(
1, GetNthClientInitiatedBidirectionalStreamId(0),
/*should_include_version=*/false,
diff --git a/chromium/net/http/http_stream_parser.cc b/chromium/net/http/http_stream_parser.cc
index 6615a48c8fe..3112cae517a 100644
--- a/chromium/net/http/http_stream_parser.cc
+++ b/chromium/net/http/http_stream_parser.cc
@@ -17,6 +17,7 @@
#include "net/base/ip_endpoint.h"
#include "net/base/upload_data_stream.h"
#include "net/http/http_chunked_decoder.h"
+#include "net/http/http_log_util.h"
#include "net/http/http_request_headers.h"
#include "net/http/http_request_info.h"
#include "net/http/http_response_headers.h"
@@ -67,11 +68,9 @@ bool HeadersContainMultipleCopiesOfField(const HttpResponseHeaders& headers,
return false;
}
-base::Value NetLogSendRequestBodyCallback(
- uint64_t length,
- bool is_chunked,
- bool did_merge,
- NetLogCaptureMode /* capture_mode */) {
+base::Value NetLogSendRequestBodyParams(uint64_t length,
+ bool is_chunked,
+ bool did_merge) {
base::DictionaryValue dict;
dict.SetInteger("length", static_cast<int>(length));
dict.SetBoolean("is_chunked", is_chunked);
@@ -79,6 +78,15 @@ base::Value NetLogSendRequestBodyCallback(
return std::move(dict);
}
+void NetLogSendRequestBody(const NetLogWithSource& net_log,
+ uint64_t length,
+ bool is_chunked,
+ bool did_merge) {
+ net_log.AddEvent(NetLogEventType::HTTP_TRANSACTION_SEND_REQUEST_BODY, [&] {
+ return NetLogSendRequestBodyParams(length, is_chunked, did_merge);
+ });
+}
+
// Returns true if |error_code| is an error for which we give the server a
// chance to send a body containing error information, if the error was received
// while trying to upload a request body.
@@ -211,8 +219,7 @@ HttpStreamParser::HttpStreamParser(StreamSocket* stream_socket,
connection_is_reused_(connection_is_reused),
net_log_(net_log),
sent_last_chunk_(false),
- upload_error_(OK),
- weak_ptr_factory_(this) {
+ upload_error_(OK) {
io_callback_ = base::BindRepeating(&HttpStreamParser::OnIOComplete,
weak_ptr_factory_.GetWeakPtr());
}
@@ -230,9 +237,9 @@ int HttpStreamParser::SendRequest(
DCHECK(!callback.is_null());
DCHECK(response);
- net_log_.AddEvent(NetLogEventType::HTTP_TRANSACTION_SEND_REQUEST_HEADERS,
- base::Bind(&HttpRequestHeaders::NetLogCallback,
- base::Unretained(&headers), &request_line));
+ NetLogRequestHeaders(net_log_,
+ NetLogEventType::HTTP_TRANSACTION_SEND_REQUEST_HEADERS,
+ request_line, &headers);
DVLOG(1) << __func__ << "() request_line = \"" << request_line << "\""
<< " headers = \"" << headers.ToString() << "\"";
@@ -296,11 +303,9 @@ int HttpStreamParser::SendRequest(
request_headers_->SetOffset(0);
did_merge = true;
- net_log_.AddEvent(NetLogEventType::HTTP_TRANSACTION_SEND_REQUEST_BODY,
- base::Bind(&NetLogSendRequestBodyCallback,
- request_->upload_data_stream->size(),
- false, /* not chunked */
- true /* merged */));
+ NetLogSendRequestBody(net_log_, request_->upload_data_stream->size(),
+ false, /* not chunked */
+ true /* merged */);
}
if (!did_merge) {
@@ -501,11 +506,9 @@ int HttpStreamParser::DoSendHeadersComplete(int result) {
// !IsEOF() indicates that the body wasn't merged.
(request_->upload_data_stream->size() > 0 &&
!request_->upload_data_stream->IsEOF()))) {
- net_log_.AddEvent(NetLogEventType::HTTP_TRANSACTION_SEND_REQUEST_BODY,
- base::Bind(&NetLogSendRequestBodyCallback,
- request_->upload_data_stream->size(),
- request_->upload_data_stream->is_chunked(),
- false /* not merged */));
+ NetLogSendRequestBody(net_log_, request_->upload_data_stream->size(),
+ request_->upload_data_stream->is_chunked(),
+ false /* not merged */);
io_state_ = STATE_SEND_BODY;
return OK;
}
diff --git a/chromium/net/http/http_stream_parser.h b/chromium/net/http/http_stream_parser.h
index 16d24e247f2..0d559c3a828 100644
--- a/chromium/net/http/http_stream_parser.h
+++ b/chromium/net/http/http_stream_parser.h
@@ -303,7 +303,7 @@ class NET_EXPORT_PRIVATE HttpStreamParser {
MutableNetworkTrafficAnnotationTag traffic_annotation_;
- base::WeakPtrFactory<HttpStreamParser> weak_ptr_factory_;
+ base::WeakPtrFactory<HttpStreamParser> weak_ptr_factory_{this};
DISALLOW_COPY_AND_ASSIGN(HttpStreamParser);
};
diff --git a/chromium/net/http/http_stream_parser_fuzzer.cc b/chromium/net/http/http_stream_parser_fuzzer.cc
index 1cfcb27087a..3f99250d7a9 100644
--- a/chromium/net/http/http_stream_parser_fuzzer.cc
+++ b/chromium/net/http/http_stream_parser_fuzzer.cc
@@ -15,7 +15,6 @@
#include "base/logging.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "base/test/fuzzed_data_provider.h"
#include "net/base/io_buffer.h"
#include "net/base/net_errors.h"
#include "net/base/test_completion_callback.h"
@@ -25,6 +24,7 @@
#include "net/log/test_net_log.h"
#include "net/socket/fuzzed_socket.h"
#include "net/traffic_annotation/network_traffic_annotation_test_helper.h"
+#include "third_party/libFuzzer/src/utils/FuzzedDataProvider.h"
#include "url/gurl.h"
// Fuzzer for HttpStreamParser.
@@ -33,7 +33,7 @@
extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
net::TestCompletionCallback callback;
net::BoundTestNetLog bound_test_net_log;
- base::FuzzedDataProvider data_provider(data, size);
+ FuzzedDataProvider data_provider(data, size);
net::FuzzedSocket fuzzed_socket(&data_provider,
bound_test_net_log.bound().net_log());
CHECK_EQ(net::OK, fuzzed_socket.Connect(callback.callback()));
diff --git a/chromium/net/http/http_stream_parser_unittest.cc b/chromium/net/http/http_stream_parser_unittest.cc
index 16b77a305fd..a74972cfe23 100644
--- a/chromium/net/http/http_stream_parser_unittest.cc
+++ b/chromium/net/http/http_stream_parser_unittest.cc
@@ -24,6 +24,7 @@
#include "net/base/chunked_upload_data_stream.h"
#include "net/base/elements_upload_data_stream.h"
#include "net/base/io_buffer.h"
+#include "net/base/load_flags.h"
#include "net/base/net_errors.h"
#include "net/base/test_completion_callback.h"
#include "net/base/upload_bytes_element_reader.h"
@@ -71,7 +72,7 @@ class ReadErrorUploadDataStream : public UploadDataStream {
enum class FailureMode { SYNC, ASYNC };
explicit ReadErrorUploadDataStream(FailureMode mode)
- : UploadDataStream(true, 0), async_(mode), weak_factory_(this) {}
+ : UploadDataStream(true, 0), async_(mode) {}
private:
void CompleteRead() { UploadDataStream::OnReadCompleted(ERR_FAILED); }
@@ -93,7 +94,7 @@ class ReadErrorUploadDataStream : public UploadDataStream {
const FailureMode async_;
- base::WeakPtrFactory<ReadErrorUploadDataStream> weak_factory_;
+ base::WeakPtrFactory<ReadErrorUploadDataStream> weak_factory_{this};
DISALLOW_COPY_AND_ASSIGN(ReadErrorUploadDataStream);
};
@@ -200,7 +201,7 @@ TEST(HttpStreamParser, DataReadErrorAsynchronous) {
class InitAsyncUploadDataStream : public ChunkedUploadDataStream {
public:
explicit InitAsyncUploadDataStream(int64_t identifier)
- : ChunkedUploadDataStream(identifier), weak_factory_(this) {}
+ : ChunkedUploadDataStream(identifier) {}
private:
void CompleteInit() { UploadDataStream::OnInitCompleted(OK); }
@@ -212,7 +213,7 @@ class InitAsyncUploadDataStream : public ChunkedUploadDataStream {
return ERR_IO_PENDING;
}
- base::WeakPtrFactory<InitAsyncUploadDataStream> weak_factory_;
+ base::WeakPtrFactory<InitAsyncUploadDataStream> weak_factory_{this};
DISALLOW_COPY_AND_ASSIGN(InitAsyncUploadDataStream);
};
diff --git a/chromium/net/http/http_transaction_test_util.cc b/chromium/net/http/http_transaction_test_util.cc
index ce61d097826..28b65dd1704 100644
--- a/chromium/net/http/http_transaction_test_util.cc
+++ b/chromium/net/http/http_transaction_test_util.cc
@@ -263,8 +263,7 @@ MockNetworkTransaction::MockNetworkTransaction(RequestPriority priority,
sent_bytes_(0),
socket_log_id_(NetLogSource::kInvalidId),
done_reading_called_(false),
- reading_(false),
- weak_factory_(this) {}
+ reading_(false) {}
MockNetworkTransaction::~MockNetworkTransaction() {
// Use request_ as in ~HttpNetworkTransaction to make sure its valid and not
diff --git a/chromium/net/http/http_transaction_test_util.h b/chromium/net/http/http_transaction_test_util.h
index 745a31f1b9d..f1724b0b4bd 100644
--- a/chromium/net/http/http_transaction_test_util.h
+++ b/chromium/net/http/http_transaction_test_util.h
@@ -291,8 +291,7 @@ class MockNetworkTransaction
CompletionOnceCallback resume_start_callback_; // used for pause and restart.
- base::WeakPtrFactory<MockNetworkTransaction> weak_factory_;
-
+ base::WeakPtrFactory<MockNetworkTransaction> weak_factory_{this};
};
class MockNetworkLayer : public HttpTransactionFactory,
diff --git a/chromium/net/http/mock_gssapi_library_posix.cc b/chromium/net/http/mock_gssapi_library_posix.cc
index b043361298c..e492bd99425 100644
--- a/chromium/net/http/mock_gssapi_library_posix.cc
+++ b/chromium/net/http/mock_gssapi_library_posix.cc
@@ -16,6 +16,14 @@ namespace test {
struct GssNameMockImpl {
std::string name;
gss_OID_desc name_type;
+
+ static GssNameMockImpl* FromGssName(gss_name_t name) {
+ return reinterpret_cast<GssNameMockImpl*>(name);
+ }
+
+ static gss_name_t ToGssName(GssNameMockImpl* name) {
+ return reinterpret_cast<gss_name_t>(name);
+ }
};
} // namespace test
@@ -56,8 +64,10 @@ void ClearBuffer(gss_buffer_t dest) {
if (!dest)
return;
dest->length = 0;
- delete [] reinterpret_cast<char*>(dest->value);
- dest->value = nullptr;
+ if (dest->value) {
+ delete[] reinterpret_cast<char*>(dest->value);
+ dest->value = nullptr;
+ }
}
void SetBuffer(gss_buffer_t dest, const void* src, size_t length) {
@@ -101,7 +111,7 @@ void BufferFromString(const std::string& src, gss_buffer_t dest) {
void ClearName(gss_name_t dest) {
if (!dest)
return;
- test::GssNameMockImpl* name = reinterpret_cast<test::GssNameMockImpl*>(dest);
+ auto* name = test::GssNameMockImpl::FromGssName(dest);
name->name.clear();
ClearOid(&name->name_type);
}
@@ -112,24 +122,15 @@ void SetName(gss_name_t dest, const void* src, size_t length) {
ClearName(dest);
if (!src)
return;
- test::GssNameMockImpl* name = reinterpret_cast<test::GssNameMockImpl*>(dest);
+ auto* name = test::GssNameMockImpl::FromGssName(dest);
name->name.assign(reinterpret_cast<const char*>(src), length);
}
-std::string NameToString(const gss_name_t& src) {
- std::string dest;
- if (!src)
- return dest;
- test::GssNameMockImpl* string =
- reinterpret_cast<test::GssNameMockImpl*>(src);
- dest = string->name;
- return dest;
-}
-
-void NameFromString(const std::string& src, gss_name_t dest) {
- if (!dest)
- return;
+gss_name_t NameFromString(const std::string& src) {
+ gss_name_t dest = test::GssNameMockImpl::ToGssName(
+ new test::GssNameMockImpl{"", {0, nullptr}});
SetName(dest, src.c_str(), src.length());
+ return dest;
}
} // namespace
@@ -252,7 +253,7 @@ void MockGSSAPILibrary::ExpectSecurityContext(
expected_security_queries_.push_back(security_query);
}
-bool MockGSSAPILibrary::Init() {
+bool MockGSSAPILibrary::Init(const NetLogWithSource&) {
return true;
}
@@ -279,7 +280,7 @@ OM_uint32 MockGSSAPILibrary::import_name(
// Save the data.
output->name = BufferToString(input_name_buffer);
CopyOid(&output->name_type, input_name_type);
- *output_name = reinterpret_cast<gss_name_t>(output);
+ *output_name = test::GssNameMockImpl::ToGssName(output);
return GSS_S_COMPLETE;
}
@@ -293,10 +294,10 @@ OM_uint32 MockGSSAPILibrary::release_name(
return GSS_S_BAD_NAME;
if (!*input_name)
return GSS_S_COMPLETE;
- GssNameMockImpl* name = *reinterpret_cast<GssNameMockImpl**>(input_name);
+ GssNameMockImpl* name = GssNameMockImpl::FromGssName(*input_name);
ClearName(*input_name);
delete name;
- *input_name = nullptr;
+ *input_name = GSS_C_NO_NAME;
return GSS_S_COMPLETE;
}
@@ -324,12 +325,13 @@ OM_uint32 MockGSSAPILibrary::display_name(
return GSS_S_CALL_BAD_STRUCTURE;
if (!output_name_type)
return GSS_S_CALL_BAD_STRUCTURE;
- std::string name(NameToString(input_name));
+ GssNameMockImpl* internal_name = GssNameMockImpl::FromGssName(input_name);
+ std::string name = internal_name->name;
BufferFromString(name, output_name_buffer);
- GssNameMockImpl* internal_name =
- *reinterpret_cast<GssNameMockImpl**>(input_name);
- if (output_name_type)
- *output_name_type = internal_name ? &internal_name->name_type : nullptr;
+ if (output_name_type) {
+ *output_name_type =
+ internal_name ? &internal_name->name_type : GSS_C_NO_OID;
+ }
return GSS_S_COMPLETE;
}
@@ -340,15 +342,47 @@ OM_uint32 MockGSSAPILibrary::display_status(
const gss_OID mech_type,
OM_uint32* message_context,
gss_buffer_t status_string) {
- if (minor_status)
- *minor_status = 0;
- std::string msg = base::StringPrintf("Value: %u, Type %u",
- status_value,
- status_type);
- if (message_context)
- *message_context = 0;
+ OM_uint32 rv = GSS_S_COMPLETE;
+ *minor_status = 0;
+ std::string msg;
+ switch (static_cast<DisplayStatusSpecials>(status_value)) {
+ case DisplayStatusSpecials::MultiLine:
+ msg = base::StringPrintf("Line %u for status %u", ++*message_context,
+ status_value);
+ if (*message_context >= 5u)
+ *message_context = 0u;
+ break;
+
+ case DisplayStatusSpecials::InfiniteLines:
+ msg = base::StringPrintf("Line %u for status %u", ++*message_context,
+ status_value);
+ break;
+
+ case DisplayStatusSpecials::Fail:
+ rv = GSS_S_BAD_MECH;
+ msg = "You should not see this";
+ EXPECT_EQ(*message_context, 0u);
+ break;
+
+ case DisplayStatusSpecials::EmptyMessage:
+ EXPECT_EQ(*message_context, 0u);
+ break;
+
+ case DisplayStatusSpecials::UninitalizedBuffer:
+ EXPECT_EQ(*message_context, 0u);
+ return GSS_S_COMPLETE;
+
+ case DisplayStatusSpecials::InvalidUtf8:
+ msg = "\xff\xff\xff";
+ EXPECT_EQ(*message_context, 0u);
+ break;
+
+ default:
+ msg = base::StringPrintf("Value: %u, Type %u", status_value, status_type);
+ EXPECT_EQ(*message_context, 0u);
+ }
BufferFromString(msg, status_string);
- return GSS_S_COMPLETE;
+ return rv;
}
OM_uint32 MockGSSAPILibrary::init_sec_context(
@@ -459,9 +493,9 @@ OM_uint32 MockGSSAPILibrary::inquire_context(
reinterpret_cast<GssContextMockImpl*>(context_handle);
GssContextMockImpl& context = *internal_context_ptr;
if (src_name)
- NameFromString(context.src_name, *src_name);
+ *src_name = NameFromString(context.src_name);
if (targ_name)
- NameFromString(context.targ_name, *targ_name);
+ *targ_name = NameFromString(context.targ_name);
if (lifetime_rec)
*lifetime_rec = context.lifetime_rec;
if (mech_type)
diff --git a/chromium/net/http/mock_gssapi_library_posix.h b/chromium/net/http/mock_gssapi_library_posix.h
index 1488be70f02..d04ca82bb33 100644
--- a/chromium/net/http/mock_gssapi_library_posix.h
+++ b/chromium/net/http/mock_gssapi_library_posix.h
@@ -113,7 +113,7 @@ class MockGSSAPILibrary : public GSSAPILibrary {
// Initializes the library, including any necessary dynamic libraries.
// This is done separately from construction (which happens at startup time)
// in order to delay work until the class is actually needed.
- bool Init() override;
+ bool Init(const NetLogWithSource& net_log) override;
// These methods match the ones in the GSSAPI library.
OM_uint32 import_name(OM_uint32* minor_status,
@@ -128,6 +128,28 @@ class MockGSSAPILibrary : public GSSAPILibrary {
const gss_name_t input_name,
gss_buffer_t output_name_buffer,
gss_OID* output_name_type) override;
+
+ // These special status values can be used to trigger specific behavior in
+ // |display_status()|.
+ enum class DisplayStatusSpecials : OM_uint32 {
+ // A multiline status message.
+ MultiLine = 128,
+
+ // Multiline, execept there's no ending message.
+ InfiniteLines,
+
+ // Causes |display_status()| to fail.
+ Fail,
+
+ // Returns an empty message.
+ EmptyMessage,
+
+ // Returns successfully without modifying |status_string|.
+ UninitalizedBuffer,
+
+ // Returns a message that's invalid UTF-8.
+ InvalidUtf8
+ };
OM_uint32 display_status(OM_uint32* minor_status,
OM_uint32 status_value,
int status_type,
@@ -181,6 +203,8 @@ class MockGSSAPILibrary : public GSSAPILibrary {
} // namespace test
+using MockAuthLibrary = test::MockGSSAPILibrary;
+
} // namespace net
#endif // NET_HTTP_MOCK_GSSAPI_LIBRARY_POSIX_H_
diff --git a/chromium/net/http/mock_http_cache.cc b/chromium/net/http/mock_http_cache.cc
index cf2ff7e28d0..3ab7e86742f 100644
--- a/chromium/net/http/mock_http_cache.cc
+++ b/chromium/net/http/mock_http_cache.cc
@@ -11,9 +11,11 @@
#include "base/bind.h"
#include "base/callback_helpers.h"
+#include "base/feature_list.h"
#include "base/location.h"
#include "base/single_thread_task_runner.h"
#include "base/threading/thread_task_runner_handle.h"
+#include "net/base/features.h"
#include "net/base/net_errors.h"
#include "net/http/http_cache_writers.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -54,6 +56,11 @@ int GetTestModeForEntry(const std::string& key) {
if (base::StartsWith(url, "_dk_", base::CompareCase::SENSITIVE)) {
auto const pos = url.find(" http");
url = url.substr(pos + 1);
+ if (base::FeatureList::IsEnabled(
+ net::features::kAppendFrameOriginToNetworkIsolationKey)) {
+ auto const pos = url.find(" http");
+ url = url.substr(pos + 1);
+ }
}
const MockTransaction* t = FindMockTransaction(GURL(url));
diff --git a/chromium/net/http/mock_sspi_library_win.h b/chromium/net/http/mock_sspi_library_win.h
index b042ebf6ca1..c0b76925c38 100644
--- a/chromium/net/http/mock_sspi_library_win.h
+++ b/chromium/net/http/mock_sspi_library_win.h
@@ -106,6 +106,8 @@ class MockSSPILibrary : public SSPILibrary {
std::set<PSecPkgInfoW> expected_freed_packages_;
};
+using MockAuthLibrary = MockSSPILibrary;
+
} // namespace net
#endif // NET_HTTP_MOCK_SSPI_LIBRARY_WIN_H_
diff --git a/chromium/net/http/partial_data.cc b/chromium/net/http/partial_data.cc
index fa6b488e104..e0eb396c7a3 100644
--- a/chromium/net/http/partial_data.cc
+++ b/chromium/net/http/partial_data.cc
@@ -41,8 +41,7 @@ PartialData::PartialData()
final_range_(false),
sparse_entry_(true),
truncated_(false),
- initial_validation_(false),
- weak_factory_(this) {}
+ initial_validation_(false) {}
PartialData::~PartialData() = default;
diff --git a/chromium/net/http/partial_data.h b/chromium/net/http/partial_data.h
index 0ca5926586c..3e8b1a406dc 100644
--- a/chromium/net/http/partial_data.h
+++ b/chromium/net/http/partial_data.h
@@ -159,7 +159,7 @@ class PartialData {
bool truncated_; // We have an incomplete 200 stored.
bool initial_validation_; // Only used for truncated entries.
CompletionOnceCallback callback_;
- base::WeakPtrFactory<PartialData> weak_factory_;
+ base::WeakPtrFactory<PartialData> weak_factory_{this};
DISALLOW_COPY_AND_ASSIGN(PartialData);
};
diff --git a/chromium/net/http/transport_security_persister.cc b/chromium/net/http/transport_security_persister.cc
index 804ea45d7d9..0df5a0f78e3 100644
--- a/chromium/net/http/transport_security_persister.cc
+++ b/chromium/net/http/transport_security_persister.cc
@@ -219,8 +219,7 @@ TransportSecurityPersister::TransportSecurityPersister(
: transport_security_state_(state),
writer_(profile_path.AppendASCII("TransportSecurity"), background_runner),
foreground_runner_(base::ThreadTaskRunnerHandle::Get()),
- background_runner_(background_runner),
- weak_ptr_factory_(this) {
+ background_runner_(background_runner) {
transport_security_state_->SetDelegate(this);
base::PostTaskAndReplyWithResult(
diff --git a/chromium/net/http/transport_security_persister.h b/chromium/net/http/transport_security_persister.h
index bfc85cb336c..c8ba1d88216 100644
--- a/chromium/net/http/transport_security_persister.h
+++ b/chromium/net/http/transport_security_persister.h
@@ -131,7 +131,7 @@ class NET_EXPORT TransportSecurityPersister
scoped_refptr<base::SequencedTaskRunner> foreground_runner_;
scoped_refptr<base::SequencedTaskRunner> background_runner_;
- base::WeakPtrFactory<TransportSecurityPersister> weak_ptr_factory_;
+ base::WeakPtrFactory<TransportSecurityPersister> weak_ptr_factory_{this};
DISALLOW_COPY_AND_ASSIGN(TransportSecurityPersister);
};
diff --git a/chromium/net/http/transport_security_state.cc b/chromium/net/http/transport_security_state.cc
index b7a2bca7bf4..275553cd42b 100644
--- a/chromium/net/http/transport_security_state.cc
+++ b/chromium/net/http/transport_security_state.cc
@@ -218,7 +218,7 @@ std::string HashHost(const std::string& canonicalized_host) {
bool HashesIntersect(const HashValueVector& a,
const HashValueVector& b) {
for (const auto& hash : a) {
- if (base::ContainsValue(b, hash))
+ if (base::Contains(b, hash))
return true;
}
return false;
diff --git a/chromium/net/http/transport_security_state_static.json b/chromium/net/http/transport_security_state_static.json
index a249501191f..abd1519f4a1 100644
--- a/chromium/net/http/transport_security_state_static.json
+++ b/chromium/net/http/transport_security_state_static.json
@@ -2525,7 +2525,6 @@
{ "name": "bit-sentinel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bitnet.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "buildkite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "calvin.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cklie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ckliemann.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ckliemann.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -2914,7 +2913,6 @@
{ "name": "collabornation.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cloudflareonazure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chrismckee.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cobalt.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dealbanana.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cydia-search.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dotsiam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -3435,7 +3433,6 @@
{ "name": "anfsanchezo.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bcvps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beautykat.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bevapehappy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bouncyballs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cafe-scientifique.org.ec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "caveclan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -3520,7 +3517,6 @@
{ "name": "koerperimpuls.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lostinsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mailinabox.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "malash.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "masjidtawheed.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "newodesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nicolaelmer.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -3770,7 +3766,6 @@
{ "name": "atgseed.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "atgseed.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "authint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "basnoslovno.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "basnoslovno.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bettrlifeapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "billninja.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -3873,7 +3868,6 @@
{ "name": "perfektesgewicht.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "perfektesgewicht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "perplex.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pettsy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "please-deny.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pm13.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "postbox.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -3893,7 +3887,6 @@
{ "name": "ryansmithphotography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schnell-gold.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "selectel.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sevsopr.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "silver-heart.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "slamix.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "smartpolicingplatform.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -4181,7 +4174,6 @@
{ "name": "jlkhosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "juniwalk.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kiebel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kimmel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kynaston.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "larrysalibra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lateralsecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -4360,7 +4352,6 @@
{ "name": "dmxledlights.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "docemeldoces.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "doctorwho.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "domainstaff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dopost.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dot.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dyrenesverden.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -4393,7 +4384,6 @@
{ "name": "gilly.berlin", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "globalcomix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "globalperspectivescanada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "goat.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gotocloud.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gpfclan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "grandmasfridge.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -4882,7 +4872,6 @@
{ "name": "comitesaustria.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "consonare.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "custodyxchange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cvursache.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cyph.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cyph.video", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cysec.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -5437,7 +5426,6 @@
{ "name": "realgarant-shop.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "remodela.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "restchart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "richmondsunlight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rightcapital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rolemaster.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "room208.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -5619,7 +5607,6 @@
{ "name": "basnieuwenhuizen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beanjuice.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beardydave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "beframed.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beinad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "believablebook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bely-mishka.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -5763,7 +5750,6 @@
{ "name": "deinballon.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dementiapraecox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "denniskoot.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dennogumi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dersoundhunter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "derwolfe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "detoxsinutritie.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -5786,7 +5772,6 @@
{ "name": "doublefun.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dovecotadmin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "downsouthweddings.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "drahcro.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "drdevil.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "driesjtuver.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "drivenes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -5813,7 +5798,6 @@
{ "name": "emilyhorsman.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eminovic.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "emnitech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "endlessdark.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "enterprisey.enterprises", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eoldb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "epicwalnutcreek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -6039,7 +6023,6 @@
{ "name": "kirara.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kirschbaum.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kirstin-peters.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kisalt.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "klausimas.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kolaykaydet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "konata.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -6285,7 +6268,6 @@
{ "name": "reachr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "reactivarte.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "readonly.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "redmbk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rednsx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "regionale.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "regmyr.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -6316,7 +6298,6 @@
{ "name": "samifar.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "samwu.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sanglierhurlant.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sarakas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sash.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "satrent.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "saturne.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -6702,13 +6683,11 @@
{ "name": "enteente.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "enveloppenopmaat.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "epanurse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "erawanarifnugroho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "erotalia.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "erp-band.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "erp.band", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "erpband.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "errolz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "estan.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "esteam.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "euanbaines.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eulenleben.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -7401,7 +7380,6 @@
{ "name": "adderall.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "agwa.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alanlee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "anoncom.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "antocom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "atletika.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "auto-anleitung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -7456,7 +7434,6 @@
{ "name": "mediawikicn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mikeg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nalao-company.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nodi.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pekoe.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "php-tuning.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "prytkov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -7464,7 +7441,6 @@
{ "name": "s13d.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "saorsat.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sazuz.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "scotbirchfield.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sectia22.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shiftplanning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shinju.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -7579,7 +7555,6 @@
{ "name": "comparamejor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "compareandrecycle.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "comparetravelinsurance.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "connectingconcepts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "contarkos.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cookinglife.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cookmedical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -7716,7 +7691,6 @@
{ "name": "jennybeaned.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jr5proxdoug.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "juhakoho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kairion.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kaisers.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "karmaplatform.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "katekligys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -7730,7 +7704,6 @@
{ "name": "kriegt.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "krizek.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kuponrazzi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kynastonwedding.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lacentral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ldarby.me.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -7800,7 +7773,6 @@
{ "name": "olafnorge.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "onmarketbookbuilds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ononpay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "oost.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "openvz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "optumrxhealthstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "orcamoney.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -7865,7 +7837,6 @@
{ "name": "sat4all.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schont.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schwarzkopfforyou.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "selectorders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "serveradminz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shawnh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shoplandia.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -7961,7 +7932,6 @@
{ "name": "vinilosdecorativos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vitta.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vivaldi.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vivatv.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vizeat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vorodevops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vpn.ht", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -8327,13 +8297,11 @@
{ "name": "antscript.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ao-dev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apervita.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "api-geek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apmg-certified.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apmg-cyber.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "app-arena.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "appdrinks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "appleoosa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "applic8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "appointed.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "appraisal-comps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "appreciationkards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -8346,7 +8314,6 @@
{ "name": "arnesolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arpa.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arrowgrove.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "artetrama.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "artisanhd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "artistnetwork.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arubasunsetbeach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -8953,7 +8920,6 @@
{ "name": "foxtrot.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fragnic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fraho.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "francescopalazzo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "franckgirard.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "frank.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fransallen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -9003,7 +8969,6 @@
{ "name": "gamingmedia.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gamingreinvented.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ganhonet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gar-nich.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gasbarkenora.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gatapro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gateworld.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -9011,7 +8976,6 @@
{ "name": "geeq.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "geli-graphics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gemeentemolenwaard.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "generationnext.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "genyhitch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "georgesonarthurs.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "georgmayer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -9093,7 +9057,6 @@
{ "name": "hansen.hn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hansvaneijsden.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hanu.la", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "haomwei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "happyandrelaxeddogs.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "harmoney.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hartie95.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -9108,7 +9071,6 @@
{ "name": "hd-gaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hdhoang.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "heartmdinstitute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "heavensinferno.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hebikhiv.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hedgeschool.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "heinpost.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -9235,7 +9197,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": "jaispirit.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 },
@@ -9503,7 +9464,6 @@
{ "name": "mein-webportal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meincenter-meinemeinung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meine-email-im.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "melissaadkins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "melody-lyrics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "melvinlow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mensagemdaluz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -9535,7 +9495,6 @@
{ "name": "missrain.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mixposure.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mizi.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mjcaffarattilaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mkes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mkp-deutschland.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mktemp.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -9679,7 +9638,6 @@
{ "name": "nutleyef.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nuttyveg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nwra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nwwc.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nyip.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nzbs.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "o0o.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -9698,7 +9656,6 @@
{ "name": "olymp-arts.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "omniasl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "onefour.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "oneminute.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oneweb.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oneworldbank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "onguardonline.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -9745,7 +9702,6 @@
{ "name": "paperwork.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paragreen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "parentinterview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "parentmail.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "parleu2016.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "partnerbeam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pastaenprosecco.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -10036,7 +9992,6 @@
{ "name": "serverpedia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "servious.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sesha.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "setphaserstostun.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "setuid.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sevenmatches.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shadowsocks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -10167,7 +10122,6 @@
{ "name": "static.or.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stationnementdenuit.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "statuschecks.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "stealsaga.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "steidlewirt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "steigerplank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stevensononthe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -10461,7 +10415,6 @@
{ "name": "warhaggis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "warhistoryonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "warmservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "warped.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "watchium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wave.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wavefrontsystemstech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -10846,7 +10799,6 @@
{ "name": "digitaldeliarchive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "depijl-mz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "developerfair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dieselgalleri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dgt-portal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dmcibulldog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dinepont.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -11281,7 +11233,6 @@
{ "name": "nukute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "numero-aleatorio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ockendenhemming.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "oh14.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ojls.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ons.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "onearth.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -11331,7 +11282,6 @@
{ "name": "pokeinthe.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pixi.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pocketsix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "playflick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "poris.web.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "portercup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pornstars.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -11721,12 +11671,10 @@
{ "name": "agotnes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aistockcharts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ajmahal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "akovana.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "akvorrat.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alecrust.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aljaspod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aljaspod.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "alkel.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "allmystery.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alltubedownload.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alternativet.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -11844,7 +11792,6 @@
{ "name": "danieliancu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "danielthompson.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "danielvoogsgerd.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "danny.fm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "darcymarshall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "darth-sonic.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "davidadrian.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -11991,7 +11938,6 @@
{ "name": "howtocuremysciatica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hpbn.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hsts-preload-test.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "iftrue.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ime.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "imitza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "immunicity.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -12417,10 +12363,7 @@
{ "name": "yoga-prive.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yooooex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "youngandunited.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "youran.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yoyoost.duckdns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ytec.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "yukontec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yux.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "z3liff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "z3liff.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -12480,7 +12423,6 @@
{ "name": "addtoany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "adfa-1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "adhoc.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "adonnante.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "advocatenalkmaar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "adxperience.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aerialmediapro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -12689,7 +12631,6 @@
{ "name": "cheapticket.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chelseafs.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chennien.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cherryonit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chicisimo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "choiralberta.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chourishi-shigoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -13117,7 +13058,6 @@
{ "name": "ironcarnival.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "isbc-telecom.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "isdf.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "isgp-studies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "istgame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "istherrienstillcoach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "it-rotter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -13193,7 +13133,6 @@
{ "name": "kartec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kasadara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kashmirobserver.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kat.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kateduggan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kati-raumplaner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "katproxy.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -13224,7 +13163,6 @@
{ "name": "kncg.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "knthost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "koethen-markt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "koldanews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "komidoc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kommune42.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "konkurs.ba", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -13236,7 +13174,6 @@
{ "name": "kundenerreichen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kundenerreichen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kuschku.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kutukupret.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kwok.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kyliehunt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kyy.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -13273,7 +13210,6 @@
{ "name": "lew.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "liaoshuma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lichess.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "liduan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lightarmory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lightcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "likeablehub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -13396,15 +13332,12 @@
{ "name": "mutuals.cool", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "muusikoiden.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mwba.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "my-hps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myadself.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "myfedloan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myfrenchtattoo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mygpsite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myimmitracker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mymotor.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mypaperwriter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "myptsite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myrepublic.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myschoolphoto.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mythengay.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -13810,7 +13743,6 @@
{ "name": "streetspotr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "studiomarcella.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "suborbital.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "subsys.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sudoschool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "suitocracy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "superpase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -13907,7 +13839,6 @@
{ "name": "treinaweb.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tributh.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tripcombi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "trueinstincts.ca", "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 },
@@ -14223,7 +14154,6 @@
{ "name": "borderlinegroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "awaremi-tai.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bewerbungsfibel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "besnik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bemsoft.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bluebill.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beyondalderaan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -14602,11 +14532,9 @@
{ "name": "endohaus.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fuvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ff-obersunzing-niedersunzing.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "film.photos", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fnzc.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "galardi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "garden.trade", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "frdl.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fwei.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gdv.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ezhik-din.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -14707,7 +14635,6 @@
{ "name": "heiland.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "glitzmirror.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hanimalis.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hillcity.org.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hokieprivacy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gyu-raku.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hans-natur.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -14864,7 +14791,6 @@
{ "name": "kovnsk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kamikatse.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kpumuk.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "jankoepsel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kisa.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kennethaasan.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kaela.design", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -14940,7 +14866,6 @@
{ "name": "limiteddata.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lim-light.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lirion.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "legendary.camera", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "leanplando.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lacicloud.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "librends.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -15138,7 +15063,6 @@
{ "name": "notify.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nabu-bad-nauheim.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nitropur.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mustardking.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nossasenhoradaconceicao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "montand.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oauth-dropins.appspot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -15321,7 +15245,6 @@
{ "name": "radreisetraumtreibstoff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "randomkoalafacts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rapidshit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "radionicabg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "randomprecision.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "quantum-cloud.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pretzlaff.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -16010,7 +15933,6 @@
{ "name": "bandiga.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chxdf.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "breckle.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cnwage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bmros.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "clickclock.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "christensenplace.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -16072,7 +15994,6 @@
{ "name": "clubeohara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "curtissmith.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "curtis-smith.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "danbarrett.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cleanmta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bityes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "correct.horse", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -16147,7 +16068,6 @@
{ "name": "elliotgluck.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ebiografia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dinmtb.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dianefriedli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ebiografias.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dronexpertos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "doyoulyft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -16219,7 +16139,6 @@
{ "name": "f1minute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "factbytefactbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ewuchuan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "favorit.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eve0s.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "defi-metiers.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "f1bigpicture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -16280,7 +16199,6 @@
{ "name": "forcewave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "flurrybridge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "godrive.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fotoallerlei.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "geofox.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fuechschen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gamingwithcromulent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -16298,7 +16216,6 @@
{ "name": "glasfaser-im-hanseviertel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "greger.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fwww7.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gzitech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "espanova.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "getsecure.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "grupopgn.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -16604,7 +16521,6 @@
{ "name": "minitruckin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meincloudspeicher.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "migrator.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "medzinenews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mimemo.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "medialab.nrw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "miguelmoura.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -16690,7 +16606,6 @@
{ "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": "monpc-pro.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "norrkemi.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oldoakflorist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "opic.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -17110,7 +17025,6 @@
{ "name": "wirsol.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xtom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wyday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "wv-n.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yabrt.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xilkoi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webtechgadgetry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -17293,7 +17207,6 @@
{ "name": "aov.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "anita-mukorom.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arewedubstepyet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "antikvariat.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arados.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "artlifeisgood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aschaefer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -17599,7 +17512,6 @@
{ "name": "creepypastas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "csmainframe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cryptoshot.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "creativeliquid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "codedump.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "countryoutlaws.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "codebrahma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -17644,7 +17556,6 @@
{ "name": "cranems.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "david-pearce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cube-cloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "danwillenberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cornishcamels.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cubecart-demo.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cuni-cuni-club.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -17841,7 +17752,6 @@
{ "name": "exhalespa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "estcequonmetenprodaujourdhui.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "facebook.ax", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ecolesrec.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eganassociates.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "escapeplaza.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evafojtova.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -18016,7 +17926,6 @@
{ "name": "hannah.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hac30.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hakugin.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "guideo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "getpublii.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hiltonhyland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "habtium.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -18287,7 +18196,6 @@
{ "name": "knaake.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kgnk.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "knapp.noip.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kristjanrang.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kohlistkool.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "klempnershop.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kprog.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -18339,7 +18247,6 @@
{ "name": "lifanov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lemuslimpost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lel.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kids-at-home.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kuaza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lijero.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lexicography.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -18613,7 +18520,6 @@
{ "name": "nootropic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "neartothesky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "normaculta.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nicolas-hoffmann.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mystown.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mutuelle-obligatoire-pme.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nexusconnectinternational.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -18931,7 +18837,6 @@
{ "name": "schwarztrade.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "scoolcode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sciencemonster.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "seccom.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pchospital.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "serverlauget.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "security-thoughts.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -18963,7 +18868,6 @@
{ "name": "shang-yu.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shiftdevices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "snekchat.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "smartwelve.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "seobot.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "smartcheck.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "salmonvision.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19290,7 +19194,6 @@
{ "name": "valeriansaliou.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "viosey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vorangerie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vldkn.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "visikom.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vicenage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vodpay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19338,7 +19241,6 @@
{ "name": "ujob.com.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "whistleblower.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vjeff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "unquote.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "voodoochile.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webcontentspinning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vbazile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19403,7 +19305,6 @@
{ "name": "wereldplanner.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "worldeventscalendars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wmawri.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "yukonconnector.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wiz.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zao.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--rdiger-kuhlmann-zvb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19553,8 +19454,6 @@
{ "name": "akalashnikov.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "advokat-romanov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "a-ix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "2bcompany.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "abimelec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alibip.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "akkadia.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aolabs.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19595,15 +19494,12 @@
{ "name": "120dayweightloss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "altunbas.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "andrew.london", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "airmail.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ansas.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "appdb.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aocast.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aidhan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "appartement-andrea.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "andruvision.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "alca31.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "alainbaechlerphotography.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ashleyfoley.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "2krueger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "247quickbooks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19628,7 +19524,6 @@
{ "name": "ares-trading.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "astraalivankila.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "archivesdelavieordinaire.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "antcas.com", "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 },
@@ -19636,7 +19531,6 @@
{ "name": "aristilabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "araleeniken.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "azrazalea.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "apef.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "attilavandervelde.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ato4sound.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arthur.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19650,10 +19544,8 @@
{ "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": "arteshow.ch", "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": "ans-ge.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ayahuascaadvisor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "asseenfromthesidecar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bankstownapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19692,7 +19584,6 @@
{ "name": "bashstreetband.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "2048-spiel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "avi9526.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "automotivegroup-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bandito.re", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aquilalab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "automobiles5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19703,7 +19594,6 @@
{ "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": "arveron.ch", "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 },
@@ -19725,7 +19615,6 @@
{ "name": "bebetrotteur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biswas.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bitplay.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "artisans-libres.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bitbucket.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bey.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bitbucket.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19742,7 +19631,6 @@
{ "name": "belgien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bergland-seefeld.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bernat.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "aubonmanger.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blinking.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bina.az", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bodygearguide.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19758,7 +19646,6 @@
{ "name": "blockxit.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "berdu.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blechinger.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bauthier-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "battle-game.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "boldmediagroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "betterscience.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19766,7 +19653,6 @@
{ "name": "bolwerk.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blacknetwork.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bazziergraphik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bch7al.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bienoubien.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brando753.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bruun.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19777,14 +19663,12 @@
{ "name": "bestfitnesswatchreview.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blogaid.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "burke.services", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "batlab.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "board-buy.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blumen-garage.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "benjakesjohnson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blogconcours.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "black.host", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blogabout.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "biscoint.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "boss.az", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biovalue.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "britneyclause.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19872,7 +19756,6 @@
{ "name": "chatxtutti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chriswbarry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ccl-sti.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cantatio.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chocolatesandhealth.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "canlidoviz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chatt-gratis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19898,7 +19781,6 @@
{ "name": "bitcoinrealestate.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "charlotte-touati.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cloudservice.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chantalguggenbuhl.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cocinoyo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chytraauta.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "backintomotionphysiotherapy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19944,7 +19826,6 @@
{ "name": "corderoscleaning.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cmso-cal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cernega.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "coinpit.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coolrc.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "commoncode.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "common.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19952,7 +19833,6 @@
{ "name": "commoncode.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "childrendeservebetter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "citylights.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cinq-elements.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cpy.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crge.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crackslut.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -19990,7 +19870,6 @@
{ "name": "cynoshair.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crecket.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "csgf.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cotwe-ge.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dearfcc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "conkret.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "data.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20032,7 +19911,6 @@
{ "name": "dflcares.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "denimtoday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "darkeststar.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "csp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "diccionariodedudas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dieser.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "das-tyrol.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20085,7 +19963,6 @@
{ "name": "driverless.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dreamlighteyeserum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dtub.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "curieux.digital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dochitaceahlau.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "diversityflags.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "domprojects.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20108,12 +19985,10 @@
{ "name": "duckbase.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "doska.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "csgoshifter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "demarle.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dracisvet.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "educationevolving.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dprb.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "doli.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "didche.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "doclassworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ebooki.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eickhofcolumbaria.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20139,7 +20014,6 @@
{ "name": "elektro-pfeiffer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elektro-hornetz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "deadmann.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "diegogelin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "effdocs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ehazi.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ec-baran.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20172,7 +20046,6 @@
{ "name": "elektrokarges.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eichel.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eprofitacademy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dzeina.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "epickitty.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "emanga.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "etk2000.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20180,7 +20053,6 @@
{ "name": "ellemental.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evades.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "envant.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "domainedemiolan.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "erudicia.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ejdv-anmeldung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elektro-stock.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20221,14 +20093,12 @@
{ "name": "europeantransportmanagement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fabianackle.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eurora.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ecole-attalens.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ewanm89.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eupay.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "europapier.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eutram.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ewanm89.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evergladesrestoration.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "esafar.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "esquisse.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "euroscot.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fearghus.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20239,7 +20109,6 @@
{ "name": "femdombbw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "expokohler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "femaledom.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fed51.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "felicifia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fashionunited.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "erasmusplusrooms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20269,7 +20138,6 @@
{ "name": "firegoby.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "filme-online.eu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fliptable.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "eyes-berg.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "filebox.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fight215.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fight215.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20410,7 +20278,6 @@
{ "name": "grekland.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hashidays.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "grapholio.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ggl-luzern.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "guyot-tech.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "guge.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gotoxy.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20468,7 +20335,6 @@
{ "name": "hosts.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "higilopocht.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hitter.family", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hec-espace-entreprise.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hotartup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "heello.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gers-authentique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20514,10 +20380,8 @@
{ "name": "huirongis.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hoowhen.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ic-lighting.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hopconseils.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hosyaku.gr.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "idealmykonos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hopconseils.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hugi.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hotel-huberhof.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ih8sn0w.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20544,7 +20408,6 @@
{ "name": "hypothecairelening.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hyphenpda.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "illich.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "iceberg.academy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "imaginarymakings.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ifsclist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "infosoph.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20598,7 +20461,6 @@
{ "name": "iplife.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jake.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iteke.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "infirmieredevie.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iteke.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "javascriptlab.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jeff.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20638,7 +20500,6 @@
{ "name": "idinby.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "how2fsbo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "joshuajohnson.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ipura.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jomo.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jncie.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jonscaife.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20666,7 +20527,6 @@
{ "name": "keypersonins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kaketalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "frodriguez.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "jlr-luxembourg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kayscs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "johncardell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "joseetesser.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20746,7 +20606,6 @@
{ "name": "koha.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jichi.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "laredsemanario.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "julienpaterne.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kuponydoher.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "learnedhacker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kowalmik.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20809,7 +20668,6 @@
{ "name": "lowson.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lostwithdan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lilapmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "laclaque.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "isognattori.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lilyfarmfreshskincare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lbarrios.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20827,10 +20685,8 @@
{ "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": "lapparente-aise.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "linux-mint-czech.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lifeqa.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lghfinancialstrategy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "locksport.org.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "likemovies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lovelyfriends.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20848,7 +20704,6 @@
{ "name": "mamadea.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "loyaltech.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "load-ev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lesmamy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lyngvaer.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "koelbli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lotos-ag.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20856,7 +20711,6 @@
{ "name": "magictable.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lotw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maceinturecuir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "luc-oberson.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "majahoidja.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "madoka.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "langkahteduh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20913,15 +20767,12 @@
{ "name": "mikusinec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mensagensperfeitas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mileme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "margecommunication.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mikk.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mimobile.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mbeo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mdosch.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mendy.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mfedderke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "menaraannonces.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "malysvet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "memoryex.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meshotes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lifenexto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20932,7 +20783,6 @@
{ "name": "minnesotamathcorps.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meinezwangsversteigerung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "minnesotareadingcorps.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "maze.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "michalspacek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meteosmit.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mitior.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -20979,7 +20829,6 @@
{ "name": "morpheusx.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mannford.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mrd.ninja", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mind-box.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mygrotto.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mode-marine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "macsandcheesedreams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21012,7 +20861,6 @@
{ "name": "nbari.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "necessaryandproportionate.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "necessaryandproportionate.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "monsieursavon.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mikkelvej.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mycr.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mystic-welten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21037,9 +20885,7 @@
{ "name": "monpermismoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "navitime.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myweb360.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mon22.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nalepky-na-zed.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "modemaille.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mytripcar.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nagios.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nesolabs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21062,7 +20908,6 @@
{ "name": "netdex.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "murz.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "neoclick.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nexthop.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nidsuber.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "noncombatant.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nellen.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21076,7 +20921,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": "nexthop.jp", "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 },
@@ -21093,7 +20937,6 @@
{ "name": "ntzwrk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "noexec.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nstd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "newcityinfo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ngvf.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "netguide.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nitrokey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21109,10 +20952,8 @@
{ "name": "odinkapital.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "northeastcdc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mardelcupon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ninofink.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nu3tion.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oceanvisuals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nezrouge-geneve.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "newcityinfo.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "olback.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "one-tab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21127,7 +20968,6 @@
{ "name": "offgames.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "musehelix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ohyooo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "newcitystudio.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nstremsdoerfer.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "optimalsetup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "openrealestate.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21147,7 +20987,6 @@
{ "name": "neyer-lorenz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "openconcept.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "olightstore.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nova-dess.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nuiguru.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paigeglass.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nosbenevolesontdutalent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21270,7 +21109,6 @@
{ "name": "planktonholland.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "premiership-predictors.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pikeitservices.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "philia-sa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "proxybay.eu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "projectte.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pseudo.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21290,7 +21128,6 @@
{ "name": "projectsecretidentity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pkov.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pianetaottica.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pianetaottica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pianetaottica.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pianetaottica.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "privasphere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21298,10 +21135,8 @@
{ "name": "promocao.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pizzadoc.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "qetic.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "physiovesenaz.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pianetaottica.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "r3nt3r.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pex.digital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "profinetz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "prostohobby.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "radiomodem.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21355,7 +21190,6 @@
{ "name": "richonrails.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "respectmyprivacy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "remonttitekniikka.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "polletmera.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "proteinnuts.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rechtsanwalt-koeppen-feucht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "qirinus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21408,7 +21242,6 @@
{ "name": "safe.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "romarin.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "reinaldudrasfamily.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "roseliere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rugs.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rodevlaggen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "robert-flynn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21416,10 +21249,8 @@
{ "name": "sanatorionosti.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "roelsworld.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rozeapp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "rlds.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "restaurant-rosengarten.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rotex1840.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "roseliere.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rumtaste.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rumtaste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "psicologoforensemadrid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21494,7 +21325,6 @@
{ "name": "scriptenforcer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shadowsocks.com.hk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schadevergoedingen.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "salmotierra-salvatierra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "securita.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shootpooloklahoma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "security.xn--q9jyb4c", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21512,7 +21342,6 @@
{ "name": "shipmile.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shitposts.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "saumondefrance.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "seeclop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shirosaki.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "saumon-france.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "securitybrief.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21627,7 +21456,6 @@
{ "name": "studiograou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "super-radiant-skin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "super-ripped-power.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sinergy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "super-slim-coffee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stern.koeln", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "streklhof.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21639,7 +21467,6 @@
{ "name": "tallcraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sunfox.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stellarium-gornergrat.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "suggestim.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sweharris.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stampederadon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "superlandnetwork.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21698,7 +21525,6 @@
{ "name": "tech-director.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tempo.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thcpbees.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "systemeprod.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thamesfamilydentistry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "testbirds.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thefutureharrills.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21780,9 +21606,7 @@
{ "name": "trinary.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tmtradingmorocco.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "too.gy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "therapysxm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "trafficmanager.xxx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tir-pistolet-chexbres.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "top10mountainbikes.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thedailyupvote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tretail.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21881,7 +21705,6 @@
{ "name": "weils.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vinarstvimodryhrozen.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thesocialmediacentral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "urbalex.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vsestiralnie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vasileruscior.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vitaminler.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21908,7 +21731,6 @@
{ "name": "we-run-linux.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webuni.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "we-use-linux.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "valoremtax.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "winbuzzer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "windholz.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "windwoodmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21920,7 +21742,6 @@
{ "name": "vrijstaandhuis-in-alphen-aan-den-rijn-kopen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "treasuredinheritanceministry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "whoneedstobeprimaried.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "valorem-tax.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "walkhighlandsandislands.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wifimapa.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ts-publishers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21932,7 +21753,6 @@
{ "name": "wisper.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tpolemis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wimbo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "weidmannfibertechnology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wilhelm-nathan.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "worldsgreatestazuredemo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wheatley.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21944,7 +21764,6 @@
{ "name": "visaop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wonderbill.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xkcd.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "whitefm.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "willeminfo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wpblog.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wissl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21957,7 +21776,6 @@
{ "name": "x69.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "winter-elektro.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wsyy.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "weemakers.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xgn.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wsb-immo.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xhadius.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -21985,10 +21803,7 @@
{ "name": "xn--90accgba6bldkcbb7a.xn--p1acf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xninja.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "youdungoofd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "wheelwork.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--d1acj9c.xn--90ais", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "xn--roselire-60a.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "xn--roselire-60a.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yukonrefugees.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yubi.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zeds-official.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22018,7 +21833,6 @@
{ "name": "zrt.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yoimise.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yama.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "whyopencomputing.com", "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 },
@@ -22047,12 +21861,9 @@
{ "name": "xpenology-fr.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yin.roma.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xperiacodes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "whyopencomputing.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "wyssmuller.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zenwears.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "watermonitor.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yugege.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tirs4ne.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zenfusion.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "0c3.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "0x00ff00ff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22068,7 +21879,6 @@
{ "name": "3ags.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "3chat.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "3dproteinimaging.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "762.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "9651678.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "a3workshop.swiss", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "abdullah.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22111,7 +21921,6 @@
{ "name": "anthony-rouanet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "antipa.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "antoined.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "antoineschaller.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "antragsgruen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apartmanicg.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apila.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22233,7 +22042,6 @@
{ "name": "cdburnerxp.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "censurfridns.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "censurfridns.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "centos.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "certificatedetails.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cf-ide.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chancat.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22241,7 +22049,6 @@
{ "name": "chat40.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chatfacile.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chatt-gratis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cherrett.digital", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chiaseeds24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chorkley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chorkley.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22262,7 +22069,6 @@
{ "name": "classics.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "click-licht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cmweller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cock.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coconutoil24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "code.taxi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "colaborativa.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22284,9 +22090,7 @@
{ "name": "creativeink.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "creators-design.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "creerunsitepro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cretdupuy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cristarta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "croixblanche-haguenau.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cryoit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "csvalpha.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cyberdos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22318,7 +22122,6 @@
{ "name": "destinationsofnewyorkstate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "develop.fitness", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "devpgsv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dhconcept.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dicando.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "diegorbaquero.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "diemattels.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22343,7 +22146,6 @@
{ "name": "dragonsmoke.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dreiweiden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "drheibel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "drone-it.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "drostschocolates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dugunedavet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "duongpho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22353,7 +22155,6 @@
{ "name": "earlyyearshub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eattherich.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "edisonnissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "egami.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "einheft.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "einsatzstiefel.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ekedp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22374,7 +22175,6 @@
{ "name": "evtripping.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ewus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "exousiakaidunamis.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "eyes-berg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ezgif.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "faderweb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "faldoria.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22387,7 +22187,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": "feng.si", "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 },
@@ -22420,7 +22219,6 @@
{ "name": "fruchtikus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fuckcf.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fullytrained.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fundeego.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fuorifuocogenova.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "futurope.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "g10e.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22435,8 +22233,6 @@
{ "name": "gearev.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "geekzone.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gelb-computer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "georgiastuartyoga.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "geschenkly.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gfk-kunststoff-luebben.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ghislainphu.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gianlucapartengo.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22444,7 +22240,6 @@
{ "name": "giochi-online.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "girlan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "glamour4you.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "glloq.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "globalhorses.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "globalinsights.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gloucesterphotographer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22456,12 +22251,10 @@
{ "name": "gradsm-ci.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gratis-app.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "grettogeek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "groepjam-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "grow-shop.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "grusenmeyer.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gtcprojects.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "guesthouse-namaste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "guide-peche-cantal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "guim.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "guineafruitcorp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gulleyperformancecenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22491,7 +22284,6 @@
{ "name": "hrabogados.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hs-arbeitsschutz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hukkatavara.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hydroturbine.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hypothes.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ibcmed.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "icecars.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22505,7 +22297,6 @@
{ "name": "immobilien-badlippspringe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "impactfestival.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "inceptionradionetwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ineardisplay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "infinitioflynnwoodparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "infopagina.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "informaticapremium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22513,7 +22304,6 @@
{ "name": "inobun.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "internetaanbieders.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "intl-webs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "intmissioncenter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iojo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iostream.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ipfirebox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22545,7 +22335,6 @@
{ "name": "johnroberts.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jongha.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "joshua-kuepper.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "juls.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "justgalak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "justinellingwood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jwatt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22571,7 +22360,6 @@
{ "name": "kiesuwkerstkaart.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "killerit.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kipin.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kitbag.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kmashworth.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kniga.market", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kolkataflowermall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22582,12 +22370,10 @@
{ "name": "kusdaryanto.web.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "l0re.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lambauer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lancyvbc.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "land-links.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lanna.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lasrecetasdeguada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lastrada-minden.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lausannedentiste.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "law-peters.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lawrence-institute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "leafandseed.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22599,9 +22385,7 @@
{ "name": "legiscontabilidade.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "legland.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lemon.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lepsos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "les-voitures-electriques.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lespagesweb.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "letteringinstitute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "levensbron.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "leveredge.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22646,7 +22430,6 @@
{ "name": "maxibanki.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maximdens.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maximiliankaul.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "maximov.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maxkaul.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "may24.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mbs-journey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22681,7 +22464,6 @@
{ "name": "mistybox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "miyako-kyoto.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mk89.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mkimage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mobilebay.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mobileritelushi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22711,7 +22493,6 @@
{ "name": "nadelholzkulturen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nagel-dentaltechnik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nakama.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nakandya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nanpuyue.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nasmocopati.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nasralmabrooka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22724,7 +22505,6 @@
{ "name": "neonnuke.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nepovolenainternetovahazardnihra.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "net-navi.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "netto-service.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "newspsychology.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nfz.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "niagara.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22749,7 +22529,6 @@
{ "name": "nyored.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "o3.wf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "object.earth", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ocim.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oklahomamoversassociation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "onee3.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ontheten.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22870,7 +22649,6 @@
{ "name": "scriptgates.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sebastian-janich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "secondbyte.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "secretsanta.fr", "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": "seeworkdone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22943,11 +22721,8 @@
{ "name": "studport.rv.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stuka-art.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stuvel.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "suprem.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "suprem.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "svennd.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "swd.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "swissfreshaircan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "swu.party", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "syleam.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "symphonos.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -22961,7 +22736,6 @@
{ "name": "tdfbfoundation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "teamcombat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "teammathics.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tec3000.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tech-blog.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "telefon.report", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "testbirds.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23049,7 +22823,6 @@
{ "name": "vacuumpump.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vadodesign.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "valesdigital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "valoremtax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vandeput.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vaphone.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vawebsite.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23081,10 +22854,8 @@
{ "name": "witneywaterpolo.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wlci.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wmkowa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "wohnbegleitung.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wolfram.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wollekorb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "women-only.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wpsharks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wstx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wxh.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23119,7 +22890,6 @@
{ "name": "yubikey.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yubikey.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yubiking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "yveslegendre.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yyc.city", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zahyantechnologies.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zamos.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23183,7 +22953,6 @@
{ "name": "379700.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "393335.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "3circlefunding.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "3cs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "3dcart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "3dprintsondemand.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "3haeuserprojekt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23198,7 +22967,6 @@
{ "name": "4freepress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "4hvac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "4plebs.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "4u.services", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "5c1fd0f31022cbc40af9f785847baaf9.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "64616e.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "6541166.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23253,10 +23021,8 @@
{ "name": "absolutewaterproofingsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ac-admin.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "academytv.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "acbrussels-used.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "accentthailand.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "accesloges.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "accessauto-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "acecerts.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "acerislaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "achterhoekseveiligheidsbeurs.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23296,15 +23062,12 @@
{ "name": "aheng.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ahlaejaba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aicial.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "aiden.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aikido-club-limburg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aiponne.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "air-shots.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "airdur.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "airicy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "airplayradio.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "airpurifierproductsonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "aiutodomestico.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aixxe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ajarope.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ajces.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23329,7 +23092,6 @@
{ "name": "aliwebstore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aljammaz.holdings", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aljmz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "allaboutbelgaum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "allamericanmuslim.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "allcovered.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "allensun.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23361,7 +23123,6 @@
{ "name": "amorim.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "analgesia.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ancientcraft.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ancolies-andre.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "andrerose.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "andrespaz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "andreundnina.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23391,7 +23152,6 @@
{ "name": "anon-next.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "anongoth.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "anothermilan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ansermet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ansgar-sonntag.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ansgarsonntag.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "anti-bible.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23402,7 +23162,6 @@
{ "name": "anymetrix.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "anyon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aozora.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ap-swiss.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apertis.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apila.care", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aplikaceproandroid.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23438,14 +23197,10 @@
{ "name": "ashleakunowski.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ashleyadum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "asperti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "assguidesporrentruy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "astenretail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "astronomie-fulda.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "asvsa.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "at-one.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "at1.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ateliersantgervasi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "atgoetschel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "athena-bartholdi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "atkdesign.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "atlantareroof.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23459,15 +23214,12 @@
{ "name": "auri.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aurora-terraria.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aurorarecordings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ausec.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "austinmobilemechanics.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "authinfo-bestellen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "author24.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "autoecolebudget.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "auxquatrevents.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": "avpres.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "avtoforex.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "awei.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "awningsaboveus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23476,7 +23228,6 @@
{ "name": "axtux.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ayothemes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ayuru.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ayurveda-mantry.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "azia.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "b-b-law.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "b-pi.duckdns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23490,7 +23241,6 @@
{ "name": "badam.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bakaproxy.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bakim.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "balatoni-nyar.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "balnearionaturaspa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bals.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "banburybid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23498,7 +23248,6 @@
{ "name": "banri.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "baptistboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bariller.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "baripedia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "baropkamp.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "barracuda.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "barracuda.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23515,11 +23264,9 @@
{ "name": "bayerstefan.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bayherbalist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bazisszoftver.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bbgeschenke.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bbimarketing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bbkworldwide.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bbrinck.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bcbulle.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bcpc-ccgpfcheminots.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beadare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beagreenbean.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23542,9 +23289,6 @@
{ "name": "benjaminjurke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "benleemd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "benscobie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bernardcontainers.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bersierservices.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bersotavocats.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bertholdsson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bertoliniodontoiatria.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "best10websitebuilders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23576,7 +23320,6 @@
{ "name": "biohappiness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biomax-mep.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biometrics.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "biosafe.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bioshine.com.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "birbaumer.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "birkengarten.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23592,7 +23335,6 @@
{ "name": "bitmainwarranty.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bitrush.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bixservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bizeau.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bizniskatalog.mk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bizzi.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blackdiam.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23615,7 +23357,6 @@
{ "name": "bluteklab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blutopia.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bnty.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bobazar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bobep.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "boboates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bogdanepureanu.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23651,11 +23392,7 @@
{ "name": "brahmins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "braiampeguero.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brain-force.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brainserve.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brainserve.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brainserve.swiss", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brainvoyagermusic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brandcodestyle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brasal.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brasserie-mino.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brasspipedreams.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23671,7 +23408,6 @@
{ "name": "britishmeat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brodowski.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brompton-cocktail.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brouillard.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bruna-cdn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bs-network.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bsdracing.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23683,7 +23419,6 @@
{ "name": "buckypaper.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "buildingcostestimators.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bulkingtime.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bulledair-savons.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bullettags.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bullterrier.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bunadarbankinn.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23694,7 +23429,6 @@
{ "name": "burrowingsec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "buryat-mongol.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bushbaby.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "buxum-communication.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "buyerdocs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "byronr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bytes.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23712,7 +23446,6 @@
{ "name": "campula.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "campuswire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "campwabashi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "canada-tourisme.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "canadiantouristboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "candidasa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "candygirl.shop", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23736,7 +23469,6 @@
{ "name": "casburggraaf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cashless.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "casinolegal.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cassimo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "castlecms.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "catalin.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "catbold.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23751,15 +23483,12 @@
{ "name": "ce-pimkie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cebz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cecilwalker.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cedriccassimo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cedriccassimo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ceebee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cefak.org.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "centerpoint.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "centruvechisv.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cerber.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cert.or.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cgbassurances.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cgsshelper.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chaisystems.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chalker.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23779,7 +23508,6 @@
{ "name": "charp.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chaseganey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chateau-de-lisle.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chateaudestrainchamps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chatint.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chatu.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chatu.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23814,7 +23542,6 @@
{ "name": "cira.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "circ-logic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "citymoobel.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "citysportapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cityworksonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "civillines.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cjtkfan.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23844,7 +23571,6 @@
{ "name": "cnetw.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "co-driversphoto.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "co-factor.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "coaching-impulse.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coalitionministries.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cobrax.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "code-digsite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23894,7 +23620,6 @@
{ "name": "complt.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "computerassistance.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "computertal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "concept-web.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "conception.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "congz.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "conservatoriesincornwall.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23916,7 +23641,6 @@
{ "name": "corsa-b.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cosplayer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "costow.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "counstellor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "countrybrewer.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "course.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "courseworkbank.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23931,24 +23655,18 @@
{ "name": "craftination.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crandall.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crdmendoza.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "crea-etc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "crea-shops.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "creadstudy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "createursdefilms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "creations-edita.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "creativesurvey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "creators.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "credex.bg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "creepycraft.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "crepa.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "creusalp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crisissurvivalspecialists.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cristianhares.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crizin.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "croco.vision", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crop-alert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "croquette.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "crossorig.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cruzeiropedia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cryothanasia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crypted.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -23967,7 +23685,6 @@
{ "name": "curveprotect.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "customwritings.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cutimbo.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cve-le-carrousel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cvninja.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cwrcoding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cyber-computer.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24003,7 +23720,6 @@
{ "name": "darinkotter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "darkengine.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dartsdon.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "datalysis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "datovyaudit.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dave-pearce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "davecardwell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24021,12 +23737,10 @@
{ "name": "dcaracing.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dccraft.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "deanosplace.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "debie-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "debtprotectionreporting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "decidetreatment.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "decodeanddestroy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "decormiernissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "decrousaz-ceramique.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "deepvision.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "defrax.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "defrax.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24049,9 +23763,6 @@
{ "name": "desmo.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "despotika.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "det-te.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "detecte-fuite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "detecte.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "detectefuite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "detroit-english.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dev-aegon.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "develop.cool", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24098,7 +23809,6 @@
{ "name": "docabo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "doclot.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "docxtemplater.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dofuspvp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dolorism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "domain-ermittlung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "domenicocatelli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24145,7 +23855,6 @@
{ "name": "dylanknoll.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dynamicyou.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dynastic.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dynn.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dynorphin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dynorphins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dysthymia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24164,8 +23873,6 @@
{ "name": "ebayinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ebooksgratuits.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ecelembrou.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ecoccinelles.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ecoccinelles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ecodigital.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ecolala.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "econativa.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24238,8 +23945,6 @@
{ "name": "esh.ink", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eskdale.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "espo.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "espritrait.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "essencesdeprana.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "etenendrinken.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "etherpad.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "etys.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24284,10 +23989,8 @@
{ "name": "expressmarket.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eyecandy.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eyeglasses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "f1classement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "f42.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "f5nu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fabriceleroux.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fabriko.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "facciadastile.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "facealacrise.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24296,9 +23999,7 @@
{ "name": "falkhusemann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "falkus.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fame-agency.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "familiaperez.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "familyreal.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fanfareunion.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fanflow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fantasticgardenersmelbourne.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fantastichandymanmelbourne.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24325,7 +24026,6 @@
{ "name": "fhsseniormens.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ficklenote.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fickweiler.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fiduciaire-ratio.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fifichachnil.paris", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "figura.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "file-cloud.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24367,25 +24067,19 @@
{ "name": "flyingrub.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fmapplication.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fminsight.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fmodoux.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "foairbus.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "foairbussas.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "focusministries1.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fokan.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fol.tf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "foodattitude.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "forcamp.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "forces.army", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "foregroundweb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "foreverssl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "formation-assureur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "formation-mac.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "formersessalaries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "forrestheller.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "forsyththeatre.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fortress.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "forty8creates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "forvisualdesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "foryourhealthybody.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fosdem.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fossgruppen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24413,23 +24107,17 @@
{ "name": "freifunk-in-solingen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "freifunk-lindlar.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "freifunk-remscheid.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "frequencebanane.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "freshdesigns.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "freshmaza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "friedrich-foto-art.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "friedsamphotography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "frigi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "frinkiac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "front-end.dog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "frontline6.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "frugalmechanic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "frumious.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fsckd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fsvt.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fudanshi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fuite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fuitedeau.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fuites.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fukuoka-cityliner.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fulilingyu.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fuliwang.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24451,7 +24139,6 @@
{ "name": "gagnerplusdargent.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gainesvillegoneaustin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gajas18.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "galeries.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "galileanhome.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gameconservation.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gameparagon.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24500,7 +24187,6 @@
{ "name": "gibraltar-firma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gigantism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gigawattz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gilnet.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gina-architektur.design", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "giraffes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "girsa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24543,7 +24229,6 @@
{ "name": "gpws.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": "grandchene.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "grantmorrison.net", "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 },
@@ -24558,7 +24243,6 @@
{ "name": "grillteller42.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "groenewoud.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "grow-shop.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "growy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gruenprint.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gsmsecurity.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gt-mp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24572,8 +24256,6 @@
{ "name": "gulfcoast-sandbox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gulshankumar.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "guusvandewal.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gvi-timing.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gvitiming.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gymhero.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gympap.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gzitech.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24606,7 +24288,6 @@
{ "name": "hangtenseo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hanksservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "happycarb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "happydoq.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hapsfordmill.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hardesec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hardforum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24617,7 +24298,6 @@
{ "name": "hashcat.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hashish.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hauntedhouserecords.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hauteslatitudes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "havenmoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "haz.cat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hcbj.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24666,7 +24346,6 @@
{ "name": "hire-a-coder.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hirefitness.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hirokilog.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "histoire-cite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hiwiki.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hjartasmarta.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hjf-immobilien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24678,21 +24357,17 @@
{ "name": "hodamakade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hodgephotography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hoeft-autolackierung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hoewler.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "holebedeljek.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hollermann.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "holymolycasinos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "holywhite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "homeandyarddetailing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "homecarpetcleaning.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "homeogenium.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hommeatoutfaire.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hongyd.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hoppyx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hostgigz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hostmodern.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hostserv.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hot-spa.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hottaro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "houdremont-la-courneuve.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "house-sparrow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24706,7 +24381,6 @@
{ "name": "hppub.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hrk.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hrtraining.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "htsure.ma", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "httpsecured.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "huangguancq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "huduser.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24725,7 +24399,6 @@
{ "name": "hundter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "huntingdonlifesciences.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "huwcbjones.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hydrante.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hylians.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hyperalgesia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hypersomnia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24746,14 +24419,12 @@
{ "name": "idealwhite.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "idmanagement.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iemas.azurewebsites.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ifixe.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ignatovich.by", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ignatovich.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ikkoku.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ilamparas.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ilamparas.com.ve", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ilazycat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "illambias.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "illuminationis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ilya.pp.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "im-design.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24788,8 +24459,6 @@
{ "name": "inmusrv.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "innerfence.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "innsalzachsingles.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "inondation.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "insblauehinein.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "inscript.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "inst.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "instinctive.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24841,7 +24510,6 @@
{ "name": "isuzupartscenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "isv.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "itactiq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ital-gamma.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "itamservices.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "itchimes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iteecafe.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24849,7 +24517,6 @@
{ "name": "itnews-bg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "itproject.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "itshka.rv.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "itsnotquitethehilton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "itsupport-luzern.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ivfausland.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ivvl.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24908,7 +24575,6 @@
{ "name": "johannaojanen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "johannes-bauer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "johannes-zinke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "johnsiu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jomp16.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jonandnoraswedding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jonathansanchez.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24970,7 +24636,6 @@
{ "name": "kermadec.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kernelpanics.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ketamine.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ketty-voyance.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kevinhill.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kevinlocke.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kewego.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -24982,7 +24647,6 @@
{ "name": "kibibit.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kibriscicek.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kickasscanadians.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kidsneversleep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kiekko.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kiel-kind.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kikbb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25039,8 +24703,6 @@
{ "name": "kyonagashima.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kyoto-tomoshibi.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kyunyuki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "la-baldosa.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "la-maison.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "labande-annonce.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lacarpesaintaubinoise.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lachlan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25063,11 +24725,8 @@
{ "name": "lavaux.lv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lawnuk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ldcraft.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "le-creux-du-van.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "le-palantir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "le-traiteur-parisien.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "le23.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "leap-it.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lebourgeo.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lechaudrondupertuis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "leebiblestudycenter.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25078,7 +24737,6 @@
{ "name": "leebiblestudycentre.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "leetgamers.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "leflibustier.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lefonddeloeil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "legit.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "legymnase.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "leipzig.photo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25091,7 +24749,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": "lesyndicat.info", "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 },
@@ -25132,7 +24789,6 @@
{ "name": "loandolphin.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lobivia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "logic8.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "loichot.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "loli.world", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lolicon.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "londongynaecologist.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25142,7 +24798,6 @@
{ "name": "loss.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lostkeys.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lou.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "louange-reconvilier.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "louisvillecarguys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "loveandloyalty.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lovelive-anime.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25161,7 +24816,6 @@
{ "name": "lucy.science", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lukeistschuld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lumi.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lunar6.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lunartail.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "luolikong.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lutoma.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25315,7 +24969,6 @@
{ "name": "meterhost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "methamphetamine.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "methylone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "metropop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mevo.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mflodin.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mgknet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25337,7 +24990,6 @@
{ "name": "miki.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mikro-inwestycje.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mikropixel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mil-spec.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "milesapart.dating", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "militarycarlot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "milkingit.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25349,7 +25001,6 @@
{ "name": "minecraft-server.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "minecraftforum.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "minepod.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mingwah.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mingyueli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "minigolf-reisinger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "minikidz.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25357,7 +25008,6 @@
{ "name": "mintosherbs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "minube.co.cr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mipymesenlinea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mirshak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "missguidedus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "missionsgemeinde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "misssex.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25392,12 +25042,10 @@
{ "name": "mon-a-lisa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "moneychangersoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "montagne-tendance.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "montpreveyres.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "montsaintaignan.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "moodzshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mopsuite.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "morbotron.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "morchino.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mordrum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mosin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mosos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25409,7 +25057,6 @@
{ "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": "mplanetphl.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mpy.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mr-anderson.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mscenter.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25439,7 +25086,6 @@
{ "name": "mwohlfarth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mxawei.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "my-floor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "myconsulting.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mycreativeartsconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mycrypnet.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mydaywebapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25448,7 +25094,6 @@
{ "name": "mydjsongbook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mydriversedge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myfantasysportstalk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "myfirenet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mygeotrip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mygreatjob.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mygymer.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25465,7 +25110,6 @@
{ "name": "myrig.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myrsa.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mysocialporn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "myswissmailaddress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mywebinar.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "n2servers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "n3twork.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25479,13 +25123,10 @@
{ "name": "nanubo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "napolinissanctparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "narko.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "narmos.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "naroska.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nastoletni.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nataliedawnhanson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "natatorium.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nathaliebaron.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nathaliebaroncoaching.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nationalmap.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "natur-udvar.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "naturesorganichaven.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25533,7 +25174,6 @@
{ "name": "niva.synology.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nmadda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nmnd.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "no-xice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nodejs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "noellabo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "noisebridge.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25562,7 +25202,6 @@
{ "name": "nuclearcrimes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nuclearcrimes1.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nulltime.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "numero1.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "numerossanos.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "numis.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nuriacamaras.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25577,28 +25216,22 @@
{ "name": "oberhof.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oberhofdrinks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oberhofjuice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "objectif-terre.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "objekt-textil.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "observatory.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "obyvateleceska.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ocelot.help", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ocsigroup.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "odzyskaniedomeny.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ofcampuslausanne.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ofcss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "off-the-clock.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "offroadeq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "offshore-unternehmen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "offshorefirma-gruenden.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "offtherails.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "oge.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ohai.su", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "okburrito.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oldnews.news", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "olegs.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "olgiati.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "olympic-research.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "omanko.porn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ometepeislandinfo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "omf.link", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "omi-news.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25661,7 +25294,6 @@
{ "name": "ourwedding.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ovuscloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ownc.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "oxelie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ozonitron.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ozonitron.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ozonitron.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25670,14 +25302,12 @@
{ "name": "ozonytron.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "p-pc.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "p3ter.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pacifictilkin-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "packetapp.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "packetcrash.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pactf-flag-4boxdpa21ogonzkcrs9p.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pactocore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paleosquawk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "palletflow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "palli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pammbook.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pan.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "panascais.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25685,7 +25315,6 @@
{ "name": "panpsychist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "panzer72.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "papakatsu-life.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "parachute70.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paradise-engineer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paradise-engineers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paragon.edu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25702,13 +25331,10 @@
{ "name": "partsestore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "passpilot.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "passwd.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "patsyforyou.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "patsytoforyou.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paulbramhall.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paulbunyanmls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paulus-foto.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pautadiaria.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pavando.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pawsr.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pback.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pbcknd.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25719,8 +25345,6 @@
{ "name": "peep.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "peerless.ae", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "peippo.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pelopogrund.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pelopoplot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pepwaterproofing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pernatie.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "perniciousgames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25735,20 +25359,15 @@
{ "name": "phasme-2016.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "phdsupply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "philippa.cool", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "philipperoose.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "phillipgoldfarb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "philonas.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "philosoftware.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "philux.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "photographe-reims.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "photomodelcasting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "photon.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "phpliteadmin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "picture.team", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pidatacenters.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pidjipi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pierrefv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pimpmyperf.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pinemountainnursery.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pinemountbaptistchurch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pinimg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25757,7 +25376,6 @@
{ "name": "pizzafest.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pjbet.mg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pkschat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pl-cours.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "plan-immobilier.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "planetbeauty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "planeteroliste.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25787,12 +25405,9 @@
{ "name": "poinsot.beer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pokemondb.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pol-expo.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pole-emotion.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "polyfill.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "polytechecosystem.vc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pommedepain.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pompiers-martigny.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "poneypourtous.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ponychan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ponyfoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "poopjournal.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25829,7 +25444,6 @@
{ "name": "prefix.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "preludes.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "prepare-job-hunting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "prestige-car-location.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pretachique.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "prettygrouse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "prifo.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25922,7 +25536,6 @@
{ "name": "ranegroup.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ranking-deli.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ranos.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "raphaelcasazza.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rapidstone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rareative.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rastreie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25978,8 +25591,6 @@
{ "name": "resl20.servehttp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ressl.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "restaurantesimonetti.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "reto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "retokromer.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "retro.sx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "revelaciones.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "review.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -25995,7 +25606,6 @@
{ "name": "richardlugten.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "riddims.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rievo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "righini.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rijnmondeg.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rile5.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rimcountrymuseum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26049,11 +25659,9 @@
{ "name": "rteone.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rubyquincunx.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rudelune.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ruedirrenggli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ruk.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rulu.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "run-forrest.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "runagain.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rushpoppershop.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rusi-ns.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rutiger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26112,10 +25720,8 @@
{ "name": "schmelzle.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schmitt.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schmitt.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "schnegg.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schnyder-werbung.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schsrch.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "schull.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schwarzwald-flirt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "scintilla.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "scintillating.stream", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26150,7 +25756,6 @@
{ "name": "seiler-bad.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "seiryokuzai-ch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sektor.team", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "selected-properties.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "selfdefenserx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "selfishness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "selfloath.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26180,7 +25785,6 @@
{ "name": "shadowsocks.wiki", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shadowsocksvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shadowsoks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "shakan.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shamka.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sharanyamunsi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sharejoy.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26196,8 +25800,6 @@
{ "name": "shockercityservices.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shoemuse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shoestringeventing.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "shred.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "shredoptics.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sidelka-tver.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sigmalux.sarl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sigsegv.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26260,7 +25862,6 @@
{ "name": "sklepsamsung.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sklotechnik.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sktan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "skynet233.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "skyris.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "slash64.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "slash64.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26273,7 +25874,6 @@
{ "name": "slowgames.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "slvh.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "slwilde.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "slytech.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "smime.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "smksultanismail2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "snapserv.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26287,8 +25887,6 @@
{ "name": "sociopathy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sockscap64.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "softprayog.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "solacyre.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "solfegiator.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "solidwebnetworks.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "solvemethod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "somali-derp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26307,13 +25905,11 @@
{ "name": "specialedesigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "speciesism.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "spedition-transport-umzug.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "speechndraw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "spellcheck24.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "spha.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sphinx.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "spidermail.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "spiders.org.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "spiga.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "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 },
@@ -26336,7 +25932,6 @@
{ "name": "starfeeling.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stastka.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "static-692b8c32.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "stationa.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "std-home-test.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "steef389.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "steelbea.ms", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26374,7 +25969,6 @@
{ "name": "supa.sexy", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "supercalorias.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "superklima.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "supern0va.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "support4server.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "supportericking.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "surasak.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26389,17 +25983,11 @@
{ "name": "swarlys-server.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "swfloshatraining.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "swipetv.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "swissfreshaircan.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "swisstranslate.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "swisstranslate.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "swissxperts.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "syllogi.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sylve.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "system.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "system12.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "systemd.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "szyndler.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tac-volley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tacoma-games.com", "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 },
@@ -26408,7 +25996,6 @@
{ "name": "takemoto-ped.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "talkitup.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "talkitup.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tango-ouest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tangyue.date", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tarasecurity.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tarasecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26418,8 +26005,6 @@
{ "name": "targimieszkaniowe.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tateesq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tatsidou.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "taysonvodao.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tc-st-leonard.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tchoukball.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tdsb.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tdsb.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26452,12 +26037,10 @@
{ "name": "tengu.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tenthousandcoffees.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "teranacreative.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "teranga.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "terminalvelocity.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "terralimno.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "terralimno.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "terraluna.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "terresmagiques.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "teschenhausen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tessai.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "testgeomed.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26495,12 +26078,10 @@
{ "name": "thepiabo.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "theprivacysolution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thequillmagazine.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "thermique.ch", "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": "thiry-automobiles.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thiscloudiscrap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thiswasalreadymyusername.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thm.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26530,7 +26111,6 @@
{ "name": "tinyhousefinance.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tipaki.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tiste.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "titusetcompagnies.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tjandpals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tkacz.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tkts.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26562,7 +26142,6 @@
{ "name": "tostu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "totalhomecareinc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "totalsystemcare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tournevis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tourtransferitaly.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "touslesdrivers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tousproducteurs.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26618,12 +26197,10 @@
{ "name": "tunca.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tuner.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tupa-germania.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tupeuxpastest.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "turncircles.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tuto-craft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tutoragency.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tutorio.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tuttimundi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tuxpeliculas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tuxtimo.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tvc.red", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26650,12 +26227,8 @@
{ "name": "ukrnet.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ultimateanu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "unblocked.cam", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "unefuite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "unga.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "unhu.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "unique-pathways.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "unique-pathways.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "uniquepathways.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "unite-ka.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "unitedpsychological.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "universal-happiness.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26681,20 +26254,16 @@
{ "name": "valenhub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "valenhub.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "valenscaelum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "valentinritz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "validatis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vanajahosting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vandenbroeck-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vanderkrieken.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vanessabalibridal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vanhoudt-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vapor.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "varta.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vaskulitis-info.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vasyharan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vatelecom.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vayaport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vc.gg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vcam.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vdisk24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "veganism.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26705,17 +26274,14 @@
{ "name": "venoom.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "verliebt-in-bw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "verliebt-in-niedersachsen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "verrerie-mousseline.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "versagercloud.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vertebrates.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vfn-nrw.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vhummel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vidbooster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "videorullen.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "videoueberwachung-set.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vider.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "viekelis.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "viemontante.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vierpluseins.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vieux.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vigenebio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26723,7 +26289,6 @@
{ "name": "villainsclothing.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vilog.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vinolli.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vinsetchampagne.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vintagecaskandbarrel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vintagejeeps.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "viral8.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26741,7 +26306,6 @@
{ "name": "voice-of-design.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "void-zero.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "volcanconcretos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vonauw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vonniehudson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vorderklier.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vorkbaard.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26751,7 +26315,6 @@
{ "name": "vsc-don-stocksport.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vsesrazu-raiffeisen.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vstehn.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vsx.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vuakhuyenmai.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vulpine.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vuojolahti.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26768,7 +26331,6 @@
{ "name": "walksedona.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wallabag.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wallabies.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "walnutis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "walruses.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wanashi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wangjiatun.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26828,7 +26390,6 @@
{ "name": "wiredcut.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wireframesoftware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wiseflat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "withlocals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wkennington.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wmustore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wodboss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26854,14 +26415,12 @@
{ "name": "writereditor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wsdcap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wssv.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "wstudio.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wug.news", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wwgc2011.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "www-507.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "www-746.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "www-771122.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "www-jinshavip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "wxrlab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wygibanki.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wygluszanie.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wygodnie.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26901,7 +26460,6 @@
{ "name": "ycm2.wtf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yeesker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yemekbaz.az", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "yep-pro.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yepbitcoin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yfengs.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yffengshi.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -26953,7 +26511,6 @@
{ "name": "zinniamay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zinoui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zip.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "zivmergers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zixo.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zoners.si", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zooish.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27071,7 +26628,6 @@
{ "name": "adzuna.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "adamwallington.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "af-internet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "2stv.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "acpinformatique.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aebian.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "abrakidabra.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27092,7 +26648,6 @@
{ "name": "8azino777.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "adentalsolution.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alaxyjewellers.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "acperu.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "agreor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "afavre.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "allscammers.exposed", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27106,8 +26661,6 @@
{ "name": "aip-marine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "akul.co.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alexander-beck.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "achalay.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "acoustique-tardy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "allplayer.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aintevenmad.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "akoch.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27115,11 +26668,9 @@
{ "name": "alfaponny.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "3dmusiclab.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "andrewdavidwong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "agalliasis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alpha.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "americanmediainstitute.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alex97000.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "alainmargot.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "anime1video.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "anime1.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "andschwa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27130,7 +26681,6 @@
{ "name": "anedot.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "allangirvan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alexandre-blond.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "agamsecurity.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "angusmak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "amiciidogrescue.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alleskomtgoed.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27153,10 +26703,8 @@
{ "name": "apiary.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apiary.supplies", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "annedaniels.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "amicalecanyon.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apiary.supply", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apis.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ambholding-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "altstipendiaten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "amicsdelbus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "angeloroberto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27170,10 +26718,8 @@
{ "name": "apartmentkroatien.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "archsec.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "antoinemary.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "alize-theatre.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alpinepubliclibrary.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "albanien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "agsb.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "andreasanti.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ankwanoma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "amoozesh98.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27203,8 +26749,6 @@
{ "name": "arresttracker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ajnasz.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "anipassion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "api-connect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "animationsmusicales.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "antama.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "armyofbane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apm.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27228,18 +26772,13 @@
{ "name": "asuka.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "artansoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "au2pb.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ar-informatique.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "appel-aide.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "asialeonding.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "atzenchefin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "airportlimototoronto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "anons.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arnaudminable.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aussieservicedown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "aquadonis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "astaninki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "aquabio.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "asdyx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "asanger.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "armil.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "assumptionpj.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27256,12 +26795,9 @@
{ "name": "awsmdev.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aspatrimoine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "australianfreebets.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "arnoldkontz-occasions.lu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "avspot.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "art-et-culture.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "andrea-m.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "audiolibri.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ataton.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "auvernet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "autos-retro-plaisir.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "360live.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27271,7 +26807,6 @@
{ "name": "avnet.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "assistance-personnes-agees.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "azu-l.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "atelier-coiffure.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "babeleo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "autoxy.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bandarifamily.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27285,12 +26820,10 @@
{ "name": "atracaosexshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "avtogara-isperih.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alter-news.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "artdeco-photo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "babycamapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "austromorph.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aveapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "avedesk.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "atds.ch", "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 },
@@ -27298,8 +26831,6 @@
{ "name": "babai.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "antoinemary.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ax25.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "b-services.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "avvcorda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "barnrats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bananensap.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "b-ticket.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27307,8 +26838,6 @@
{ "name": "balcaonet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "b4z.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "avid.blue", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "atraverscugy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "autoterminus-used.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "awen.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "barlotta.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "audiorental.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27316,13 +26845,8 @@
{ "name": "answers-online.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "baumannfabrice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "battleboxx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "autotechschool.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "baby-digne.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bearingworks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bdenzer.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "backsideverbier.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "baladecommune.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "balade-commune.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beekeeper.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beekeeper.clothing", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beekeeper.supplies", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27339,10 +26863,8 @@
{ "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": "bariseau-mottrie.be", "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": "baciu.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beautyevent.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aqua-fotowelt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bc-diffusion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27355,7 +26877,6 @@
{ "name": "bernhard-seidenspinner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bedandbreakfast.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bedandbreakfasteuropa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bda-boulevarddesairs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "belewpictures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bichonfrise.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bghost.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27364,18 +26885,14 @@
{ "name": "betterworldinternational.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "berlin-flirt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "berthelier.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "better.fyi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "beaute-eternelle.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bentphotos.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biaggeo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "arfad.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beraru.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "birdbrowser.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bestwarezone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biletua.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bedouille.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biletru.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "belien-tweedehandswagens.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bikkelbroeders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "binaryappdev.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bikkelbroeders.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27384,16 +26901,12 @@
{ "name": "bibliotekarien.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beacinsight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bestbyte.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "becs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bernhardkau.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "belastingdienst-in-beeld.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bison.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "batipresta.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blenderrecipereviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biblioblog.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "belloy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bladesmith.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "belloy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bestschools.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blizhost.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bijoux.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27405,7 +26918,6 @@
{ "name": "bitpoll.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blackhillsinfosec.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bakersafari.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "b-cyclesshop.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bilalkilic.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bitsync.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "baugemeinschaftbernstein.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27418,7 +26930,6 @@
{ "name": "bookingready.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bookmakersfreebets.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bitwrought.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "beexfit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bnin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bohyn.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bodyconshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27428,9 +26939,6 @@
{ "name": "batolis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bradypatterson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "blumenwiese.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bioligo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "biogecho.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "biogecho.swiss", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "booox.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "boschee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bornfiber.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27446,13 +26954,10 @@
{ "name": "blakecoin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bondarenko.dn.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brettelliff.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bonnant-associes.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aprpullmanportermuseum.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brianfoshee.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "braeunlich-gmbh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bress.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bouckaert-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "boscoyacht.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bls-fiduciaire.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bsidesf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biologis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27463,11 +26968,9 @@
{ "name": "brightonchilli.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "botserver.de", "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": "bonnant-partners.ch", "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": "boimmobilier.ch", "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 },
@@ -27492,8 +26995,6 @@
{ "name": "byji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "buyessays.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "byatte.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bretzner.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brainball.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "c2o-library.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "burckardtnet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bronetb2b.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27501,7 +27002,6 @@
{ "name": "by1898.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "boyan.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "buttercupstraining.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bm-immo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "butarque.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ca5.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "caliderumba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27517,8 +27017,6 @@
{ "name": "caferagazzi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bytecode.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bodyworkbymichael.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "businesscentermarin.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cadetsge.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "calleveryday.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "camelservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "caerostris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27528,8 +27026,6 @@
{ "name": "cardelmar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "buronwater.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cashmaxtexas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brave-foods.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brave-foods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "catchersgear.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cata.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "carre-lutz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27555,7 +27051,6 @@
{ "name": "cafefresco.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cfneia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "celigo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cdda.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ccv-deutschland.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cc-brantomois.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "catburton.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27577,24 +27072,17 @@
{ "name": "cheapessay.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "catalogoreina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cheah.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "celiendev.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chordso.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "charitylog.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "celuliteonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "centreoeil.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "c3-compose.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chaletpierrot.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chazalet.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chronic101.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "casbia.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "churchlinkpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "catharisme.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "catharisme.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chemicalguys-ruhrpott.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chinwag.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "catharisme.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cheapestgamecards.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chevymotor-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chrispstreet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chesspoint.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cityoftitans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27647,30 +27135,23 @@
{ "name": "coincealed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chocolat-suisse.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cloudfren.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cie-theatre-montfaucon.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cncbazar365.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "conservados.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chsh.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cielbleu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "comparesoft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cloppenburg-automobil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "clubscannan.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cloppenburg-autmobil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "conmedapps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "colasjourdain.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chiropratique-neuchatel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coolbutbroken.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "collard.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chirosphere.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cocquyt-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cloud2go.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "capachitos.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chiro-neuchatel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "continuation.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "comyuno.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cloud.bugatti", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coastline.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chiropraticien-neuchatel.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "copycrafter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coorpacademy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "computernetwerkwestland.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27687,29 +27168,23 @@
{ "name": "controleer-maar-een-ander.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cosmofunnel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cptoon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "clindoeilmontagne.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cestunmetier.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chaifeng.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "conceptatelier.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "corlinde.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "claudia-urio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "comunidadmontepinar.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cpcheats.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cometonovascotia.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "consejosdenutricion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "conkret.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cncrans.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "condroz-motors.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "comefollowme2016.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "connectmy.car", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ctj.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coptic-treasures.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "compagniemartin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crossfunctional.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "curiouscat.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cosmiatria.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "conkret.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "colson-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "conkret.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "colarelli.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "conformist.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27720,7 +27195,6 @@
{ "name": "creeks-coworking.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "costa-rica-reisen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crunchy.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "congobunkering.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cuongthach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "currynissanmaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "customwritingservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27736,11 +27210,9 @@
{ "name": "curvesandwords.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coroasdefloresonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crox.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cqn.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cryptofan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "d3njjcbhbojbot.cloudfront.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cypressinheritancesaga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "counter-team.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cruikshank.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ctnguyen.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ctnguyen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27760,16 +27232,13 @@
{ "name": "cryptography.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "create-ls.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cryptology.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "csinterstargeneve.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "daisuki.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "davetempleton.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "d1ves.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cotonmusic.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "danwin1210.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cyberspace.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "darookee.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crawl.report", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cordeydesign.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "daktarisys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cspeti.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "datacubed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27780,9 +27249,7 @@
{ "name": "darkanzali.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "darylcumbo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cutner.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cospol.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cyumus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "darioackermann.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dallaslu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cs2016.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "defender-pro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27798,7 +27265,6 @@
{ "name": "cutelariafiveladeouro.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dcw.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dctxf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "daoro.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "danotage.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dbyz.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "deniszczuk.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27807,9 +27273,7 @@
{ "name": "dawnbringer.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "demo-server.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dermot.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dchatelain.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "d-academia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "davo-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "deepsouthsounds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "d-parts24.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dennisvandenbos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27817,12 +27281,10 @@
{ "name": "danskringsporta.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "defxing.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "depaddestoeltjes.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "decock-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "diamondpkg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dental-misaki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dhaynes.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "demotivatorbi.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "delbecqvo.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "diabolic.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "decofire.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "depone.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27830,14 +27292,11 @@
{ "name": "destileria.net.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dalmatiersheusden.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "devalps.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "depotter-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "deliandiver.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "desktopfx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dc-occasies.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "developersclub.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "depth-co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "diccionarioabierto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "coteries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "digitaldatacenter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dicionariopopular.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "datumou-osusume.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27845,15 +27304,10 @@
{ "name": "diwei.vip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "digitaldeli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dissertationhelp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "designskin.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "degata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "devjack.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "demeyere-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dhl-smart.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "devillers-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "digitalewelten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "digitaltechnologies.ltd.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dermatologie-morges.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "diskbit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "discha.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dieselanimals.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27893,13 +27347,11 @@
{ "name": "domythesis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "djangogolf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dewapress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "disrupters.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dm4productions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "drdipilla.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "doujin.nagoya", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "disinisharing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dog-blum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dessinemoilademocratie.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "disadattamentolavorativo.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "doomoo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "doop.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -27945,7 +27397,6 @@
{ "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": "do-prod.com", "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 },
@@ -27969,7 +27420,6 @@
{ "name": "digitalcraftmarketing.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dtdsh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eeetrust.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "duriaux-dentiste.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elite-box.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elhamadimi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "divvyradio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28004,7 +27454,6 @@
{ "name": "elliff.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dovenzorgmalawi.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "efa-football.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dvnatura.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "emil.click", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elektro-roth.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eolme.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28017,7 +27466,6 @@
{ "name": "eickhof.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "envoyglobal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eickhof.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ecoledusabbat.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "epiphyte.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eigenbubi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elternverein-utzenstorf.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28045,11 +27493,7 @@
{ "name": "elodieclerc.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "essenceofvitalitydetox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "essayforsale.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "emivauthey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eltern-verein.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "economies.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "emond-usedcars.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ellevit.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dynts.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "etaoinwu.win", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "enemiesoflight.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28067,22 +27511,18 @@
{ "name": "eworksmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "exeintel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evolutionpets.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "energie-sante.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "example.wf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evilarmy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "epistas.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "etienne.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "epossystems.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "echoworld.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ethiobaba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ethicsburg.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evertonarentwe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "esquirou-trieves.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evrica.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "expowerhps.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eron.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "essentiel-physique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "entrecieletpierres.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ergovitanet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "esteticanorte.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "etangs-magazine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28093,11 +27533,8 @@
{ "name": "exmoe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "exploravacations.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "exembit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "etoile-usedcars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "etre-soi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eth-faucet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "falconwiz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "essteebee.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "faberusa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "extradesktops.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evodation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28111,7 +27548,6 @@
{ "name": "ezwritingservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "faithmissionaries.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "efag.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "etudesbibliques.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "exceed.global", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fantasticcleaners.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ecococon.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28125,10 +27561,8 @@
{ "name": "euroalter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fads-center.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "faxite.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "etudesbibliques.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fabienne-roux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "faluninfo.ba", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "etudesbibliques.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "felixbarta.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fermanacuratampaparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fireboxfood.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28160,7 +27594,6 @@
{ "name": "filoitoupediou.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "finvantage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "followback.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "florianschmitt.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "faraslot8.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fassi-sport.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "faraslot8.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28178,7 +27611,6 @@
{ "name": "fougner.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eswap.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "filo.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fini-de-jouer.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "flagshop.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fonseguin.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fidelis-it.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28217,13 +27649,10 @@
{ "name": "franklinhua.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "friller.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fs-fitness.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "feuetgloire.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "format-paysage.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "freergform.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fussell.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gafunds.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "futrou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "forge-goerger.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gadabit.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "funniestclip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fsck.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28236,7 +27665,6 @@
{ "name": "frino.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gdb-tutorial.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "friezy.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "francoislepage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "funnybikini.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fukakukeiba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fid-elite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28247,11 +27675,9 @@
{ "name": "fokan.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fsck.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "foerster-kunststoff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "francois-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ftgho.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fwest98.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "geh.li", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fuelingyourdreams.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "espigol.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "g-i-s.vn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "freifamily.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28260,12 +27686,9 @@
{ "name": "fusa-miyamoto.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gdgrzeszow.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fussball-xxl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "forward-fly-fishing.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fit-4u.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gemsoftheworld.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "geekles.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "geass.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "g3dev.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gamenerd.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "genesismachina.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gginin.today", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28273,9 +27696,7 @@
{ "name": "gethow.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gestormensajeria.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "erf-neuilly.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "frtrains.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "getyourphix.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gachter.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gentoo-blog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "georgebrighton.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "george-brighton.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28286,9 +27707,7 @@
{ "name": "geldimblick.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "getmerch.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gamblersgaming.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gegeco.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "getfilterlive.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fumerolles.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "globalelite.black", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gleanview.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "getyeflask.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28311,11 +27730,9 @@
{ "name": "gmx.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "geektopia.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gmx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "geoscope.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gmx.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ginniemae.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gelis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gapfa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gottfridsberg.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fysiovdberg.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "glutenfreelife.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28325,15 +27742,12 @@
{ "name": "grande.coffee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gigin.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "grayhatter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gentianes.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "festival.house", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "galak.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gfxbench.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "goldfelt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "givastar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gpalabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gendundrupa.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ginionusedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "goup.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "grayson.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "global.hr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28341,14 +27755,10 @@
{ "name": "gmanukyan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gronau-it-cloud-computing.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "goup.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gillesmorelle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gagygnole.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "freesourcestl.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gmat.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gioielleriamolena.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "global-office.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gregoryrealestategroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "geneve-naturisme.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gilmoreid.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "govtjobs.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gmx.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28403,7 +27813,6 @@
{ "name": "guichet-entreprises.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "globalnewsdaily.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hdguru.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gregoirow.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "healthlabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "haschrebellen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "harmfarm.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28417,8 +27826,6 @@
{ "name": "gvpt.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hanashi.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hexapt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hd1tj.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "groupghistelinck-cars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "heroicpixel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "helenaknowledge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "heinzelmann.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28464,7 +27871,6 @@
{ "name": "hopglass.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hizzacked.xxx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "howtogeekpro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hinrich.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hostingfirst.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hoiku-navi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "humanity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28494,7 +27900,6 @@
{ "name": "hydrodipcenter.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "home-cloud.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "i1place.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hugolynx.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "horodance.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hvdbox.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "i-geld.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28548,16 +27953,13 @@
{ "name": "immobiza.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "innovativebuildingsolutions.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "holidayincotswolds.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "igimusic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "icsadviseurs.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ingalabs.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "internetbugbounty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "indecipherable.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ingjobs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "indogermantrade.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "idc-business.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "industrybazar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "huguesditciles.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 },
@@ -28572,14 +27974,11 @@
{ "name": "instagramtweet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "int-ext-design.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "innolabfribourg.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "imagerive.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ifosep.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "inventtheworld.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "irugs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ingresscode.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "inlink.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "invinsec.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hockeymotion.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "istheservicedown.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "istheservicedowncanada.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "istheservicedown.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28605,7 +28004,6 @@
{ "name": "iwpbk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "isdn.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ivi-co.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ip-hahn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "j-eck.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "internetinhetbuitengebied.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jabergrutschi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28614,7 +28012,6 @@
{ "name": "insolent.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jaberg-rutschi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "innwan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "inventaire.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iteha.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "its-future.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jhaveri.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28626,8 +28023,6 @@
{ "name": "janking.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "javilacat.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jamesforman.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "jaguarlandrover-asse.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "jaguarlandrover-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jakobkrigovsky.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "itpro-mg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jimenacocina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28641,7 +28036,6 @@
{ "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": "investir.ch", "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 },
@@ -28650,7 +28044,6 @@
{ "name": "joelmunch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "josefottosson.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jmbelloteau.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "jbs-jardins.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jobsuchmaschine.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jobs4sales.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jelena-adeli.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28672,13 +28065,11 @@
{ "name": "jumpinchat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jordikroon.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jsbentertainment.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "izuba.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jongcs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jasonradin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jvn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jungleducks.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "julianickel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "joi-dhl.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "juliawebber.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jornalalerta.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "joyjohnston.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28686,12 +28077,10 @@
{ "name": "johnfulgenzi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "just-pools.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jskoelliken.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "jasongerber.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kakolightingmuseum.or.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kasnoffskinclinic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jyggen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kaydan.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "je-vends.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "keb.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "k1cp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jonathanmassacand.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28724,7 +28113,6 @@
{ "name": "kazuhirohigashi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "karlic.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kanscooking.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "k-pture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jsjyhzy.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jouetspetitechanson.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "keishiando.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28739,7 +28127,6 @@
{ "name": "kiehls.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kelm.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "keezin.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "julianskitchen.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kolin.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kanuvu.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "knegten-agilis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28792,7 +28179,6 @@
{ "name": "kteen.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "la-serendipite.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lafayette-rushford.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kode.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ladylucks.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kuko-crews.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "krag.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28829,10 +28215,8 @@
{ "name": "lenyip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "launchpad-app2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lernerspersonalinjury.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lapassiondutrading.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "labella-umbrella.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lenyip.works", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "laled.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "latabledebry.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kiwiplace.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "klaim.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28858,22 +28242,18 @@
{ "name": "lesquatredauphins.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "limeburst.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lilygreen.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "legendesdechine.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "linky.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lichess4545.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lichess4545.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "likenosis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lingeriesilhouette.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lightning-ashe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lapotagere.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "le-page.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lidl-holidays.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "leponton-lorient.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "laemen.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "librairie-asie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jordanstrustcompany.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "locker3.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "latitudesign.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lidl-shop.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "locker.email", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lithianissaneugeneparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28882,9 +28262,6 @@
{ "name": "laforetenchantee.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lezard-com.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lexxyn.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lacledor.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "laclefdor.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "les-ateliers-de-melineo.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "leavesofchangeweekly.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jwolt-lx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "libdeer.so", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28901,7 +28278,6 @@
{ "name": "limules.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kotausaha.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "linuxiuvat.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lesberger.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "linearaudio.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lostarq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lissabon.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28934,9 +28310,7 @@
{ "name": "luk.earth", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lovetravel360.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "loyaleco.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lausannelovers.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lodgesdureynou.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lordofthebrick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lucid-light.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lojasviavento.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lojamascate.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28961,7 +28335,6 @@
{ "name": "malikussa.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "magebankin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "manavgabhawala.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "loperetti.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "madirc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maomihz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lzh.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28971,15 +28344,12 @@
{ "name": "mailflank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maartenprovo.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "makeshiftco.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mac-i-tea.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "malasuk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maedchenflohmarkt.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "littlepincha.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "manipulatedtme.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "le-blog.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "m-orthodontic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maedchenflohmarkt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "loveysa.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "marcianoandtopazio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "marakovits.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maliar.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -28988,15 +28358,11 @@
{ "name": "massagecupping.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "marshmallow.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "madbin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "macnetwork.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mastichor.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lune-indigo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "macnetwork.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "markus-ullmann.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mainston.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maroc-bivouac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "markllego.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "macnetwork.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "marqueswines.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "main-unit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mckinleytk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29004,11 +28370,9 @@
{ "name": "maleexcel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "marcelparra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "massage-vitalite.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lyonelkaufmann.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mattisam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "marykshoup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "magazinedabeleza.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lovesmagical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mannheimbloggt.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "makenaiyo-fx.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mckenry.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29017,14 +28381,11 @@
{ "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": "memfrob.org", "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": "marin-business-center.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "martingansler.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "me-groups.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mazda626.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "melnessgroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "marinbusinesscenter.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maxims-travel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "manipil.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mathers.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29045,8 +28406,6 @@
{ "name": "mbdrogenbos-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mbwemmel-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mgsisk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mbcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "maxipcalls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "metin2sepeti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mercanix.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mhatlaw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29066,11 +28425,9 @@
{ "name": "millhousenchurch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "metrans-spedition.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mikedugan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mirco-grams.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "microblading.pe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mikegarnett.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "medifab.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "marin-tullet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "minebier.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mgiay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mfrsgb45.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29118,7 +28475,6 @@
{ "name": "momstableonline.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "miguelmartinez.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "monteurzimmerfrei.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "moreserviceleads.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "moneytoday.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "moonrhythm.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "moonrhythm.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29126,10 +28482,8 @@
{ "name": "moppeleinhorn.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mojefilmy.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mrca-sharp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "moncoach.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mosaique-lachenaie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "migueldominguez.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mobilisation-generale.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "modcasts.video", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "multipleservers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "moritztremmel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29137,7 +28491,6 @@
{ "name": "mizipack.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mindbodytherapymn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mrbmafrica.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mieuxgrandir.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mstd.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mindercasso.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mrstat.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29177,7 +28530,6 @@
{ "name": "mycamda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "music-is-my-life.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myrent.quebec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mycofairtrade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "munirajiwa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myoptumhealthcomplexmedical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mariage-photo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29186,7 +28538,6 @@
{ "name": "muenchberger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mystorymonster.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mtfgnettoyage.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mullens-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nahura.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "moderatorenpool.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "my-ebook.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29207,7 +28558,6 @@
{ "name": "myrig.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mzorn.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nbtparse.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "moha-swiss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "moudicat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "netki.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "napcae.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29217,7 +28567,6 @@
{ "name": "nedwave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "newbownerton.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mysteryblog.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "monbudget.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nacin.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "newsquantified.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nalukfitness.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29227,7 +28576,6 @@
{ "name": "nehoupat.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "netde.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nesolabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nailattitude.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "musikverein-elten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ndcpolipak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "neostralis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29236,7 +28584,6 @@
{ "name": "nbur.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "newaccess.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nicolasiung.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mysterymind.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "night2stay.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nebulae.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nexgeneration-solutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29268,7 +28615,6 @@
{ "name": "nexus-vienna.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myspicer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nodeselect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mitaines.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nirvanashop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nipe-systems.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nihon-no-sake.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29291,15 +28637,12 @@
{ "name": "nsfw-story.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nopaste.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "notboring.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nativs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "needstyle.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "menanwc.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "northernhamsterclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nordinfo.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nowcost.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "newguidance.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "munch.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nanarose.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "noudjalink.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "niceguyit.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nofrillsdns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29308,7 +28651,6 @@
{ "name": "nystudio107.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nothing.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "officemovepro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "niesstar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nucleuscore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "newsmotor.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nodesturut.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29316,7 +28658,6 @@
{ "name": "nullpointer.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nuel.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nsbfalconacademy.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nikimix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oklahomanotepro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "netbows.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nlrb.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29355,20 +28696,16 @@
{ "name": "omertabeyond.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "netbows.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "natuterra.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "numerik-games.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "overstockpromote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "olivlabs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "opengateway.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "osakeannit.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nxinfo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oficinadocelular.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "openstem.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "novelinglife.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "orians.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "oswalds.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "owennelson.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paizinhovirgula.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "oftamedic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "owapi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "p3.marketing", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paavolastudio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29384,14 +28721,12 @@
{ "name": "ofo2.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pasadenasandwichcompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "padrepio.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "oneclic.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "papersmart.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paperwritinghelp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "onnee.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "panascais.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "papayame.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "panascais.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "olasouris.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "passwordscon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "panascais.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "panascais.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29425,7 +28760,6 @@
{ "name": "pdfconvert.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "noc.wang", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "party-kneipe-bar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "paf-events.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pawelnazaruk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paranoidpenguin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "peterjohnson.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29455,7 +28789,6 @@
{ "name": "peraparker.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paulomonteiro.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pinterest.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "olizeite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "piccirello.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pinterest.engineering", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "peterandjoelle.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29476,7 +28809,6 @@
{ "name": "pinterest.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pivotanimation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pinkapple.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "parentheseardenne.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pirateproxy.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pikmy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "phoenicis.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29529,16 +28861,13 @@
{ "name": "plus-u.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "plasvilledescartaveis.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "plumpie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pharmacieplusfm.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "proctorio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pornomens.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "potatopro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pbosquet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pardnoy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "plutopia.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "poeg.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "poseidonwaterproofing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pleine-conscience.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "prac.to", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "post.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "plumnet.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29554,7 +28883,6 @@
{ "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": "ploofer.com", "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 },
@@ -29563,7 +28891,6 @@
{ "name": "procharter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "primaconsulting.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "proxyportal.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "plantastique.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "power-fit.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "profitablewebprojects.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "programsupport300procent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29572,11 +28899,8 @@
{ "name": "privacyscore.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "propepper.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "prodinger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "plantastique.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "poleacademie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "proactive.run", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "productpeo.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "planetbreath.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "qbnt.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "puentes.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "py-amf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29584,14 +28908,10 @@
{ "name": "prestigerepairs.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "premiumwebdesign.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ptrl.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "prevenir.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "presses.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "protonvpn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "psychic-healer-mariya-i-petrova-boyankinska-b-borovan-bg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "prepaid-cards.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "polizeiwallis.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pythonic.training", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "procert.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "queensrdapartments.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pieterbos.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "quickandroid.tools", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29609,18 +28929,15 @@
{ "name": "packagingproject.management", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "quaggan.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "raryosu.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "queroreceitasoberana.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rationalcreation.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pulsedursley.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "prestigesigns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "puzzlepoint.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "psyao.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rabota-x.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "reath.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "qiannews.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "redeemingbeautyminerals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "raghavdua.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "puissancemac.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rcraigmurphy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "realraghavgupta.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rakugokai.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29642,7 +28959,6 @@
{ "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": "query-massage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "qrcontagion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "redshiftlabs.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rebelz.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29697,7 +29013,6 @@
{ "name": "revapost.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rigabeerbike.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "prague-swim.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "rgcomportement.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "richardson.systems", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "reimann.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "retetenoi.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29750,16 +29065,13 @@
{ "name": "said.my.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "s3n.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "runklesecurity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "rrg-partner.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "robertrijnders.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "samaritan.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sagarhandicraft.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "rogersaam.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rtvi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ruurdboomsma.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rogersremovals.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rage-overload.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "roulinfo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pragueswim.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "richardson.software", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sanskritiyoga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29771,8 +29083,6 @@
{ "name": "s4tips.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rummel-platz.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "savingbytes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "rvnoel.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "rrdesignsuisse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "salonestella.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sbobetfun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sanatrans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29782,10 +29092,8 @@
{ "name": "sandraindenfotografie.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "regily.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sayura.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "risaphuketproperty.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rychlikoderi.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rnt.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "salensmotors-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rucnerobene.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "savisasolutions.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sanatorii-sverdlovskoy-oblasti.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29794,7 +29102,6 @@
{ "name": "sanitairwinkel.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "redperegrine.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schippendale.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "santenatureetcie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schmaeh-coaching.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schraugerrun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sanitairwinkel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29825,7 +29132,6 @@
{ "name": "redcomet.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sentinelproject.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "scm-2017.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sapprendre.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sebastian-kraus.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schnell-abnehmen.tips", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "seo.tl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29844,7 +29150,6 @@
{ "name": "serbien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "semacode.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "servpanel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sdvigpress.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "serviceboss.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "securocloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "seoprovider.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29871,16 +29176,13 @@
{ "name": "shopsouthafrican.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sfhobbies.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "securityarena.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sgtt.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "santorinibbs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sharezen.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sha2017.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "santevie.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shaharyaranjum.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "seo-portal.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shieldofachilles.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shichibukai.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "schwarzhenri.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sexshopnet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sheying.tm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shining.gifts", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29913,13 +29215,11 @@
{ "name": "sirena.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "singles-berlin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "skinpwrd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sfo-fog.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "slik.ai", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "single-in-stuttgart.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sjdaws.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shoshin-aikido.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "silvergoldbull.mw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sigismonda.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "skylgenet.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "smartwritingservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "skatingchina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -29932,7 +29232,6 @@
{ "name": "sl0.us", "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": "smutek.net", "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 },
@@ -29964,13 +29263,11 @@
{ "name": "songsmp3.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "smit.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sgtsnookums.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "smartandcom.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "southcoastswords.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "seanstrout.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "softclean.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "silvergoldbull.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sodafilm.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "skyloisirs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sluplift.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "some.rip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sm2016.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30050,10 +29347,8 @@
{ "name": "sportscollection.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stratmann-b.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "spisoggrin.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "souris.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "strozik.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "syneart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sterchi-fromages.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "strila.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sportovnidum.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sukrie.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30068,7 +29363,6 @@
{ "name": "supercreepsvideo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stylewish.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sja-se-training.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "stadm.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "survivebox.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stlukesbrandon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sylvaindurand.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30079,14 +29373,12 @@
{ "name": "systoolbox.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tam7t.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tattvaayoga.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "studiovaud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tdsbhack.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "szybkiebieganie.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sysadm.guru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tapestries.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tbonejs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tastystakes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "soinvett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "talon.rip", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "svenskaservern.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tankfreunde.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30094,7 +29386,6 @@
{ "name": "tadtadya.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tdsbhack.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "student-eshop.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "stringvox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "student-eshop.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tdsbhack.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tajper.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30112,10 +29403,8 @@
{ "name": "teamupturn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tabithawebb.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tabino.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "symbiose-immobilier.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "snafarms.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "teddybradford.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "swisselement365.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "taartenfeesies.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "suzi3d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tatiloley.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30136,7 +29425,6 @@
{ "name": "spillersfamily.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tantei100.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tenerife-villas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "taxicollectif.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "talkreal.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "taniku-succulent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "textpedia.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30144,23 +29432,16 @@
{ "name": "tenberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tandblekningidag.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tele-online.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "taxiscollectifs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "taxi-collectif.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "taxi-chamonix.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "taxis-collectifs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thebasementguys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "symbiose-com.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tenseapp.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thailandpharmacy.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "takeitoffline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "telecharger-open-office.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "telecharger-winrar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "the-zenti.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "symb.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thebrightons.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "theebookkeepers.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thajskyraj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "symbiosecom.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thefbstalker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tf2calculator.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thepathsofdiscovery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30187,7 +29468,6 @@
{ "name": "sundanceusa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thecsw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thunderkeys.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "thalmann.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ticketsource.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ticketsource.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tillberg.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30201,7 +29481,6 @@
{ "name": "thunderfield-boat.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ti-js.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "therumfordcitizen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "thierry-daellenbach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tiew.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thomas-ferney.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thgros.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30210,14 +29489,11 @@
{ "name": "todaciencia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thinkswap.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tibovanheule.site", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "thecherryship.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tele-alarme.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tommounsey.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tilient.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "todosrv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "telealarme.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thuthuatios.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "thomasstevensmusic.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 },
@@ -30228,7 +29504,6 @@
{ "name": "tircentrale.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tpansino.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "toka.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "thierrybasset.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tokumei.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tinf15b4.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tobyx.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30240,7 +29515,6 @@
{ "name": "themacoaching.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tkjg.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "startup.melbourne", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tjp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tobischo.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "trangcongnghe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "top-obaly.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30288,7 +29562,6 @@
{ "name": "twem.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "twenty71.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ttll.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "thaiforest.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tsukuba.style", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tuts4you.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "twincitynissantxparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30340,7 +29613,6 @@
{ "name": "upwork.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "twohuo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thebeginningisnye.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "trustfield.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vccmurah.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "umaimise.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vasports.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30355,7 +29627,6 @@
{ "name": "vernonchan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "u-tokyo.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "usebean.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "totalforcegym.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "unleash.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vicyu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "united-schools.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30377,10 +29648,8 @@
{ "name": "vionicbeach.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "urgences-valais.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "torbay.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "teoleonie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vandermeer.frl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vegepa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "univercite.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "visistruct.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "victornet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vermuetje.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30392,18 +29661,15 @@
{ "name": "verzick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "veverusak.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vaud-fleurs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "univitale.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "viptamin.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vallutaja.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vitalyzhukphoto.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vlvvl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "visaexpert.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vrlaid.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vaperolles.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "voidshift.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vladislavstoyanov.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "uniformecomgas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "verstraetenusedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "versfin.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vagabondgal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "virtualvaults.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30413,8 +29679,6 @@
{ "name": "ventzke.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vivianmaier.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "viceversa.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ucch.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vima.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vpn.pics", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vancouvercosmeticsurgery.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vamoaeturismo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30437,16 +29701,11 @@
{ "name": "wafni.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webproshosting.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wadsworth.gallery", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "voicu.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vlsm.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webfox.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wearesouthafricans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "viabemestar.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "viralpop.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "viteoscrm.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "waaw.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vriesdonkow.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "visapourailleurs.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "websharks.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wellopp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "we.serveftp.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30481,10 +29740,8 @@
{ "name": "web2ldap.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wellbeing360.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wildboaratvparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "votresiteweb.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "waytt.cf", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "weedypedia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "webrentcars.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wjm2038.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "werehub.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webliberty.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30507,7 +29764,6 @@
{ "name": "vocalviews.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wprevs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webcookies.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "wiliquet.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vos-fleurs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vos-fleurs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "willkommen-fuerstenberg.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30527,7 +29783,6 @@
{ "name": "wsup.social", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "writing-expert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "writecustomessay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "wirbatz.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wpturnedup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "victoreriksson.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "writingcities.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30551,9 +29806,7 @@
{ "name": "wrongware.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vpnservice.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wieobensounten.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "whatsupoutdoor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wubify.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "xferion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xkblog.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "woodev.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wrapitup.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30561,7 +29814,6 @@
{ "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": "wikipeter.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--l8j9d2b.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--baron-bonzenbru-elb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "woheni.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30601,7 +29853,6 @@
{ "name": "yelp.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xubo666.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "whitealps.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xyzulu.hosting", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30615,16 +29866,12 @@
{ "name": "yelp.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.cl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.com.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "whitealps.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.com.ph", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "www-1116.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.com.tw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--uist1idrju3i.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "whitealps.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "whitealps.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "whitealps.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yemalu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30639,7 +29886,6 @@
{ "name": "yelp.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "whitealps.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yiyuanzhong.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yelp.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30683,12 +29929,10 @@
{ "name": "yumeconcert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yggdar.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zeilles.nu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "yanngraf.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yourforex.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zeilenmethans.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yue2.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zlima12.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "yanngraf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zrniecka-pre-sny.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zepect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zfree.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30723,7 +29967,6 @@
{ "name": "xn--e--ig4a4c3f6bvc5et632i.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--pck4e3a2ex597b4ml.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--e--0g4aiy1b8rmfg3o.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "zug-anwalt.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--vck8crcu789ajtaj92eura.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--t8j4aa4nkg1h9bwcvud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wpunpacked.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30782,7 +30025,6 @@
{ "name": "4bike.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "5francs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "afbeelding.im", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "actionmadagascar.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aabanet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alerts.sg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alextaffe.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30828,7 +30070,6 @@
{ "name": "arlenarmageddon.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alistairstowing.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arachina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "alphafiduciaryservices.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "areyouever.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "antimatiere.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "afmtevents.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30852,7 +30093,6 @@
{ "name": "alroniks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "anttitenhunen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aevpn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "alliances-globalsolutions.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "b8a.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aqua-fitness-nacht.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "asmdz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30862,7 +30102,6 @@
{ "name": "amoozesh98.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arox.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "azlo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "allo-credit.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arxell.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "astral.gq", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "acendealuz.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30885,7 +30124,6 @@
{ "name": "artartefatos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "balslev.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bargainmovingcompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "atelierdefrancais.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bedrocklinux.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bar-harcourt.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apparels24.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30904,7 +30142,6 @@
{ "name": "bernhardluginbuehl.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "benediktdichgans.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bagspecialist.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "audiophile.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beyondthecode.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bernhardluginbuehl.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "billrobinson.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30925,7 +30162,6 @@
{ "name": "billy.pictures", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "24hrs.shopping", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "astutikhonda.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "base-autonome-durable.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bilder-designs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bigerbio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bgtgames.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -30985,8 +30221,6 @@
{ "name": "brandcodeconsulting.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "birchbarkfurniture.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "birchbarkfurniture.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brickheroes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brickvortex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "briefhansa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "birchbarkfurniture.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cabaladada.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31056,7 +30290,6 @@
{ "name": "cd-sport.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chefgalles.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "christophebarbezat.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cftcarouge.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "citimarinestore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ckostecki.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cjdpenterprises.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31084,7 +30317,6 @@
{ "name": "commitsandrebases.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "connorsmith.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coda.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cambiowatch.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "codefordus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coincolors.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "confidential.network", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31098,7 +30330,6 @@
{ "name": "clubedalutashop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "coigach-assynt.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "comprehensiveihc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "client.coach", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "countingto.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cove.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "countyjailinmatesearch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31121,7 +30352,6 @@
{ "name": "cookingcrusade.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "csharpmarc.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cosirex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "coachezmoi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "controlarlaansiedad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "csinfo.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cultofperf.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31159,7 +30389,6 @@
{ "name": "daemwool.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cosmeticosnet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "corpoatletico.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "club103.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "darbi.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "deborahmarinelli.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "daniel-stahl.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31172,10 +30401,7 @@
{ "name": "dengode.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "deped.blog", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dataformers.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "derrickemery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "criadorespet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cvl.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "decalquai.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dcautomacao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "daren.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "defme.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31200,7 +30426,6 @@
{ "name": "devops.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dicoding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "discord-chan.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "dborcard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "designgraphic.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dev-talk.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "do13.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31296,15 +30521,12 @@
{ "name": "enixgaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "en4rab.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "emergenzalavoro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "economiefidu.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ecohostingservices.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ecosound.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ecole-iaf.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elpoderdelespiritu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "erverydown.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eightyfour.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "esipublications.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "edition-bambou.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elxsi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "enduranceday.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eldertons.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31313,7 +30535,6 @@
{ "name": "doriginal.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evidence-based.review", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eventosenmendoza.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "enigma.swiss", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "esports-network.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "etalent.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "drew.beer", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31330,14 +30551,12 @@
{ "name": "ebolsas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ecfnorte.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elementalict.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "effe.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eatfitoutlet.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evaartinger.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eyesoccer-didikh.rhcloud.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "erotpo.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fantasiapainter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evony.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "encretplomb.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "esb112.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ewsfeed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eonhive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31349,7 +30568,6 @@
{ "name": "editoraacademiacrista.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "factorypartsdirect.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ezdog.press", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "diligo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fatedata.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "expandeco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "escueladewordpress.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31359,7 +30577,6 @@
{ "name": "fashionunited.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "exside.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "expresswins.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "escontact.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eyes-of-universe.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "expert.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fanzlive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31388,11 +30605,9 @@
{ "name": "emporiopatanegra.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "figan.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "emporiovinareal.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "findingkorea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "facanabota.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fotohome.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "filewall.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "film.photography", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "faixaazul.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "florinlungu.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fontawesome.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31430,7 +30645,6 @@
{ "name": "ferreteriaxerez.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "finnclass.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ftng.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "fhconseil.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fullhub.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fyodorpi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "frickelmeister.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31459,7 +30673,6 @@
{ "name": "geyduschek.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "girlsgenerationgoods.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fortricks.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "garagevanhulle-used.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "genfaerd.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fullautomotivo.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gochu.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31498,7 +30711,6 @@
{ "name": "hackmeplz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hamking.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "flyspace.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "grupomakben.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gruenderlehrstuhl.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gzom.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "health-match.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31567,7 +30779,6 @@
{ "name": "illuxat.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hostarea51.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "increasetestosteronelevels.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "hothbricks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "infotainworld.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "img.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "igi.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31581,7 +30792,6 @@
{ "name": "ilamparas.com.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hoshimaquinas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "inorder.website", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "illusionephemere.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ilmataat.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "imperialmiami.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "inkhor.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31599,7 +30809,6 @@
{ "name": "indilens.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "instava.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "irvinepa.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "imi-rhapsody.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "infoweb.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "into.technology", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "irisjieun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31641,17 +30850,14 @@
{ "name": "imperialonlinestore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jameshemmings.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "intertime.services", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "itecor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jeffmcneill.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ispsoft.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "joaosampaio.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "josemikkola.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "invisibles.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "inflexsys.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jawnelodzkie.org.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "italyinspires.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jose.eti.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ivyshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jpmelos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jpmelos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "janaundgeorgsagenja.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31674,7 +30880,6 @@
{ "name": "jez.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "juanxt.ddns.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kandec.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "jeanneret-combustibles.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "josoansi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "k82.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kambodja.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31694,7 +30899,6 @@
{ "name": "kakoo.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kd.net.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kakoomedia.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "jpdeharenne.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "judc-ge.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jundimax.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "judosaintdenis.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31705,9 +30909,7 @@
{ "name": "khs1994.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kalifornien-tourismus.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kloia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kelgtermans-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "katoju.co.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "jimmyroura.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kostya.ws", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "klimchuk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kleberstoff.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31777,7 +30979,6 @@
{ "name": "liehuojun.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "logymedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kyusyu.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lesecuadors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "linkmauve.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "legjobblogo.hu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ledecologie.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31799,7 +31000,6 @@
{ "name": "lineauniformes.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lgpecasoriginais.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "locvis.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kreativelabs.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "loadwallet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "linuxchick.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lepiquillo.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31825,7 +31025,6 @@
{ "name": "lojavirtualfct.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "la-petite-entreprise.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lisowski-photography.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lirlandais.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "localdecor.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lojafilipaper.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lojashowdecozinha.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31833,7 +31032,6 @@
{ "name": "mac-world.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mailbox.mg", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "kitchenaccessories.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "kohsandra.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lz.sb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lojafazendoarte.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lojavisamed.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31873,21 +31071,18 @@
{ "name": "martin-arend.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mentalhealthmn.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meu-smartphone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "masta.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "markrobin.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mallonline.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mariacristinadoces.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maisalto.ind.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "masterofbytes.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "matjaz.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "marche-contre-monsanto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "marcaudefroy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "marketizare.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "materiaischiquinho.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mgoessel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "madcatdesign.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ltechnologygroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "margo-co.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "megamarkey.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meehle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mikehamburg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -31898,7 +31093,6 @@
{ "name": "mi-so-ji.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "matlabjo.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "minnit.chat", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mdf-bis.com", "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 },
@@ -31961,7 +31155,6 @@
{ "name": "mr-labo.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "manager-efficacement.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "museumstreak.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "monachatdeco.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "milhoazul.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mystudycart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nba-2k.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32072,8 +31265,6 @@
{ "name": "notablog.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nyphox.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "numwave.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nohkan.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "noorsolidarity.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "octosys.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "octosys.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mrksk.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32107,7 +31298,6 @@
{ "name": "novfishing.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "passrhcsa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "parksubaruoemparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "onlfait.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nuovamoda.al", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "passrhce.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "palavatv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32199,9 +31389,7 @@
{ "name": "powersergusercontent.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "premiumweb.co.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "personnedisparue.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "parts4phone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "postdeck.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "perroquet-passion.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "plantarum.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "planetasuboficial.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pc-tweak.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32213,7 +31401,6 @@
{ "name": "printery.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pixelesque.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "placassinal.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "projectvault.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "purplez.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "psycho.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pumperszene.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32259,7 +31446,6 @@
{ "name": "replaceits.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "redgatesoftware.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "regulations.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "planify.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "regnix.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rebirthia.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "raykitchenware.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32280,12 +31466,10 @@
{ "name": "rissato.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "renscreations.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rinvex.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "repaik.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "reposaarenkuva.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "redwoodpaddle.pt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "qoqo.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "resursedigitale.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "rtwcourse.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pethelpers.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rinj.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rteplayer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32309,7 +31493,6 @@
{ "name": "rocketgnomes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "runschrauger.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "saikou.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "resoplus.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rejushiiplotter.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rehabthailand.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "saimoe.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32346,7 +31529,6 @@
{ "name": "santmark.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "priorite-education.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schraebanowicz.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pzgreni.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "saxol-group.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "samuirehabcenter.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "santmark.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32361,7 +31543,6 @@
{ "name": "secureheaders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "searchbrothers.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "santafemacas.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "salle-quali.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "searchbrothers.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "searchdatalogy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "searchbrothers.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32481,7 +31662,6 @@
{ "name": "stavros.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stephensol.is", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stephensolisrey.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "springfieldbricks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "steph3n.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sunshinesf.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sonoecoracao.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32489,7 +31669,6 @@
{ "name": "staxflax.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stephsolis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "steinbergmedia.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "soldout-app.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sqroot.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stephensolis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stephensolis.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32523,7 +31702,6 @@
{ "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": "sudmotor-occasions.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "taidu.news", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "spdepartamentos.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "stayme.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32555,7 +31733,6 @@
{ "name": "texhnolyze.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tetedelacourse.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "t2i.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "swissdojo.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shopcoupons.my", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tgexport.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tenispopular.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32592,12 +31769,10 @@
{ "name": "tjl.rocks", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "titanlab.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "theroks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "thebakers.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thomasetsophie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tomticket.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "timbishopartist.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thuisverpleging-meerdael.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "tissot-mayenfisch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "the.ie", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "transcriptionwave.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tomwassenberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32728,8 +31903,6 @@
{ "name": "trush.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "weareincognito.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "valentineapparel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "usipvd.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "unerosesurlalune.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wearewithyou.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vonborstelboerner.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "tutiendarosa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32761,8 +31934,6 @@
{ "name": "webfronten.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "victorenxovais.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "windowwellexperts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vsl-defi.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vm-co.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "viniferawineclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wedding-m.jp", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vyshivanochka.in.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32799,10 +31970,8 @@
{ "name": "wir-bewegen.sh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wmaccess.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "workplaces.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "weemake.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webwolf.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vapesense.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "welcome26.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "x-lan.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wikibulz.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "windowwellcovers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32841,7 +32010,6 @@
{ "name": "yubico.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yubico.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yubico.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "voyagesaufildespages.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yubico.mobi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yosheenetwork.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "yubico.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32869,7 +32037,6 @@
{ "name": "zlatakus.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zdx.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--q9jb1h5dvcspke3218b9mn4p0c.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "zone-produkte.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--n8j7dygrbu0c31a5861bq8qb.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zerosource.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--u9j0ia6hb7347cg8wavz0avb0e.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -32886,7 +32053,6 @@
{ "name": "yandere.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--6x6a.life", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "xiaoyu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "welcome-tahiti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "westcentenaryscouts.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aiforsocialmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "digitalrights.center", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33349,7 +32515,6 @@
{ "name": "rockuse.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rohanbassett.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rpine.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "rtsr.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rubymartin.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "salishseawhalewatching.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "samsungxoa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33452,7 +32617,6 @@
{ "name": "7delights.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "7delights.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "8tuffbeers.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "aalstmotors-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ac0g.dyndns.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "actu-film.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "adelightfulglow.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33475,19 +32639,12 @@
{ "name": "andrewpeng.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "antirepressionbayarea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "anyfood.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "appartement-evolene.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "apponic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "apps4inter.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "araro.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "areaclienti.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arenns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arislight.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arminc.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "artmaxi.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "asge-handel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "astroscopy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "astural.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "atelierssud.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "atelierssud.swiss", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "august.black", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "autozane.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33504,9 +32661,6 @@
{ "name": "beehive.govt.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ben2.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bengalurugifts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "benjaminpiquet.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bergevoet-fa.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bernadetteanderes.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "besthotsales.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bet-99.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beyondtodaymediagroup.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33517,7 +32671,6 @@
{ "name": "bititrain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bizpare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bkhpilates.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "blogpentrusuflet.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bluemeda.web.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bobstronomie.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bodymusclejournal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33531,21 +32684,16 @@
{ "name": "bouchonville-knifemaker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bourqu.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bowlsheet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "boz.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bqr.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brasilien.guide", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "breathedreamgo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bretcarmichael.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bricolajeux.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bs.sb", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "btku.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "businessmodeler.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "butikvip.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bynder.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "capitainebaggy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "casa-mea-inteligenta.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "catchief.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cdbf.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cenatorium.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "centurialeonina.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "certmonitor.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33562,7 +32710,6 @@
{ "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": "compliance-management.ch", "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 },
@@ -33578,23 +32725,18 @@
{ "name": "darlastudio66.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dasgeestig.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "datakick.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "datascience.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "datenschutzgrundverordnung.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "datingticino.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ddel.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "de-mail.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "deeparamaraj.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "denis-martinez.photos", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "digicert-support.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dingcc.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "disanteimpianti.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "discoverwellness.center", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dismail.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "divenwa.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "donmaldeamores.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "doriangirod.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "dotnetsandbox.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "doyoutax.com", "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 },
@@ -33606,7 +32748,6 @@
{ "name": "easy-factures.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "echodio.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ecovision.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ecrandouble.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "electricgatemotorgermiston.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elinevanhaaften.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "elixir.bzh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33615,7 +32756,6 @@
{ "name": "entaurus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eoitek.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "equinox.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "erath.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "esb111.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "espacio-cultural.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evelienzorgt.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33654,7 +32794,6 @@
{ "name": "gisgov.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gitep.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "glavsudexpertiza.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "globalventil.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gosciencegirls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gourmetfestival.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gozadentro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33669,9 +32808,6 @@
{ "name": "grothoff.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "guides-peche64.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gustaff.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gymnaserenens.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gyre.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gyrenens.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "haloobaloo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "harald-pfeiffer.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "haven-staging.cloud", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33684,7 +32820,6 @@
{ "name": "hhidr.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hialatv.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hidedd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "highlatitudestravel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hill.selfip.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hippo.ge", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hoast.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33704,12 +32839,10 @@
{ "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": "icmhd.ch", "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 },
- { "name": "immo-passion.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "independencerecovery.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "inexlog.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ingo-schlueter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33717,7 +32850,6 @@
{ "name": "inter-corporate.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "intraobes.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ioslo.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ip3office.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iplantom.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ipo-times.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "islandpumpandtank.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33726,7 +32858,6 @@
{ "name": "ivanpolchenko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "izumi.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jakewalker.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "james-parker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "janada.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jeremy-chen.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "jevisite.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33791,7 +32922,6 @@
{ "name": "matthewtester.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "maxhorvath.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mayoristassexshop.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mazda-thermote.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mcuexchange.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meincoach.at", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "melonstudios.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33812,9 +32942,6 @@
{ "name": "mubiflex.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "multimail.work", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "multivpn.com.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "my-contract.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "my-contract.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "my-contract.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "my-host.ovh", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mybb.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "myday.eu.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33822,12 +32949,9 @@
{ "name": "myspa.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nataldigital.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nathumarket.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "natives-team.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nawroth.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "neavision.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nerot.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "neuch.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nezrouge-est-vaudois.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ngiemboon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nico.st", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "niess.space", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33838,11 +32962,9 @@
{ "name": "nosyu.pe.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nova-wd.org.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "noyocenter.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "nrev.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "nuamooreaindonesia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "obamalibrary.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "obrienlab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "oc-sa.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "octohedralpvp.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "officium.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ogis.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33886,19 +33008,14 @@
{ "name": "primordialsnooze.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "principalstest.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "probiv.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "prof.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "projectx.top", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "projest.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "promolover.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "proplan.co.il", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "provence-appartements.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pscleaningsolutions.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "purrfect-box.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pwi.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "qhse-professionals.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "qualite-ecole-et-formation.ch", "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": "quanterra.ch", "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 },
@@ -33909,13 +33026,11 @@
{ "name": "recantoshop.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "redair.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "renascentia.asia", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "renaultclubticino.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "report-incident.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "restoruns.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rivercruiseadvisor.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "robinflikkema.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "roeldevries.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "rootsbar.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rosesciences.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "roussos.cc", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rove3d.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33933,11 +33048,9 @@
{ "name": "santmark.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "saxojoe.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sb-tuning.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "scswam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "seatshare.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "secutrans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "seraph.tokyo", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "serrano-chris.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "serw.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "setuid0.kr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "severine-trousselard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -33949,7 +33062,6 @@
{ "name": "shoprsc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "shrinidhiclinic.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "silashes.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "simmis.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "simon-mueller.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "simpbx.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sinkip.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34003,8 +33115,6 @@
{ "name": "thehivedesign.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thepaulagcompany.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thepromisemusic.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "thesharedbrain.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "thesharedbrain.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thestrategyagency.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thewebflash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thiepcuoidep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34043,11 +33153,9 @@
{ "name": "variablyconstant.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "varimedoma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vbcdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "verbierfestival.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vidiproject.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vierdaagsehotel.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "viltsu.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vinticom.ch", "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 },
@@ -34061,12 +33169,6 @@
{ "name": "watchfreeonline.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wbci.us", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wbx.support", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "webneuch.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "webneuch.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "webneuch.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "webneuch.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "webneuch.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "webneuch.swiss", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "weyland-yutani.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "widegab.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "wintermeyer-consulting.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34105,8 +33207,6 @@
{ "name": "899699.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "98laba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "98laba.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "abvlbasketviganello.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "academie-de-police.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "allesisonline.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alphabetsigns.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "andrewdaws.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34215,7 +33315,6 @@
{ "name": "risiinfo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "royalcitytaxi.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sahb.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "samaritainsmeyrin.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sat7a-riyadh.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sbanken.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "schlueter-software.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34274,7 +33373,6 @@
{ "name": "a1scubastore.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "abaapplianceservice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "abcdentalcare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "abeilles-idapi.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "academy4.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "achtzehnterachter.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "actionlabs.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34306,7 +33404,6 @@
{ "name": "ais.fashion", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ajibot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alaboard.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "alchimic.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alexeykopytko.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "alexmol.tk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "algoentremanos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34335,15 +33432,11 @@
{ "name": "anthedesign.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "antoinebetas.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "aomberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "appt.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "aprefix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "araxis.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "area3.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arethsu.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "arganaderm.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ariba.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arizonaautomobileclub.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "arjanvaartjes.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arjunasdaughter.pub", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "armeni-jewellery.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arnoudraeven.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34359,7 +33452,6 @@
{ "name": "astutr.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "asustreiber.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "atmocdn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "aubergegilly.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "augrandinquisiteur.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "auroraassociationofrealtors.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "auslandsjahr-usa.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34396,9 +33488,7 @@
{ "name": "baychimo.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bazaarcompass.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bb37roma.it", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bblsa.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bclogandtimberbuilders.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "beatrizaebischer.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bebes.uno", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bedfordnissanparts.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "beermedlar.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34420,7 +33510,6 @@
{ "name": "bewerbungsfoto-deinfoto.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bewertet.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bezemkast.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "bft-media.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bhost.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biaoqingfuhao.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "biaoqingfuhao.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34457,7 +33546,6 @@
{ "name": "brecknell.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brecknell.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "briangarcia.ga", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "brianwesaala.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "bridgingdirectory.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brilliantproductions.co.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "brinkmann.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34494,7 +33582,6 @@
{ "name": "carrierplatform.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "carthedral.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "casamariposaspi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cashlogic.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "caspicards.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "catbull.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "catdecor.ru", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34502,11 +33589,9 @@
{ "name": "cavevinsdefrance.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ccgx.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "centralcountiesservices.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "centredaccueil.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "certmonitor.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cfno.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cgsmart.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chambion.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "charakato.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "charlimarie.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chatsworthelectrical.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34519,7 +33604,6 @@
{ "name": "chessreporter.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "childrenandmedia.org.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chinatrademarkoffice.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "chocolatier-tristan.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "chowii.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "christian-liebel.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "christianfaq.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34551,7 +33635,6 @@
{ "name": "colorectalcompounding.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "comicrelief.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "comicwiki.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "commechezvous.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "community-cupboard.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "comopuededejardefumar.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "compostatebien.com.ar", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34579,7 +33662,6 @@
{ "name": "cross-link.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "crypalert.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "csilies.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "cstb.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cuanhua3s.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "customgear.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "cuxpool.club", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34680,8 +33762,6 @@
{ "name": "e2feed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "e64.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "easycoding.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "eauxdespleiades.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ecolemathurincordier.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "edenvalerubbleremovals.co.za", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "edhesive.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "edstep.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34710,7 +33790,6 @@
{ "name": "enrollapp.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "enterprivacy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "epave.paris", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "epi.one", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "epilis.gr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eposkent.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eposleeds.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34722,12 +33801,10 @@
{ "name": "esball.tv", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "eshepperd.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "esp.community", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "espace-caen.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "esslm.sk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "estespr.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "etccooperative.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "etincelle.ml", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "etre-vivant.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "evailoil.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "everydaywot.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "everytruckjob.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34795,7 +33872,6 @@
{ "name": "formkiq.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "forourselves.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fortran.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "foxphotography.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "frantorregrosa.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "frauenarzt-zinke.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "fredliang.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34828,12 +33904,10 @@
{ "name": "gamesplanet.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gameswitchers.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "garage-door.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "garage-leone.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gautham.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gauthier.dk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gazette.govt.nz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gbit.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "gboys.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gdhzcgs.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "geekbaba.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "gehrke.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34938,7 +34012,6 @@
{ "name": "hulet.tech", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "humanexperiments.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "hyckenberg.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "i-proswiss.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iacono.com.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iberiaversicherungen.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ibiz.mk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -34957,7 +34030,6 @@
{ "name": "ilhan.name", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "iligang.cn", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "imlinan.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "impactpub.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "inchcape-fleet-autobid.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "indianaantlersupply.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "indieethos.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35082,7 +34154,6 @@
{ "name": "kyle.place", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "la-tourmaline.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "laatikko.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "labiblioafronebrulepas.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "labobooks.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ladybugjam.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ladylikeit.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35094,7 +34165,6 @@
{ "name": "lakehavasuhouserentals.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lakehavasuhouses.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lakehavasuwebsites.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lalyre-corcelles.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lanetix.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lanturtle.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "larraz.es", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35110,9 +34180,6 @@
{ "name": "leinfelder.in", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lennyfaces.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "leon.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "leretour.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lesplatanes.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lesterrassesdusoleil.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lexpartsofac.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lianwen.kim", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "libmpq.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35138,8 +34205,6 @@
{ "name": "lstma.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "lubar.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "luganskservers.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lunidea.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "lunidea.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "luso-livros.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "luvare.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "luxcraft.eng.br", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35165,7 +34230,6 @@
{ "name": "mamospienas.lt", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mandm.servebeer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "manfredgruber.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mankans.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "manneguiden.no", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "manualscollection.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "manuel-schefczyk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35192,12 +34256,9 @@
{ "name": "mbits.solutions", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "media-pi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mediadandy.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mediagenic.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "mediationculturelleclp.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "medstreaming.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "medtankers.management", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meetingfriends.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "meeusen-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mehmetakif.edu.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mehr-schulferien.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meierhofer.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35215,14 +34276,12 @@
{ "name": "merimatka.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "merlet.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "messagescelestes.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "metalu.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meteo-parc.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "metrix.design", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "meupedido.online", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mfgod.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mhi.web.id", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "micaiahparker.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "micalodeal.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "michael-schefczyk.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "michael-schilling.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "michaelasawyer.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35262,7 +34321,6 @@
{ "name": "mszavodumiru.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "mullen.net.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "multi-vpn.biz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "multirep.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "multivpn.cn.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "multivpn.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "multivpn.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35341,7 +34399,6 @@
{ "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": "oniria.ch", "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": "onlinerollout.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35364,14 +34421,11 @@
{ "name": "oskrba.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "otakurumi.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "outdoorimagingportal.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "overdrive-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "owl-stat.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "owlishmedia.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paazmaya.fi", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "painlessproperty.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "paktolos.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pantallasled.com.mx", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pantographe.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "parisescortgirls.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "parleamonluc.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "partycentrumdebinnenhof.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35393,7 +34447,6 @@
{ "name": "photodeal.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "piedfeed.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "piercing-store.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "pilani.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "piratepay.io", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "piratepay.ir", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pitot-rs.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35417,7 +34470,6 @@
{ "name": "pokomichi.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "polandb2b.directory", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "polish.directory", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "poly-fast.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ponga.se", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ponteus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "pop-corn.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35453,8 +34505,6 @@
{ "name": "probely.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "processesinmotion.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "proft.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "progiscad.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "project-splash.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "project-stats.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "projectherogames.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "promoterms.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35509,7 +34559,6 @@
{ "name": "ricknox.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rienasemettre.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "risada.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "rivierasaints.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "rmcbs.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "robinvdmarkt.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "robpol86.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35565,7 +34614,6 @@
{ "name": "scis.com.ua", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "scorp13.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "scripo-bay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "scuolaguidalame.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "scw.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "se7ensins.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "search-job-in.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35581,7 +34629,6 @@
{ "name": "selkiemckatrick.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sellguard.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sentinel.gov", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "septfinance.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sergos.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "serve-a.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "servea.com.au", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35608,8 +34655,6 @@
{ "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": "simplylovejesus.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sin.swiss", "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 },
@@ -35673,7 +34718,6 @@
{ "name": "suuria.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "suvidhaapay.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "sw33tp34.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "sweepay.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "swiftconf.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "switch.moe", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "switzerland-family-office.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35706,7 +34750,6 @@
{ "name": "thedrunkencabbage.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "theeducationchannel.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "theevergreen.me", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "theferrarista.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thefrk.pw", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thehookup.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "thestoritplace.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35773,7 +34816,6 @@
{ "name": "uploadbro.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ursae.co", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "urukproject.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "ussuka.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "ut-addicted.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "uuit.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "uzaymedya.com.tr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35784,8 +34826,6 @@
{ "name": "valika.ee", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "valkor.pro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vanderkroon.nl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vareillefoundation.fr", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vareillefoundation.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "variable.agency", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vcdn.xyz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vcsjones.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35797,7 +34837,6 @@
{ "name": "venturum.de", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "venturum.eu", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "venturum.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "vernaeve-usedcars.be", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vernonhouseofhope.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "vernonsecureselfstorage.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "verteilergetriebe.info", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35830,7 +34869,6 @@
{ "name": "webaeon.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webapky.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webappky.cz", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "webclimbers.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webkeks.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "webnoob.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "websites4business.ca", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35913,7 +34951,6 @@
{ "name": "yuxuan.org", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zach.codes", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zaoext.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "zavec.com.ec", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zebbra.ro", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zeguigui.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zestylemon.co.uk", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -35930,7 +34967,6 @@
{ "name": "zuppy.pm", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zuralski.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zutsu-raku.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
- { "name": "zwy.ch", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "zyciedlazwierzat.pl", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "188522.com", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
{ "name": "arai21.net", "policy": "bulk-18-weeks", "mode": "force-https", "include_subdomains": true },
@@ -36649,7 +35685,6 @@
{ "name": "akkbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "albbounce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "alchemia.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "alexvdveen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "alice-noutore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "allaboutfunuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "allactioneventhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -37410,7 +36445,6 @@
{ "name": "katscastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kbbouncycastlehire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kbleventhire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "keinanung.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kellyskastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kensbouncycastles.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "keycontainers.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -37724,7 +36758,6 @@
{ "name": "prestigeeventshire.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "primalinea.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pristineevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "proautorepairs.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "projectcastle.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "promarketer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "provokator.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -38339,7 +37372,6 @@
{ "name": "drdavidgilpin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dreyfussplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dstamou.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "duan.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dujsq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dujsq.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dziurdzia.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -39244,7 +38276,6 @@
{ "name": "prosenseit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "puhka.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "qswoo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ranyeh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "raspberryultradrops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rathbonesonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "raven.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -39268,7 +38299,6 @@
{ "name": "servers4all.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "shellj.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "shellshock.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "shoxmusic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sigma-signalisation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "significantbanter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "simpleindianrecipes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -39406,7 +38436,6 @@
{ "name": "accessoripersmartphone.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "acemypaper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "acordes.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "adorade.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "africanimpact.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "agoodmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "agoravox.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -39469,7 +38498,6 @@
{ "name": "bran.soy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "brandweertrainingen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bravehearts.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "bridgevest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "brokervalues.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bsdunix.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "buy-thing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -39693,8 +38721,6 @@
{ "name": "lostandcash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lsvih.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "luckyfrog.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "lukestebbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "lunis.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lusynth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lv5.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lyoness.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -39936,7 +38962,6 @@
{ "name": "00660066.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": "00880088.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "00990099.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "110110110.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "112112112.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "113113113.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -40005,7 +39030,6 @@
{ "name": "aboutyou.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aboutyou.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "abstractbarista.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "accredit.ly", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aceanswering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "acroso.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "actom.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -40419,7 +39443,6 @@
{ "name": "checkspf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cheladmin.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "chemicalcrux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "chemiphys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cherie-belle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cherylsoleway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "chiboard.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -40837,7 +39860,6 @@
{ "name": "getteamninja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gfms.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gfw.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ghid-pitesti.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "giethoorn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gigime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ginza-luce.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -41896,7 +40918,6 @@
{ "name": "ybscareers.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yenibilgi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yetishirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "yimgo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yocchan1513.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yoga-alliance-teacher-training.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yongbin.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -42094,7 +41115,6 @@
{ "name": "chatzimanolis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "checkmypsoriasis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cheesehosting.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "chicagolug.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "chilio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "chrislane.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "christianpeltier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -42183,7 +41203,6 @@
{ "name": "druznek.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dso-imaging.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "duchyoffeann.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "duct.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dunamiscommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dushu.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "e-tonery.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -42318,7 +41337,6 @@
{ "name": "hazukilab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hcaz.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "heatershop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "hermes.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hiv.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hnfertilizermachine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "holmq.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -42497,9 +41515,7 @@
{ "name": "noobswhatelse.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nordicirc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nova.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "novojet.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nv.gw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "nybiz.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nytrafficticket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ochrepoint.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ochsenfeld.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -42524,7 +41540,6 @@
{ "name": "padberx-marketing-consultants.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "paintball-shop.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "paketo.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "paleotraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "panaxis.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "panaxis.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "panpa.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -42708,7 +41723,6 @@
{ "name": "strategiccapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "strongpassword.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "stubbings.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "studentfinancecountdown.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "studiogavioli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "studiolegalepaternostro.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "studipro-formation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -42975,7 +41989,6 @@
{ "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": "brainbuxa.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 },
@@ -43029,7 +42042,6 @@
{ "name": "craftsmandruggets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cretica.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "croceverdevb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "crosslifenutrition.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "crownchessclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "csi.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "customdissertation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -43110,7 +42122,6 @@
{ "name": "expoort.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "exporo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fackovec.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "fai.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fansided.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "faxvorlagen-druckvorlagen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fdn.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -43613,7 +42624,6 @@
{ "name": "wafelland.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "warekit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wasserburg.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "wdol.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "web-dl.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "webcreation.rocks", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wedotrains.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -43745,7 +42755,6 @@
{ "name": "autospurgo.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "awxg.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "b72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "baches-piscines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "badgesenpatches.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "balia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "balticnetworks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -43863,7 +42872,6 @@
{ "name": "dietacelulitis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dietafeliz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "divi-experte.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "djsk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dko-steiermark.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dmailshop.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dmmultionderhoud.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -44056,7 +43064,6 @@
{ "name": "laranjada.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "larbertbaptist.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lavasing.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "laylo.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lemouillour.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lespret.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "letraba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -44195,7 +43202,6 @@
{ "name": "poopr.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "portofala.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "posyperfume.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "precision.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "prijsvergelijken.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "primalbase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pristinegreenlandscaping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -44377,7 +43383,6 @@
{ "name": "wallacehigh.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wallacequinn.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "waterdrop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "webgaff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "weedcircles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wella-download-center.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "welpo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -45390,7 +44395,6 @@
{ "name": "dsteiner.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dubaosheng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dumont.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "dung-massage.fr", "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 },
@@ -45617,7 +44621,6 @@
{ "name": "meraseo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mes-bouquins.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "metanodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mijnetz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "moc.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "modalrakyat.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "molokai.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -46320,7 +45323,6 @@
{ "name": "midgawash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mightymillionslottery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mikumaycry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "milanstephan.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mirepublic.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "misanci.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mizuho-trade.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -46335,7 +45337,6 @@
{ "name": "mr-coffee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "msopopop.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "multitec.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mumakil.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "murashun.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "my4thtelco.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mydreamshaadi.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -47018,7 +46019,6 @@
{ "name": "f13cybertech.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fastforwardsociety.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ffsociety.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "fojing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "freakyawesome.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "freakyawesome.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "freakyawesome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -47033,9 +46033,7 @@
{ "name": "giuem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "glykofridis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "golfpark-bostalsee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "guoke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gut8er.com.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "h404bi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hackreone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hahay.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hajekj.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -47113,7 +46111,6 @@
{ "name": "office-discount.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "onionplay.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "onyxgen.duckdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "opticaltest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "orbu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oryva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "overwall.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -47184,12 +46181,10 @@
{ "name": "verwayen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "viris.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vistec-support.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "vreaulafacultate.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vwhcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wakandasun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "walshbanks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "warofelements.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "websec.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wenchieh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wine-tapa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wisal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -47281,7 +46276,6 @@
{ "name": "basementfinishingohio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "batch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bbj.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "bednar.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "betterweb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bezr.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "biehlsoft.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -47574,7 +46568,6 @@
{ "name": "jimbiproducts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jmcataffo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jtl-software.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "juusujanar.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jydemarked.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kabarlinux.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kagitreklam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48075,7 +47068,6 @@
{ "name": "bytesign.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cad-noerdlingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cangku.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "cangku.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "carassure.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cascadesjobcorpscca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "casio-caisses-enregistreuses.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48268,7 +47260,6 @@
{ "name": "geektimes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "genderidentiteit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "geomex.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "geschichtscheck.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "getpei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gigis-pizzeria.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gigseekr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48322,7 +47313,6 @@
{ "name": "ignacjanskiednimlodziezy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "illumed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "import-shopping.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "imwnk.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "instant-thinking.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "intelhost.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "intergozd.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48425,7 +47415,6 @@
{ "name": "massive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "material-ui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "matratzentester.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "matthiasheil.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "matway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "max-mad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "maya-ro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48499,13 +47488,11 @@
{ "name": "oosoo.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oreskylaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "orgsyn.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "orkiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "osworx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ourls.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pacatlantic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "packair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pahnid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "paranormalweirdo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "parksland.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "parry.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "paste.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48532,7 +47519,6 @@
{ "name": "qaz.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "qtn.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "qwallet.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "r18.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rai-co.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "readingrats.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "reakyaweso.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48603,7 +47589,6 @@
{ "name": "ssmca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ssready.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ssuc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "st-antonius-kuenzell.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "staticline.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "stationatbuckscounty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "stationatlyndhurst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48635,7 +47620,6 @@
{ "name": "theosblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thereaper.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thestationatwillowgrove.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "thestonegroup.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thewinstonatlyndhurst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thiagohersan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thienteakee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48672,7 +47656,6 @@
{ "name": "urcentral.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "use.ci", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uwelilienthal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "vacationsbyvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "varztupasaulis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "varztupasaulis.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "varztupasaulis.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48865,7 +47848,6 @@
{ "name": "brand-foo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bsee.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "buchwegweiser.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "burotec-sarl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "buurtpreventiefraneker.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bvgg.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bytes.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -48949,7 +47931,6 @@
{ "name": "divari.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "divorciosmurcia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dk-kromeriz.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "domainwatch.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dowellconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dozecloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dpi-design.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -49152,7 +48133,6 @@
{ "name": "intelhost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "invuite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ipssl.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "irgendeine.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "isabellavandijk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "isarklinikum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "isastylish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -49213,7 +48193,6 @@
{ "name": "lapix.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lauxzahnheilkunde.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "legalinmotion.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "legendarycamera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lehti-tarjous.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lethbridgecoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "leviscop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -49389,7 +48368,6 @@
{ "name": "photographersdaydream.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "phpinfo.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "physiotherapie-seiwald.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "pianyigou.com", "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 },
@@ -49838,7 +48816,6 @@
{ "name": "discord4j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dkstage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dns-swiss.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "domain-swiss.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "domeconseil.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "donkennedyandsons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "doomtech.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -49951,7 +48928,6 @@
{ "name": "fegame.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fgdc.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fijnefeestdageneneengelukkignieuwjaar.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "finecocoin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "firmen-assekuranz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "flashbeing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fnfpt.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -50065,7 +49041,6 @@
{ "name": "klebeband.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "koe.hn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "koyo.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "kroy.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kunstschule-krabax.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kyoto-sake.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lagodny.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -50270,7 +49245,6 @@
{ "name": "piscine.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pj881988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "plantes.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "plantezcheznous.com", "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 },
@@ -50762,7 +49736,6 @@
{ "name": "onepointsafeband.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "onepointsafeband.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "online-horoskop.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "onnext.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "openbankproject.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "openstreetmap.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "orangenuts.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -50793,7 +49766,6 @@
{ "name": "qqrss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "qqvrsmart.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "r-t-b.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "rendre-service.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rnbjunk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "robtatemusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "romanticfirstdance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -50853,7 +49825,6 @@
{ "name": "transgendernetwerk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "truckgpsreviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "truessl.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ttwt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tutu.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uldsh.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vat.direct", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -51374,7 +50345,6 @@
{ "name": "mivzakim.mobi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mivzakim.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mivzakim.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mixinglight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mlytics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mmaps.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mo2021.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -51564,7 +50534,6 @@
{ "name": "sms.storage", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "snowyluma.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sociability.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "somewherein.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sondersobk.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "soquee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "soundbytemedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -51910,7 +50879,6 @@
{ "name": "jeroldirvin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jessicahrehor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jisha.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "joaoaugusto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jockbusuttil.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jockbusuttil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jockbusuttil.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -51962,7 +50930,6 @@
{ "name": "nazigol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nebenbeiblog.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nevergreen.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "nexril.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nextcloud.nerdpol.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nhgteam.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ninverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -52149,7 +51116,6 @@
{ "name": "adwokatzdunek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "affordableblindsexpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ag8-game.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "agendatelefonica.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "agostinhoenascimento.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "agscinemas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "agscinemasapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -52293,7 +51259,6 @@
{ "name": "bztraveler.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "c0rporation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cabineritten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "caleb.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "calendly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "calrotaract.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cambridge-security.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -52823,7 +51788,6 @@
{ "name": "milsonhypnotherapyservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "minetracker.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "misinstrumentos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mitre10.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mivzaklive.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mizu.coffee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mobisium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -52844,7 +51808,6 @@
{ "name": "mrprintables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mrtunnel.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mu3on.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "muitadica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "murray.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "my-best-wishes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "myamihealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -52907,7 +51870,6 @@
{ "name": "oldita.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oles-hundehaus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "olifant.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "onesnzeroes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "onionbot.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "opportunity.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oppwa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -52955,7 +51917,6 @@
{ "name": "photography-workshops.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "phumin.in.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pie-express.xxx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "pigs.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pilatescenteraz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pintosplumbing.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pizza-show.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -53215,7 +52176,6 @@
{ "name": "thebinarys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thebulletin.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thecookiejar.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "thefourthmoira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thefuckingtide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thehoryzon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thelatedcult.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -53293,7 +52253,6 @@
{ "name": "vandorenscholars.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vandyhacks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vangoghcoaching.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "vantaio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "varalwamp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vendermicasarapido.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "verifiedjoseph.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -53311,7 +52270,6 @@
{ "name": "vrjetpackgame.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vsestoki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vuojolahti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "vv1234.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vwfsrentacar.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "w1221.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wandystan.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -53369,7 +52327,6 @@
{ "name": "xoonth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yellowfly.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yhfou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "yiheng.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yogahealsinc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yourtrainingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yrjanheikki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -53429,7 +52386,6 @@
{ "name": "aquelarreweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "arnevankauter.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": "arrowheadflats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "atelierfantazie.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "austinlockout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "austintxacrepairtoday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -53723,7 +52679,6 @@
{ "name": "mchel.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mcon.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mds-paris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mebanesteakhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "meditel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "medmarkt24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "medvedikorenka.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -53840,7 +52795,6 @@
{ "name": "qualpay.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "queene.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "queextensiones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "quizstore.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "r3bl.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "radarnext.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rail24.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -53999,13 +52953,11 @@
{ "name": "vitra-showrooms.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vrij-links.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "waldkinder-ilmenau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "waligorska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "walksfourpaws.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wanlieyan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wapking.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "waterbrook.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "weaspireusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "webauthority.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "webdollarvpn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "webexpertsdirect.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -54144,7 +53096,6 @@
{ "name": "cursossena.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cybercrime.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cypherpunk.observer", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "deadinsi.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "denwauranailab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "devnull.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "devragu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -54195,7 +53146,6 @@
{ "name": "gfwno.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gimme.money", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "grandcapital.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "grippe-impftermin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hagiati.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hatpakha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "healthcultureexpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -54247,7 +53197,6 @@
{ "name": "lormansas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lucafontana.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lumminary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "lunastrail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "m-gh.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "magic-cards.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "magiccards.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -54447,7 +53396,6 @@
{ "name": "233bwg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "291167.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "2h-nagoya.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "2nics.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "2y.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "51tiaojiu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "66bwf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -54468,7 +53416,6 @@
{ "name": "ad13.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "adra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ae-construction.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "aelisya.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aerapass.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "afcompany.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "afcurgentcarelyndhurst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -54629,7 +53576,6 @@
{ "name": "chabik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "chang-feng.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "chbk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "checkmyip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "chilimathwords.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "chovancova.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ciiex.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -54906,7 +53852,6 @@
{ "name": "lignite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "likesforinsta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "likui.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "linux.pizza", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "liquipedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "littleboutiqueshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "littleboutiqueshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -55131,7 +54076,6 @@
{ "name": "puralps.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pursuedtirol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pushphp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "pyxo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "qlix.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "qualityhvacservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "quarus.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -55272,7 +54216,6 @@
{ "name": "softbebe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "solepurposetest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "solitairenetwork.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "somepills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "southernlights.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "southernstructuralsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "space-y.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -55422,7 +54365,6 @@
{ "name": "yoppoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "you2you.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yourstake.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "yuntong.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zacco.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zerowastesavvy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zionnationalpark.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -55567,7 +54509,6 @@
{ "name": "bejarano.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "berger-chiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bernardez-photo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "berndklaus.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bescover.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "best-accounting-schools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "best-art-colleges.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -55656,7 +54597,6 @@
{ "name": "cloudcrux.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "club-climate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cnlau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "codein.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "codemill.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cognixia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cololi.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -55721,7 +54661,6 @@
{ "name": "docusearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "doge.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "doge.town", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "doki.space", "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 },
@@ -55753,7 +54692,6 @@
{ "name": "eosol.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "eromon.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "esgen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "eslint.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "essayace.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "estherlew.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "esuretynew.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -56307,12 +55245,10 @@
{ "name": "thevoya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thewayofthedojo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ticketdriver.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "timelessskincare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tlyphed.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tmas.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "todoereaders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tohochofu-sportspark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "toldositajuba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tom94.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tomik.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "toontownrewritten.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -56330,7 +55266,6 @@
{ "name": "trustedbody.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "truyenfull.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tuev-hessen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "tuimprenta.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tweedehandslaptophardenberg.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uaci.edu.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ubcani.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -56576,7 +55511,6 @@
{ "name": "fateitalia.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "faultlines.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fbi.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "fccarbon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "feeeei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "feuerwehr-gebirge.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "finkmartin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -56622,7 +55556,6 @@
{ "name": "indiecongdr.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "info-screen-usercontent.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "interpol.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "introverted.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "invasivespeciesinfo.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "invinoaustria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "invinoaustria.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -56785,7 +55718,6 @@
{ "name": "rteguide.ie", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rteworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rths.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "rthsoftware.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rttss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ryssl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "saidtezel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -56822,7 +55754,6 @@
{ "name": "spartacuslife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "spectroom.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "spectrum.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "sportabee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "st-bede.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "steemyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "stfrancisnaugatuck.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -56988,7 +55919,6 @@
{ "name": "buyebook.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "buzzcontent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "calculadoraconversor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "canyons.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "carroattrezzimilanodaluiso.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "casa-lunchbreak.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "case-vacanza-salento.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -57010,7 +55940,6 @@
{ "name": "coffeetime.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cognicom-gaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "communitymanagertorrejon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "computerbas.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "conpath.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "conradsautotransmissionrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "consultoriadeseguranca.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -57184,7 +56113,6 @@
{ "name": "margots.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "margots.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "margots.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "markus-blog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "martialarts-wels.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "massvow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "maxbachmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -57388,7 +56316,6 @@
{ "name": "wxkxsw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wyysoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xeryus.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "xfcy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xgzepto.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xlui.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--irr.xn--fiqs8s", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -57750,7 +56677,6 @@
{ "name": "epi-lichtblick.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "epspolymer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ericschwartzlive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ero.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "eshspotatoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "espanolseguros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "espower.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -57895,7 +56821,6 @@
{ "name": "indie.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "indigotreeservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "inframint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "inno.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "innotas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "insidesolutions.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "inspiredrealtyinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -57960,7 +56885,6 @@
{ "name": "kontrolapovinnosti.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kornrunner.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "krusesec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "krypmonet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kuchen-am-stiel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kwoll.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lachyoga-schwieberdingen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -58036,7 +56960,6 @@
{ "name": "modern-family.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "moderncommercialrealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "moeclue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "monsterx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "montanteaesthetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "moreniche.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "morgansjewelerspv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -58085,7 +57008,6 @@
{ "name": "ocalaflwomenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oceancity4sales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "of2m.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "offroadhoverboard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ofsetas.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "okaidi.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "okaidi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -58396,7 +57318,6 @@
{ "name": "tonigallagherinteriors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "toomy.pri.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "toool.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "tot-radio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "totaldragonshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "touchstone.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tradeshowfreightservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -58699,7 +57620,6 @@
{ "name": "bavartec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "baykatre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bayportbotswana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "bayportfinance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bayportghana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bayporttanzania.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bayportuganda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -58784,7 +57704,6 @@
{ "name": "callantonia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "camara360grados.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "canariculturacolor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "candelec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "capebretonpiper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "career.support", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "carlinmack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -58948,7 +57867,6 @@
{ "name": "dreemurr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "driessoftsec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dronebl.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "drpure.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "drtimothybradley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dryjersey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dstvinstallfourways.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -59031,7 +57949,6 @@
{ "name": "etssquare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "eurheilu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "euwid-energie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "evansdesignstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "evrotrust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "evtscan.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ewhitehat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -59112,7 +58029,6 @@
{ "name": "geluk.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "genevachauffeur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "geocar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "geoinstinct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "geomonkeys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gesundheitszentrum-am-reischberg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ghettonetflix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -59266,7 +58182,6 @@
{ "name": "it-support.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "it-supportistockholm.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "it-tekniker.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "it-uws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ithink.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ithjalpforetag.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "itm-c.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -59433,7 +58348,6 @@
{ "name": "mariatash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "marketingeinnovacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "martel-innovate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "martinfranc.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "maryhaze.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mastafu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "matheusmacedo.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -59448,7 +58362,6 @@
{ "name": "mediabogen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mediapath.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "medikalakademi.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "megafilmesplay.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "megamp3.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "meia.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "meimeistartup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -59980,7 +58893,6 @@
{ "name": "testsvigilantesdeseguridad.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tfb.az", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tfk.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "thamtubinhminh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "the-arabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thebeardedrapscallion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thebluub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -60009,13 +58921,11 @@
{ "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": "tnd.net.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tobi-server.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tobi-videos.goip.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "toddmath.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tofliving.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tombroker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "toni-dis.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tonifarres.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tonnygaric.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "toolbox-bodensee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -60097,7 +59007,6 @@
{ "name": "vinigas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vitalium-therme.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vocescruzadasbcs.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "volqanic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vsl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vulyk-medu.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "w889-line.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -60255,7 +59164,6 @@
{ "name": "chrisvannooten.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cica.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ciel.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "cityextra.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "clearer.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "colorguni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "crazybulk.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -60493,7 +59401,6 @@
{ "name": "sicurezzalavoro24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "siemencaes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "skateaustria.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "skywalkers.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "slatko.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "smitug.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "smokefreerowan.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -60638,7 +59545,6 @@
{ "name": "amazingraymond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aminullrouted.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ampleroads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ance.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "anlovegeek.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "anopan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "antiaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -60683,7 +59589,6 @@
{ "name": "benjaminbedard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bensokol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bepsvpt.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "beringsoegaard.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bestdoc.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "besti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bestpractice.domains", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -60790,7 +59695,6 @@
{ "name": "desertmedaesthetics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "devswag.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dexonrest.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "dexonsoftware.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dhbr.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "diccionarqui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -60809,7 +59713,6 @@
{ "name": "dophys.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dox-box.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dragon.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "drainagedirect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "draintechnorthwest.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "driftingruby.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "droidandy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -61804,7 +60707,6 @@
{ "name": "decor-live.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "deep-labs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "deepinnov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "degrasboom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dein-trueffel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dejting-sidor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "deleenheir.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -61933,7 +60835,6 @@
{ "name": "g3circuit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gabrielkoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gadget-tips.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "gadgetadvisor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gailbartist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gallmeyer-consulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "galoserver.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -61964,19 +60865,9 @@
{ "name": "gostargazing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "goufaan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "graandco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "grasboomamersfoort.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "grasboombinnendoor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "grasboomclophaemer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "grasboomderoos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "grasboomleusden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "grasboommax.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "grasboommeerbalans.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "grasboomveenendaal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "grasboomvondellaan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "grenlandkiropraktor.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "grupodatco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gtn-pravda.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "guchengf.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gx3.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gyakori.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gzriedstadt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62027,7 +60918,6 @@
{ "name": "igdn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "igrarium.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ijsclubdwarsgracht.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ikkakujuku.work", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ikmx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "iliasdeli.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ima.re", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62156,7 +61046,6 @@
{ "name": "legionminecraft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "legnami24.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lehrermarktplatz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "lequateur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lesummeira.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "letson.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "level6.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62212,7 +61101,6 @@
{ "name": "marietrap.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "maroismasso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "martian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "massageishealthy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "massagetherapyschoolsinformation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "math-coaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "matocmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62410,7 +61298,6 @@
{ "name": "pawspuppy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "paxchecker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pbren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "pcs.org.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pearlsonly.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pearlsonly.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pearlsonly.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62422,7 +61309,6 @@
{ "name": "pepfar.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "peppelmedi.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "performancegate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "perge.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "permaseal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "peruvianphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "peterboweycomputerservices.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62439,7 +61325,6 @@
{ "name": "plastic-id.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "plumbercincoranch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "plusminus30.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "plutonx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ponio.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ponxel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "porncompanions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62526,7 +61411,6 @@
{ "name": "ryuanerin.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "saga-umzuege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sajtoskal.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "samdrewtakeson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "samorazvitie.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sangyoui.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sanovnik.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62879,7 +61763,6 @@
{ "name": "bezposrednio.net.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bicycleuniverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bioastin.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "biopronut.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "blackbyte.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "blatnice.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "blatnice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62915,7 +61798,6 @@
{ "name": "climaticarus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cloudsec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cognixia.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "collage.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "compitak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "conraid.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cookingperfected.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62929,7 +61811,6 @@
{ "name": "d-imitacion.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "d2qa61rbluifiq.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "danielfeau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "danskoya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dax.guide", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "daxpatterns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "degroupage.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -62963,7 +61844,6 @@
{ "name": "fakeemergency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "familienportal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "faradrive.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "farizizhan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "farleymetals.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "farmaciacorvi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fishlanestudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -63068,7 +61948,6 @@
{ "name": "movestub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "multimediapc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "museclef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mybakkupakku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ncarmine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ndime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nerdrockshop.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -63181,7 +62060,6 @@
{ "name": "wuav.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wyldfiresignage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xanderbron.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "xenum.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--solidaritt-am-ort-yqb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yuyiyang.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zhy.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -63390,7 +62268,6 @@
{ "name": "nagrad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "naivetube.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "netfeeds.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "networkmas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nevalogic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nevivur.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "newbernpost539.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -63400,7 +62277,6 @@
{ "name": "ninjasquad.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nomaster.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nomik.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "o0o.st", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "onesearay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oolsa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oroscopodelmese.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -63488,7 +62364,6 @@
{ "name": "stlouisinsuranceco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "stonegateapartmentsstl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "strengthinyoufitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "swey.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "syskit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tacticalavocado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "telegra.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -63796,7 +62671,6 @@
{ "name": "murphycraftbeerfest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mvbug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mycreditunion.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mypt3.com", "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 },
@@ -64059,8 +62933,6 @@
{ "name": "diethood.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "distinctdesign2009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "diysec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "dizzie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "dizzieforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dnastatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "doc.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "doeren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -64121,14 +62993,12 @@
{ "name": "iinix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ikparis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "industrial-remote-control.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "infoteka.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "infravoce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "intellihr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "isdr-bukavu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jaamaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "janz.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jcvidroseespelhos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "jeremy.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "joelving.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jogjacar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jungidee.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -64339,7 +63209,6 @@
{ "name": "ypfr.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yunsoupian.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yuucchi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zeit.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zstgmnachod.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "intercom.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "06804.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -64433,7 +63302,6 @@
{ "name": "continental-zermatt.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "contourheating.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "controllertech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "cookiee.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cradle.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "crowdspire.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "current-usa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -64649,7 +63517,6 @@
{ "name": "raccoon.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "reissnehme.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rentta.fashion", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "resepi.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rhycloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rhymc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "riffelhaus.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -64687,14 +63554,12 @@
{ "name": "startablog.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "startmail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "stavnager.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "stdemianabookstore.org", "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 },
- { "name": "terrorismattacks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "terrybutler.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "textbrawlers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tgbabyzoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -64868,7 +63733,6 @@
{ "name": "esmincg2t1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "etduvindemoselle.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "eventsframe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "evitacion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "executiveresolutions.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "f1nal-lap.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "factory-f.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -64925,7 +63789,6 @@
{ "name": "jesiensredniowiecza.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jmwap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jobbuddy.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "jpoirierlavoie.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kappie.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kapsalonlinds.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "keez.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -65393,7 +64256,6 @@
{ "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": "laresistencia.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lartduportrait.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "laurencball.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "letsflyinto.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -65417,7 +64279,6 @@
{ "name": "madpsy.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "madridagency.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "maikoloc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "malacat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "martinbaileyphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mcblain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "medeurope.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -65514,7 +64375,6 @@
{ "name": "sexedrescue.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "shadowsocks.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sheaspire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "siwyd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sketch.jpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "skorovsud.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "skylarker.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -65624,7 +64484,6 @@
{ "name": "367553.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "367556.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "387763.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "3ve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "638566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "666618.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "7f.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -65963,7 +64822,6 @@
{ "name": "tvteam.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "twwd.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ugy.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "unknown.kyoto", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vdio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "venzagroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "veronicaphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -65971,7 +64829,6 @@
{ "name": "vetpraxis.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vifsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "viku.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "vuasinhly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "washoedems.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "watchcow.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wb2288.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -65987,7 +64844,6 @@
{ "name": "xn--anyd-7na.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--int-ru8ea.xn--6qq986b3xl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--kkcon-fwab.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "xn--l8jydta9i239uzq6aqz9a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xtremeperformance.co.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xtri.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ys6888.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66107,7 +64963,6 @@
{ "name": "freeaf.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "furniturezoneboone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ga-part.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "gabehoban.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "galaxus.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "galaxus.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "galaxus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66138,7 +64993,6 @@
{ "name": "houseandgarden.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "htmanager.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hydracommunity.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "hypehost.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "idleleo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "im-in.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "imbiancatura.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66297,7 +65151,6 @@
{ "name": "tanovar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tauflight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tchverheul.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "tech-banker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thc-stadvdzon.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thecyberaid.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tmadev.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66305,7 +65158,6 @@
{ "name": "topshelf.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "totalaccessnicaragua.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "touhou.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "tradavenue.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": "tronlaserarena.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tsrv.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66475,7 +65327,6 @@
{ "name": "flexve.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "floodsmart.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "floristmou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "forever.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "forthetoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "founderio.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fuzenet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66577,7 +65428,6 @@
{ "name": "miaololi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "midart.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "midweb.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "miku.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "millionen-von-sonnen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mirazperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "misini.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66712,9 +65562,7 @@
{ "name": "vamosbets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vanwa.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vertigo-rec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "viantours.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vizionnetwork.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "vkikaku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vorbrodt.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vrifox.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vygeja.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66771,7 +65619,6 @@
{ "name": "acp-integrative.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "adarshcloud.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aditibhatia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "aduthapa.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 },
@@ -66782,7 +65629,6 @@
{ "name": "alexglover.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "allerstorfer.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "altco.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "alvin.cool", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ankaraevdenevenakliyat.name.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "antoineelizabe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aqarategypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66888,7 +65734,6 @@
{ "name": "empatico.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "enersolelectrical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "entropy.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "equiac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "eringmaguire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "estintori.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "etni-cidade.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66942,7 +65787,6 @@
{ "name": "impactplumbingdrainage.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "indiapur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "intoparking.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ip-ra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "iparkki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ipslsig.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ironpony.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -66978,7 +65822,6 @@
{ "name": "lianhongrui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "libbywinberginteriors.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "limo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "lion-tech.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "litebit.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "literaki123.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "liubliu.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67024,7 +65867,6 @@
{ "name": "notequal.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nxcd.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "odden.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "onair.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "onlinehaircuts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "orthodocspro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ourocg.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67264,10 +66106,8 @@
{ "name": "aei-asc.edu.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aero.parts", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ag88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ageragrosirdistro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "agilicus.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "agilicus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ahmedknowmadic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ai00.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aisin.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ajgroup-me.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67287,11 +66127,8 @@
{ "name": "alteria.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "am-39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "am156.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "am5039.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "am5199.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "am6118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "am8213.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "am9588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "am9d104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "amaranthinewanderlust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "amateurpornhours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67334,7 +66171,6 @@
{ "name": "b2families.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bachkhoa.net.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "badedesign.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "baldy.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ban.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "batiskaf.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "batteryboys.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67412,7 +66248,6 @@
{ "name": "bytepark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "byteterrace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "c0o.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "c2media.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cabuna.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cakeoffencesact.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "calendriergratuit.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67479,7 +66314,6 @@
{ "name": "customcontract.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cwwise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cybermotives.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "d8853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dagmarhamalova.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dahliacake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dakin.nyc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67498,7 +66332,6 @@
{ "name": "defiantrust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "delkniga42.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "denariu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "denied.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dental-cloud.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "depedclub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "depedsurigaodelnorte.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67571,7 +66404,6 @@
{ "name": "elgrecohotel.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "elitsa.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ell888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "email-pipeline.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "emigratieplanner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "emiliobonelli.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "enderle.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67652,7 +66484,6 @@
{ "name": "gruper.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gutenbergthemes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gvwgroup.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "gwilken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "h-ealthy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hackhouse.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hackingarise.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67752,7 +66583,6 @@
{ "name": "k8668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kaloni.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kartbird.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "karuna.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "katieriker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kaypasocks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kb09.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67780,10 +66610,6 @@
{ "name": "koreaninhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "korem011-tniad.mil.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "krikorianconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ks0718.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ks0768.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ks0877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ks0996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ks5000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ks5660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ks88.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -67814,7 +66640,6 @@
{ "name": "limsia.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "limsia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "linge-ma.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "linuxhub.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "linuxno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "litebit.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "littlenlargeevents.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68150,7 +66975,6 @@
{ "name": "shopunilever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "shsh.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "shunliandongli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "sieuthigomviet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "siggi.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sik-it.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "silverblog.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68231,7 +67055,6 @@
{ "name": "superlisa.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "survivingmesothelioma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "svatbamisiaviti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "svc4u.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "svdesign.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "swisscypher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "swy.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68352,7 +67175,6 @@
{ "name": "voidnya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vojtekpince.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vonimus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "vonitsanet.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vpsvz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "vtul.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "w4solutions.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68382,7 +67204,6 @@
{ "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": "wpabu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "wpbox.cc", "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 },
@@ -68438,9 +67259,7 @@
{ "name": "xn--die-hrercharts-zpb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xn--t8jo9k1b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xpiuat.global", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "yamei1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yamei8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "yamei88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yao28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yesogovinpetcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ym039.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68469,14 +67288,12 @@
{ "name": "01-edu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "123birthdaygreetings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "373816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "5197dh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "68hvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "731716.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "731783.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "736371.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "736381.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "961621.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9728dh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "977hghg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9988ty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aaa-racing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68567,7 +67384,6 @@
{ "name": "dragcave.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "e-referendum.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "echomall.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "edsinet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "edugundavetiyesi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ej.uz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "elblogdegoyo.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68630,8 +67446,6 @@
{ "name": "ivocopro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ivocotec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jeancafe.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "jms8.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "jmsjms.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jmsjms.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jmsjms.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jmsjms.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68672,7 +67486,6 @@
{ "name": "lvtrafficticketguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lycetre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "magicroom.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "makariza.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "malenaamatomd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "maniaiti.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mantachiepharmacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68711,7 +67524,6 @@
{ "name": "noxx.solutions", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "olitham.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oneearthapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "onevpn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "opcare.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ortho-europe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ourfavorite-kakamigahara.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68719,7 +67531,6 @@
{ "name": "parsdev.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pechonova.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pentagonreviewcenter.com.ph", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "peter-hurtenbach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pirapiserver.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "planningsagenda.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "plumbingkingsllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -68952,9 +67763,6 @@
{ "name": "504737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "518558.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "5197.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "5197dns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "5197dz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "5197sx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "52051.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "52051a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "52051b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69020,7 +67828,6 @@
{ "name": "6133feng.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6859551.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "715805617.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "758m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "7717411.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "781371.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "781376.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69045,20 +67852,11 @@
{ "name": "8666213.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "8880005555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "919093590.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "91d27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9297.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9297dns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9297e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9297hb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9297hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9297p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "962312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9728.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9728dns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9728dz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9728hb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9728hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9728sx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "98198823.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "989868888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "99818adc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69211,7 +68009,6 @@
{ "name": "epiclub.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "eppione.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "equi.ac", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ertir.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "escapejoplin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "esu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "etajerka.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69220,7 +68017,6 @@
{ "name": "expromo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fabianbeiner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "facchinaggio.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "facfox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fafa106.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fallenmoons.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fallin.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69265,7 +68061,6 @@
{ "name": "hingston.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hm5189.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "houhaoyi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "howson.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hpvtimmerwerken.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "html2gutenberg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hugonote.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69469,7 +68264,6 @@
{ "name": "tagtoys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tarfin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "taxi-edessas.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "techzjc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "televizeseznam.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "testvocacional.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "texasurodoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69591,7 +68385,6 @@
{ "name": "1sand0s.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "293921.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "3615jacky.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "5197a.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "5197aa.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "5197b.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69600,7 +68393,6 @@
{ "name": "5197cc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "5197d.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "5197dd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "5197dh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "5197e.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "5197ee.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "5197f.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69652,10 +68444,7 @@
{ "name": "8228d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "8230d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "842844.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "91d52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "91d58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "91d89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9297a.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9297aa.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9297b.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69818,11 +68607,9 @@
{ "name": "9721yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9721z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9721zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9728a.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9728aa.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9728b.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9728bb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9728c.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9728cc.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9728d.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69873,7 +68660,6 @@
{ "name": "9728yy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9728z.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9728zz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "9k886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "a30.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "a5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "a9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69904,7 +68690,6 @@
{ "name": "asfaleianet.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "attendanceondemand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "auvidos.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "awakenedmind.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "awesomenamegenerator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "b5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "b9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69915,7 +68700,6 @@
{ "name": "bb9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bb9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "beardboys.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "bernama.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bernbrucher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bernbrucher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "blideobames.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69926,7 +68710,6 @@
{ "name": "brandonlui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "brandweerbarboek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "briansemrau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "broerict.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bsaft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "business-creators.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "c5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -69957,7 +68740,6 @@
{ "name": "corruptsamurai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cyberfamily.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "d5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "d8872.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "d9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "d9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "d9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70172,7 +68954,6 @@
{ "name": "managedservicesraleighnc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "maorx.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "marinat2012.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "marsble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mazepa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "medcorfu.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "medicinasaludvida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70226,7 +69007,6 @@
{ "name": "o9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oasiristorantebagno.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "octavus.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "offtopic.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "okazoo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "olmik.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "omerefe.av.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70247,7 +69027,6 @@
{ "name": "paratlantalalkozas.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "partin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "passionate.org.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "pd2bans.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pentatec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "permisecole.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "persefonne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70343,7 +69122,6 @@
{ "name": "sicurled.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sidi-smotri.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "skulblaka.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "skyparlourfilms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "solarloon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sondebase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "spilnu.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70522,14 +69300,9 @@
{ "name": "z9721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "z9728.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zacco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zd1313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zebranolemagicien.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zhaotongjun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zl016.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zl7373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zl8849.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zl9292.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zl9696.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zz5197.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zz9297.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zz9397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70587,7 +69360,6 @@
{ "name": "9181187.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "9181189.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "99321365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "aaminntourtravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "abmackenzie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "academica.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "account4u.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70598,7 +69370,6 @@
{ "name": "adrian.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "affairefacile.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aguarani.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "akuseorangtraveler.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "alamowellnessalliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ambulari.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "apachezone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70661,7 +69432,6 @@
{ "name": "brooklynentdoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bsmn.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "buscasimple.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "businesscircle.com.my", "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 },
@@ -70694,7 +69464,6 @@
{ "name": "cristianrasch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "crux.camp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "csd-slovenije.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "curatedtaste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cureatr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cyclonebikes.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cyphar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70739,7 +69508,6 @@
{ "name": "fabservicos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "factorio.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "factoriotools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "farzli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fashioneditor.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "feministspectrum.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "findaffordablehousing.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70791,7 +69559,6 @@
{ "name": "invuite.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "isamay.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "isterfaslur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "isusemasa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "it-meneer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "itsburning.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "itsynergy.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70818,7 +69585,6 @@
{ "name": "jake.wales", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jake1.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jakewales.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "japansm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jbeta.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "johngmchenrymd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "juristique.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70826,16 +69592,11 @@
{ "name": "katalogkapsli.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kb8882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kb88dc23.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "keyyek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "khairul-zamri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "koboldmalade.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kotke.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kouponboket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kpopsource.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "krasnodar-pravoved.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ks080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ks191.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ks381.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ks628.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kulturmel.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kuwichitagastro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -70858,7 +69619,6 @@
{ "name": "lorenzocompeticion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lsiq.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "luckystorevn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mac101hq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "madsstorm.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "manicuradegel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "manicuradegel.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71253,7 +70013,6 @@
{ "name": "rejoice1009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rene-eizenhoefer.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rentsbg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "resepimok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "reuzenplaneten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "reviewu.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rexxworld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71325,7 +70084,6 @@
{ "name": "thsc.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "thscpac.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tmachinery.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "tojannah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tomjepp.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "towzone.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "traslocatore.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71421,10 +70179,6 @@
{ "name": "yellowparachute.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yoelelbaz.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "yr8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zd1717.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zd6565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zd8863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zd8869.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": "zl9889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "01918.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71458,11 +70212,9 @@
{ "name": "567666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "616f88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "618btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "618btt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "666365app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "666365ios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "666365iosapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729aa.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71497,8 +70249,6 @@
{ "name": "6729gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729h.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6729hb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6729hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729hh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729i.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71538,7 +70288,6 @@
{ "name": "6729s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729ss.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6729sx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729t.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729tt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71556,7 +70305,6 @@
{ "name": "6729x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729xx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6729xy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729y.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729yy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71564,58 +70312,38 @@
{ "name": "6729z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729zz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6729zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957a.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957aa.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957apk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957b.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957bb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957c.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957d.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957dd.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957dh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957dz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957ee.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957f.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957g.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957gg.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957h.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957hd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957hh.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957i.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957ii.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957ipa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957j.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957jj.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957k.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957kk.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957l.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957ll.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957m.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957mm.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71624,28 +70352,17 @@
{ "name": "6957nn.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957o.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957oo.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957p.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957qq.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957r.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957s.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957ss.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957sx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957t.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957tt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957u.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957uu.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957v.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957vv.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71653,23 +70370,17 @@
{ "name": "6957w.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957ww.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957x.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957xx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957xy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957y.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957yy.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957z.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "6957zz.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "6957zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "7ka.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "86btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "876666365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "8809d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "8826ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "8858ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "8868ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71702,14 +70413,11 @@
{ "name": "918btty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "918bttz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "918ca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "918caa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "918cch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "918ch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "918cr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "918cx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "918dc04.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "918dc16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "918dc20.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "918dp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "918ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "918ej.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71761,7 +70469,6 @@
{ "name": "aa6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aa6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aa6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "aa6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aaron-russell.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "aboutpublishers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ac-cosmetics.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71794,13 +70501,11 @@
{ "name": "barankababra.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bb6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bb6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "bb6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bc-reloaded.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "beachmarketing.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "beproduct.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bettaline.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bevhills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "bezmlska.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "biancapulizie.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bibliotherapie-existentiale.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bilibili.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71809,7 +70514,6 @@
{ "name": "boran.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bphostels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bruckmuehler-kanu-club.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "brunetderochebrune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bta00.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bta55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt-39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71820,7 +70524,6 @@
{ "name": "btt2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt2121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt213.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "btt217.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt219.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt225.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt256.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71828,7 +70531,6 @@
{ "name": "btt381g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt529g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt686.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "btt776.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt8.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt88818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71836,9 +70538,7 @@
{ "name": "btt8989a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt907.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt9090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "btt918.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt945g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "btt9797.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt9898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btta13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btta15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71863,7 +70563,6 @@
{ "name": "cc6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cc6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cc6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "cc6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "cendata.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "center-elite.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "centralconvergence.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71890,7 +70589,6 @@
{ "name": "datisstom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dd6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dd6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "dd6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "decal-times.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "declarationlocationmeublee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "delphia.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71925,7 +70623,6 @@
{ "name": "eastwind.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ecuatask.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ee6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ee6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "elevationtech.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "elitebike.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "elpaseadordeperros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71957,7 +70654,6 @@
{ "name": "fe-data.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ff6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ff6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ff6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "filecloud.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "files.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "fizjoterapia.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71976,7 +70672,6 @@
{ "name": "gg6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gg6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "gg6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "gg6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "globecollege.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "goehler-baumpflege.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "goprimal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -71994,7 +70689,6 @@
{ "name": "hh6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hh6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hh6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "hh6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hidroshoping.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "hoofdredacteuren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "horochx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72036,7 +70730,6 @@
{ "name": "jj6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jj6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jj6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "jj6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jobalicious.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "jobsindemedia.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "johnkraal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72055,11 +70748,9 @@
{ "name": "kk6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kk6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kk6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "kk6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kli.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ks0618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ks0776.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ks681.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "kupiewszystkieauta.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "l6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "l6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72077,7 +70768,6 @@
{ "name": "ll6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ll6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ll6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ll6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lock.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lockme.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "lockme.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72092,7 +70782,6 @@
{ "name": "madwarlock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "maesinox.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "magdeburg.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "maltarea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mariasbonitas.com", "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 },
@@ -72111,14 +70800,11 @@
{ "name": "mm6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mm6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mm6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mm6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mneti.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "modelemax.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "mononom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "monospazzole.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mouche.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "mrichard333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ms-a.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "myparisiankitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "n6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "n6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72138,7 +70824,6 @@
{ "name": "nn6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nn6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nn6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "nn6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nophelet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nousyukum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "nullxsec.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72153,7 +70838,6 @@
{ "name": "oo6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oo6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oo6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "oo6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "oo918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "orologeria.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "p1979.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72173,7 +70857,6 @@
{ "name": "poopthereitisla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "potsdam.directory", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pp6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "pp6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "praleria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "prepagosyescortforyou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "primos-tech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72188,7 +70871,6 @@
{ "name": "qq6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "qq6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "qq6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "qq6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "quic.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "r6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "r6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72232,7 +70914,6 @@
{ "name": "shibbydex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "siikaflix.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sjamaan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "sjp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "skolnilogin.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "skolniweby.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sldlcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72248,7 +70929,6 @@
{ "name": "sqdll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ss6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ss6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ss6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "sspanel.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "stariders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "starvizyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72289,7 +70969,6 @@
{ "name": "tt6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tt6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tt6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "tt6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tt918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tyree.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "u6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72300,7 +70979,6 @@
{ "name": "uu6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uu6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uu6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "uu6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ux-designers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "uxdesignerjobs.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "v6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72331,7 +71009,6 @@
{ "name": "ww6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ww6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ww6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ww6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "x6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xinbo190.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xinbo269.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72371,7 +71048,6 @@
{ "name": "xx6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xx6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xx6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "xx6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xy6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "xy6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "y6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72399,7 +71075,6 @@
{ "name": "zhenggangzhao.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zz6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zz6957.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zz6957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "0--1.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "14159.gb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "200201.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72443,8 +71118,6 @@
{ "name": "a1post.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "a6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "adamlee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "adversus-test.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "adversus-web-staging.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ag-2.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ag-3.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ag-33.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72490,7 +71163,6 @@
{ "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": "asngear.biz", "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 },
@@ -72500,7 +71172,6 @@
{ "name": "axom.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "backmitra.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "balafon.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "balkancrystals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "baroloboys.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bb6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bbc67.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72514,7 +71185,6 @@
{ "name": "bigbank.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bishoptx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "bongbabyhouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "boutique-giovanni.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "boxlink.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt1111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "btt1313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72600,7 +71270,6 @@
{ "name": "defibrillateur.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "delpark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "devops.pf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "die-partei.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dimo-analytics.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dimo-crm.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dimo-dematerialisation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72621,7 +71290,6 @@
{ "name": "dreamsxxl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "duchateaugyn.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "dunyahalleri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "duoyin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "e-mandataires.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "e-michiganinsurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "ebooknetworking.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72783,7 +71451,6 @@
{ "name": "payps.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "pensionecani.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "perfect-privacy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "phanmemcuocsong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "philia.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "phonefleet.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "phpmynewsletter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72808,7 +71475,6 @@
{ "name": "quintenbraakman.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rabotayes.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "radicalepil-haguenau.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "ragtimeinrandall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "raiffeisenleasing-kosovo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rambedjeans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "rayadventure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72857,7 +71523,6 @@
{ "name": "ss6729.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "starfixreparaciones.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "stemkit4kids.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "stephenschruhl.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "stokl.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "storzrealty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "suksesbisnisonline.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72881,7 +71546,6 @@
{ "name": "transferwiseturkiye.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "treeline.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "triozon.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "triplecrossfarm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "trophy-discount.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "trophy-solution.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "tukdesigns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
@@ -72913,10 +71577,11487 @@
{ "name": "zell-mbc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zenways.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zhujiceping.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
- { "name": "zixin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "znakcomstva.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zoso.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
{ "name": "zz6729.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "000btt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "015kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "016kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "026kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "055kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "056kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "058kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "066kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "068kb.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": "0760ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0763ks.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": "078kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "109k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "113k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "13-th.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "133ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "135416.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "159ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "160763.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1661618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "170376.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "170386.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "178kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "178ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "181k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "182ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "185k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "192569.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "210k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "213k8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "2isk.in", "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": "398kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "39w66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "508kb.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": "565kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "585kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "616btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "660887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66619991.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 },
+ { "name": "71787777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "76668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7666898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "76669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "787kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "806kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "819kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "856kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "869kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8801ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8859ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "885kb.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": "8885ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8886ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88kash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9108.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918aac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ayy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918dxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eej.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ia.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": "977kb.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": "985kb.com", "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 },
+ { "name": "abogadoperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abogadoscav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acceptancerecoverycenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "activephoto.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adrian2023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "advancedpestspecialists.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88086.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag978.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks133.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aglc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agworkers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aidmycomputer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aitrust.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allram.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "almisnedrm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "andicui.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "andicui.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "animebits.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antoniogatti.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "apotheke55.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "applegun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "appraf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "artsmarket.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "artyengine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asananutrition.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "axone-computers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "azlocalbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "backmitra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "backmitra.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baiyu.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baiyu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "banglets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bdupnews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "belgraver.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bin92.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bintach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bitcoin-wizards.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bitcoiner-or-shitcoiner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "black-cat-seo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blondesguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bransive.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brettpostin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "broadyexpress.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bsimyanmar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt0707.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt269g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt932g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "butterflycare.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bytheglass.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "campaignlake.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "canine-mobility.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carefulcolor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carloshmoreira.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cartaodigi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cashflowstrategist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casino-cash-flow.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "celiac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "centricagency.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chrisx.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clearspringhealthcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cnymenshealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cododigital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "comeyegroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "comicsans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "contabilidadebrooklin.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "contactaffix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "correctemails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coteetciel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "creatic.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crebita.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crmenrich.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cryptonx.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "csy.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d888818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dachbleche24-shop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "data-captive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "databasez.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dddmelbourne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "detrapdoor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "devrim.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "diariodearaxa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "disinfestatore.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "displaysfas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "diver-equipment.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doctorperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domjh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "donnabrothers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dsi7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dt688.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "duama.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dzu.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e-emploi.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eaststudios.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "easyrents.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eckstein.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "edmm.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "educaestado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eine-andere-welt.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "emailtemporal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "emcentrix-com-site-mvc.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "emotionalmente.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "encryptlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "energybank.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "esalesclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "escobarservice7000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "estadoreclamos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "esthe-zukan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eve-online-com.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eventim-business.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eventim-business.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ewar.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "facadeforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "facchinaggio.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "factoriotools.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "factoriotools.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "failforward.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ferprobolivia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ff763.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ff769.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ff916.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ff967.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ffdhw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "filehippo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "firc.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fisioterapista.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fpsv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "francisdelreal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fresh4.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fro.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "funcabinrentals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fundamentt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "galganoboutique.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gass-transformatoren.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gemstn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "genioideal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gggggg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "giaoxudongtri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "glexia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gobiz.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goldenhostmyanmar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gordyf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "habbstars.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hallaminternet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hanyingw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hashtagswimwear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hdwalldownloads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "he.kg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "healthyhomesofmichigan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "heijmans.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "henlich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hepla.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ho18.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ho518.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ho68.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ho918.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hubitt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "huotuyouxi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hv-huset.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hvt.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "i-fastnet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iceandfiremechanical.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "idealize.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ilc666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ime-a-tolerancia-eredmenye.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "imedia.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "imediamyanmar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "imediasingapore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "immivest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inboxceo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "industinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inewroom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "instantdomainsearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "investforum.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "italiataxi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "itaporanga.se.gov.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "itmx.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "izs8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "japanese-cuisine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jecurranpc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jobit.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "joeldbolivarc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "johnsongenealogy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "judaicaganeden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jumpbuttonnorth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "juszczak.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jvdz.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8002.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k80039.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8037.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8039.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8063.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8071.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8075.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8082.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8106.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "k8421.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8437.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8463.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8487.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8524.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k86681.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k86788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8694.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k86965.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k86988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "k89188.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 },
+ { "name": "k8md01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k8md12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8839.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8844.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8857.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8864.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8875.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8897.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kebhanamyanmar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kf-59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kf0000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kf388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kf588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kf6464.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kf6868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kff7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kidneydonation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kodikom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "koreanrandom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kr.cm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0098.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0550.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0577.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0599.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0858.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks098.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks15.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks16.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks16.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks1608.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks161.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks18.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks200.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks2000.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks28.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks28.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks32.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks36.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks55.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks58.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks66.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6602.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6605.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6607.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6609.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6612.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6615.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6617.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6619.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6620.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6621.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6623.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6625.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6627.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6628.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6629.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6630.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6631.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6635.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6638.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6650.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6652.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6653.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6659.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6670.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6671.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks68.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6860.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks81.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks86.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks86.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks888.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks89.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks958.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks98.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ladakhtrip.tours", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lasterhub.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc1588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc1818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc389.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc460.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc5998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc68694.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc68699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8841.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8893.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8dc12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8dc14.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8dc17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8guidance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8md03.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc8md30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc98.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc9852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lc9910.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lecheng.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lecheng08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lecheng88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ledspadova.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "libertas.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lifestorage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "lonny.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "looptics.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lord.city", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "loveweddingphotosandfilm.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lucidlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lysbed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "magnumwallet.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailbro.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maximind.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mayper.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "md19lc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "md21lc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "md24lc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "md33lc8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "medicoleads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mein-einszueins.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mercedes-benz-kiev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "miguelkertsman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mikaeljansson.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mipnet.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "missivystorm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mklenterprises.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mklenterprisesacademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mklenterprisescoaching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mmpaymentsystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "momobako.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moosmaus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "motorzone.od.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "movementdanceacademy.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mrsiding.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mueblesemporium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mypromoshop.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nationalcashoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "navaneethnagesh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nerdinator.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netsoj.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nicaise.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nikitin.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nnkkserver02.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "noop.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "notablepeeps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "o98.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "okmyanmartravels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ommcitalflex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "onetwosweetatelier.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orchardnh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orembaeviajes.tur.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "overmark.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p-mint.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paal.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pakaranggrek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "parleur.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pawnkingloansmore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "peaceandjava.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pekinet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "philiperiksson.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "phonedoc.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "playstationtrophies.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "poke.blue", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "porondam.lk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "positiveaffirmationscenter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pranita-schals.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pranita.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pranita.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pre-renewal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "premiereco.com.sg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "princezna.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prodatalabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "psicanalista.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pterodactyl.org.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pya.org.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qed.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qq6177.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qq6177.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qualbe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "quizz.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rattattees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rcra-uganda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "refjob.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rheijmans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "richieheijmans.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "richieheijmans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "richieheijmans.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "root.vg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rubylabs.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sajter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sanyasingh.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saobancrafts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sarae.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schack.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sensorville.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "serpic.photo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "serviceinconstanta.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sharpe.systems", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shiftsixth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sofiaestado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "somp-rp.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sonderkomission.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "soptq.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sorx.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sounavholidays.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sploch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spokesly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ssrjiedian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "t7ys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tapety-na-pulpit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tdyx-china.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "techdatapark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "the-alan-parsons-project.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theoriginalmarkz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thevirtualbookkeepers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tintoria.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tohofc.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tomasmoberg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "torresshop.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tqm1.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "treehole.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trevo-lotofacil.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "unicode.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "universidadperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "update-linthdcp-567app1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "upplay.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vahoshop.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viralify.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "visitorslist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "visualproyectos.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vonkuenheim.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w3punkt.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66161.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6619.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6648.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66938.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6969.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wasgigant.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "watchmetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wattnow.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wb6668.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "we5688.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "we6668.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "we9988.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webcaptive.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webhostingspace.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "werd.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wheretogomyanmar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "win365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xboxachievements.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--90adahrqfmec.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--e1aaavheew.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--e1aaavheewr.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--e1adlfhcdo7h.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--j1aoca.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yuzurisa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl9814.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlogic.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "010777a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "010kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "010ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "143918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2030411.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3040519.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5060711.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5060715.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "55d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "58d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71787z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "77177.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7sdre.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "809kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8208d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8812ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8818ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8819ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8890ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8892ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bbt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bby.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "98d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aartsplastics.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acg.vc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ae86nb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aghayeva-edler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "airlock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "akinix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alexandreguarita.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alfacharlie.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "aloralabs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alteraro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alteraro.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "altonkey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amusa.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antincendio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "appizia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asart.bg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "australianstrongmanalliance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "axin888.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ayvalikgezgini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baeckerei-wohlgemuth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bank-tour.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "barca-movie.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "becquerelgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestsingingbowls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blogkuliah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "boren.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt0707a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bttt111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buybutton.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buycccam.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casinorobots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cbr-rcb.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "certificato-prevenzione-incendi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chaboisseau.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chattingorcheating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "checalaweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chenx221.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chenx221.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chenx2210.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chrystus.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chun.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clare3dx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "claudiney.eti.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cmshangu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cnbibo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cnss.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "col-head.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "commonsenseamericanpolitics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "consertodecelulares.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "correctlydesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cosmohit.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "costarellos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coveredinspiders.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crosswords123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cryptoclix.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cyberme.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cyberpathogen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cyllos.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d1ownqs4tcx37f.cloudfront.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8787.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d881.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8811.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8816.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d886.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8864.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d887vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8886.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "davidgreig.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dbplanview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dealdump.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "definitions360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "degradarium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deluxecccam.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dennishzg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "derco.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "digihoc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "districtcapital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dockstarter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dor-tak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dor-tak.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "downunderporn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dr-royaghafourifard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dranous.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dreamstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "duggtec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "earn99.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ecpic.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "egold-keeper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ekimma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ellatotal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elri.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eon.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eradoom.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ero-video.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "estetici.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "esyoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "farm-vacations.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fern.health", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fff-du.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ffmv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fheuschen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fjco.alsace", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "flonharmonymassage.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "flowinity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fortygordy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fraplaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "frasestop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "frosty.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fulibyg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "funyirotraktor.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fuvi-clan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "getonyx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "glammybabes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goaskrose.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gopayz.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gopnikman.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gordy.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gordyforty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gpcp.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gpna.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grantpark.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "guancha.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gulcinulutuna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "haehnel.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hawaiiwho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "healthfitapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "heinrich-kleyer-schule.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hereticle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "herrschaftlich-durch-dresden.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hks-ffm.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hotvideosgalleries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hudognik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hunngard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "husqvarnamoped.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hvgg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ibidyoupeace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "idirect.com.ng", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ihre-pflege-sachsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "immortec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inditoot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infradeep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inmag.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "integritet.com.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "intensivpflege-sachsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ips-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 },
+ { "name": "istdas.lol", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "itemorder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ja-no-me.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jaja.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "janome.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "javaweb.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jcsdevelopment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jellysquid.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jenniferlucia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jordanhamilton.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "julia-thonig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jupuglia.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaffeeringe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaseban.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kashbet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb9988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kbet168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kensyou.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kill.trade", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kleyer.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "klumba.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kommx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kriptoworld.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks058.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks081.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks086.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6658.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6665.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks680.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8802.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8825.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8831.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks902.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks912.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks921.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kvestiks.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "le-upfitter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "learncrypto.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lewdlist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lewismcyoutube.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lichform.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "listsothebysrealtyhk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lodus.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long510.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8039.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lovingbody.yoga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ltheinrich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mangowave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mansarda-life.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marex.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "martian.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "matchpointusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mattadams.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mediation-mv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "merza.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "method.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mfsquad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mickgrimesgamingpodcast.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "model.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "modul8infinity.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mondonet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mousemade.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mrsheep.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "muratatifsayar.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "murmashi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n3ro.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n3ro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nahouw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nasladko.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "naslovi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ncascade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nednex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "networkmas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newdirectionsolar.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nobleandlore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nodebb-cn.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nolte-imp.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nooben.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "noticiasymas.cl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "noustramits.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "numeritelefonici.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oncotarget.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "onsudoku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "onzerelaties.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "opbedbugcanines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "openai.community", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "operationsafeescape.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "optimo.com.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ordermygear.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "osterlensyd.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pandiora.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pay.mg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pcr24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pixelabs.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "planet.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "popitsnack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "proctorauth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "programyburian.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "proj3ct.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "projectobs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "puntasiho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "raistrick.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reviewcenter.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rfxt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rheijmans.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "richie.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rthsoftware.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ru-e-business.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "russianrandom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "russianrandom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saludnutrivida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "salzerperu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "samuelebencini.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sanctumwealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "santanderibc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sasquatt.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "savebees.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schneckenhilfe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scolasti.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sen.bo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sevengang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "signmycode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "singer.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smaltimento.salerno.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smartpatika.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smartvita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smilesondemand.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smtvonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "snapintegrations.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "softwaresen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spstaticfiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "startle.studio", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "studyportal.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "swdiscount.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "syogainenkin119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taichichuanyang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tanshin.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tappezziere.milano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "techmunchies.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "technotronikcanada.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tentacletank.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "terudon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "texier.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thaimega.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thenewclassics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thooka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tomthorogood.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tomthorogood.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "toparkinfo.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tourdatenarchiv.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tranvia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unclebens-specials.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "universovalve.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "upmon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uze-mobility.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "vademekum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "valuecashhomes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "valuecashoffers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "verified.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vipd88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vladimir-chanaev.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wanlieyan.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "waroengkopigazebo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wav.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webtrek.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wellcareliving.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "westernparts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wheredoi.click", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wieloswiat.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wikijugos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wikiversus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wittywomaniyaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wot-zadrot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wotzadrot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wyckoff.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wyckoff.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--bckerei-wohlgemuth-ltb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xtremealaskainsulation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "youngvoicesmatter.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8193.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zaadnet.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zombie-40th.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ztk.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "010888a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "135374.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "17187q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "177ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1ag777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1ag88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1ticks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "233hub.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "233hub.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "23lhb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "291.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "501117.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7893.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7894.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7l00p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "82ag88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "89386.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "89386a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "89386b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "89386c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "89386d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "89386e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8ag88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9ag88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acatec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acquaparrucchieri.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acquire.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adidasrunningpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adpkdsim.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adventureworldtour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aeksistem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aetherlink.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "afterpay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag0101g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag0202a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag0707a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag1515a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag1588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag2020a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag3131a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag3232g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag4141a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag4848g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag4949g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag5688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag6005.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag6016.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag6033.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag6037.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag6072.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag6086.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag6211.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag6215.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag6225.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag6306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag698.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag700.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag80808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag80880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag855.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag87777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88-guide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88028.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88056.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88068.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88081.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88089.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88094.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88098.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88110.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88158.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88220.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88309.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88550.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag8876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88799.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag8890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88906.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag8891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88dc22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag89000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agaa41.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aglh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agm2525.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agm8383.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agvip168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agvip88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agvip8800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agwin7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agyacht.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ai-media.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aj-foster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aktca.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alchemy.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allcarespecialty.pharmacy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allied.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alpharail.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amsfoodhk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anora.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "approval-workflow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "apt-one.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "archina.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aresanel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "as5158.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asaabforever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "atheist-faq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "autospurgo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "axiodl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ba47.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bakersfieldhomeoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "becomeabricklayer.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beizsley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beizsoft.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beizsoft.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "benjaminmarket.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bettyweber.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "big-tits-video.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blackstrapsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blaumedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blenderman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blogdefarmacia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "botnam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bouwplaatscheckin.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "briangosnell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brianpagan.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buddy-development-rabodirectconnect-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buddytop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buggmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buggshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "byraje.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "caetanoflotas.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cafedelahalle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carbonating.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casino-cash-flow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casino-cash-flow.com.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casino-cash-flow.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casino-cash-flow.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casinocash-flow.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casinocashflow.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casinocashflow.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casinocashflow.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cdireland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "centumail.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chataberan.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chaturbate.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cheapautoinsuranceblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chicguay.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cifapme.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clinicaltrialpodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cloudclouds.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "colombiajeans.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "connexfilter.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "contact.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "copticexchange.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "corriel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "creationsgate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "creermonsite-wp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crossroads-gmbh.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cuatroymedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cumnock.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cybersecurity.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "danbergen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dccwiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "defensivefirearmsinstruction.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dennisforbes.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "diarionoticia.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "diretashop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dnsmate.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "donaldjenkins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dorfpark-falkenburg.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doublelist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dreatho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "drogavista.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "droperplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dsgvo-analyse.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dziaduch.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ebteam.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ecalculator.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "edcaptain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eet.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eikentafels.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eisblau.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elldus.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "emrullahsahin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "enodais.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "espaciosdelalma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eve-ua.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "evearly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "everglow.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "expromo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "extrawdw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "fernland.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fhservices.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "flywus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "frozendurian.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fundkyapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "funmountaincanyon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gaganenterprises.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gambling-business.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "getcheapinsurancenow.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "glamur-video.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "godan.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goldlevelmarketing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goldlevelprint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goparity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goswak.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "graviola.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gunlukburc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gutscheinemagic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "guzdek.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gynem.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hannes.paris", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hellosalmon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "highpressuretech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "holtackersleather.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "horsky.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "housemates.uk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "humanit.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "humaniza.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hwxvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyncice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ilemonrain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infosexual.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ingwaz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "internetstiftelsen.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inwebo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ip6.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iperconnessi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ironfittings.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "irrigadorbucal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "itsuki.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ivanaleksandrov.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j-l.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j1879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jean-luc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jezeravillage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jezibaba.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jmsjms.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "joustsec.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "joustsec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "joustsecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jouwtechnischecoach.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "joyinverse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jpprivatehiretaxis.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jugwallonie.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "justmysocks.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jwr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k-sails.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kawaiicon.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb0283.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb1717.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb2929.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb3636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb7272.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb7373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb848.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb9292.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb9797.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kbcso.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kiokoman.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kk575757.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "konfekcjonowanie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "koreanrandom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks3636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks5808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kusadasiforum.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "labworks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lamujerquesoy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lelux.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "leminhduong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lenafonster.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lesbi-porno-video.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilomatrixcorner.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "linux.pizza", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "little-bird-bayreuth.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lnhydy.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lnrsoft.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "logiccircle.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "loginmailpage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "londontaxipr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "luctam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lueersen.homedns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "luu.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lxx77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "m23cal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "magestionfinanciere.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "magic-photo-events.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maiscelular.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mamaisondefamille.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mamasorganizedchaos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "manelli.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mangabank.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mantuo.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mastermindcesar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "media-soft-pro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mediamaklumat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mega1.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "menh.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mifarmaciaenbarcelona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "miyatakaikei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mohot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mohot.fit", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "monitorbox.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "montrealcatadoptions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "movilcelular.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mr-bills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "msafiri.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "my-news-portal.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myhealthyday.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mynewsspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "neighborshop.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nekomio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newgraphics.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nextstart-staging.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nextstart.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nicht-blau.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "noinghene.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "nvlocalbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "odensc.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "odysea.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "offerhome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ohioflockcote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oic-ci.gc.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "omega-gaming.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "omexcables.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "open.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orbitcleaning.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ouac.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ovejabohemia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "overframe.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pagecdn.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paintersgc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pandit.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pangoly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "pborn.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pcatv.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "peertube.uno", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "peniarth.cymru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "perfumestudio.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "philippestudiopro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "phone888.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "phonemore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "photo-castings.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "photolessya.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pirateproxy.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "piucellulare.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "planetofwoman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "planetofwomen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plu-pro.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plusmobile.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pointclickcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pokeli.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "porkyx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "porno-stars-video.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "posbich.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "potature.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pravaha-elixirs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "presidentialserviceawards.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "privorot-taro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qnickx.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "redpatronus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rodrigoacevedo.com.uy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roh.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roi.ovh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rotring.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rphyncice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "russia.wtf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "s-u.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sacaleches.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sagagardencentre.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sampatjewelers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schermkapot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "searchforbeer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seats2meet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "selfiehome.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "serviciodebarralibreparaeventos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sewing-world.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sharingphotos.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shelvacu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sice-si.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sikademy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skolni-system.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smartplace.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "southernlights.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "speedyjanes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "srb.help", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "srx.sx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stuartbell.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "sys-tm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tadamstudio.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "talis-bs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taxi-uslu.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taxichic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "technology.cx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "techzjc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "teen-porno-video.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "teleport.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "test-allegrodev.pantheonsite.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tetsai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thehopefuture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theleap.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thenexteducation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theodeboer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theperry.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theycallmefox.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thingsandcode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thomaspluschris.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "threatmonitor.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tiendasmart.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tinyppt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tncentro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tolmaidis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tomkempers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "trianglebruins.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trutopoffer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "twin-tails.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tytod.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ubytovanihyncice.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ukari.hokkaido.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unblocked.lc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "up2mark.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uyen.party", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "veganrecipereviews.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "venditorepoa.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "venetkaarsenovart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vigorspa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vinktwebdesign.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vkwebsite.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vontainment.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "voshod.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wearetuzag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webdesigngc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wemakeit.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wincasinosmoney.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wongu.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "www63605.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wwwindows.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wzxaini9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapeal.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ystream.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yuzzamatuzz.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zeckenhilfe.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0-24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0-24.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "067310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "067313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "067360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "067361.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "070136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "070167.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "070183.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "077810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "077863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08817z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "24onlinereview.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "35898f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "44-k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "513x.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "activefootandankle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adeon.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aesthetikpiercing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ahj.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aiat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "airy.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alkusin.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amigucrochet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amirasyraf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anarkhe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "animehf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "apuyou.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ariyaoil.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arizana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "assaabloygaragedoors.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asyikbelanja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "augehost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aurbrowser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "austinchase.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "avi12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "axa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b-tree.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "banfor.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "banguilacoquette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "barbe-n-blues.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "basebyte.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bbcomcdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestcarscyprus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestproductsaudit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bfas237blog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bhyn.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blackrose-garden.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blijfbij.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blijfbij.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blomberg.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bluestarroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bohan.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "boresmail.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bpvr.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "breezeairportparking.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buddy-acceptance-authentication-frontend.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buddy-acceptance-backoffice-frontend.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buddy-acceptance-web-frontend.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buddy-development-backoffice-webapp.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bundito.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buttgun-tattoo.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "butz.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bvsa.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "c-3.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "calibra.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cannabislegality.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "capitaoalden.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carontetouristisoleminori.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cga.best", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "charlenew.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chaturbates.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ciudadanosbo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cliqz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "comparemymobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "confrerie-rp.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "cultureshift.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cumnock.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cyberweightloss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d3dev.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dadycandoit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dandia.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "datatruckers.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "datatruckers.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "decipe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deepblue-web.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deltav.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "diegogonzalez.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dolcesalatoweb.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doubleglazingmasters.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doyleshamrock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dphipartner.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dposit.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dposit.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dposit.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dposit.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dposit.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dr.mg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "drakoacademy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dranktoomuchlastnight.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "drivetonortheast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dtbw.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dtbw.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dtbw.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dtmbx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dtmbx.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dtmbx.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dtmbx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dtmbx.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dtmbx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eddy.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "educativetech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "edwardsgrounds.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "edyou.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elitebasementsohio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ender.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "enter.eco", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ergonova.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "erodvd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "est-keyman.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "etaxigraz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eternalparking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eternalparking.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eternalparking.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eternalparking.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eth1.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "exeye.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f00f.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f5la.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fenixportal.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "festivaldimouamaroussiou.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fieggen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fieggen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "fmm-creative.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forsaleinedmonton.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fossdaily.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freelancemw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "friseur-foerder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fsavc.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fundingrainbows.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fyroeo.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gatewayclub.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gb-repair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gesunddurchenergie.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gipelpsb.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gisauto.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "go2people-websites.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "golden-kamuy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "googlerecetas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gopostore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gourgouli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gymnastikfitness.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hackintosh.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "howtutu.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "howtutu.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "howtutu.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "howtutu.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "howtutu.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "howtutu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "httpstest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "httpstest.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "httpstest.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "httpswatch.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "httpswatch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "iedcommunications.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iexpert99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ig.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iitowns.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iloveherb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "immedia.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inclusion.tn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "incosi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indasun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "individualizedwellness.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inf0sec.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infobot.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infobot.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infobot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infra-se.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "innovomuebles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ipcyb.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 },
+ { "name": "jaylineko.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jjjj003.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jobs.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jpm-inc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "js0204.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kadro.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaitori-goods.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kanootours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "karo.pc.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "karopc.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "karopc.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kativa.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb3939.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kcire.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kennethandersen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "khohangmadeinvietnam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kiomara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kirklandtriallawyer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kleinhelena.dynv6.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kmnsk.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kotonozaka.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "labavn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "labibikids.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "landassessmentservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lassovideos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "law-iku.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lazerengravingpros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "learncrypto.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "learncrypto.show", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lenovovietnam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lesgitesdefranca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lightning-wallet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai6616.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "line.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "little-brother.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "losingweight.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "louremedi.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lucasdamasceno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lucentioluo.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lyax.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "machine.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "makermiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "makermiles.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "makermiles.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maritimeseafoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "masha.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "masterton.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mawrex.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "megh.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "megh.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meow.plus", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meralda.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meralda.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meralda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meraldamulder.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meraldamulder.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meraldamulder.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meraldamulder.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meys.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mikecameronyyc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "missfuli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mladamoda.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mondzorgaanzee.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moow.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moowcraft.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moowdesign.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "murmashi.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myexams.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mylifeinsurancechoices.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myplaystation.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nanshy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "natcheflife.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "naturalbijou.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "navroopsahdev.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nerofox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netdiode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netdiode.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netdiode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netdiode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nethui.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "networkdiode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "networkdiode.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "networkdiode.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "networkdiode.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newhamyoungbloods.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newlifehempoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsdiff.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsdiff.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsdiffs.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nfltshirt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ngmx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ngmx.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ngmx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nickserv.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nickserve.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nickserve.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nickserve.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nickserve.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "niyen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "niyen.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "niyen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "niyen.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "orebolt.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orged.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ostechnix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "otoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oxygenit.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pactandoconlamoda.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "panoramichq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "patriciaandpaul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "patrikzk.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pcprkolo.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pentechealth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "phive.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "physiobiggerawaters.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "physiobroadbeach.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "picka.gift", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pinheirofrio.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pipeuro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pkdhungthinh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plaintextpledge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plasticstare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plexbpvr.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pozitive.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "poznajrynek.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "premierrange.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prestigesoundandlight.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "products88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "productsblockbuster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "productsbrandleader.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "productscastle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "productsmansion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "projectionpictures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "proteh.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "psychopersonnalite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "q8igh228tq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "que-debo-regalar.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "queenmargaret.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "quentinaurat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "quichante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "quickbookssupportphonenumber.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "quitsmoking.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qybot.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "rednumberone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reroboto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reroboto.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reroboto.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reroboto.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "resqdesk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "resumeshoppe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "retro-game.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reviveplumbingmelbourne.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roalogic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rosalindgreenllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rosecrance.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "royalkitchensandfurniture.co.ug", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rrbt.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rrbt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rsec.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "safetynetwork.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sagenesykkel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sainikbiswas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "salesblackbelt.coach", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saluddecalidad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sam-cousins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sampleappservice.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sduconnect.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sellmymobile.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sender.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "simplycateringequipment.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sindarina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sindarina.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sindarina.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "slow.social", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "slowsocial.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "slowsocial.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "slowsocial.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "slowsocial.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "socialsecurityhelpcenters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "softwaregeek.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "soniadoras.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sony-psvita.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sparkar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sparklesdelivery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sphardy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "srsforward.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "srsfwd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "srsfwd.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "srsfwd.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "srsfwd.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "srsfwd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "startachim.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "statusboard.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "staycurrent.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "staycurrent.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stb-timmler.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stealthmodel.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "steelpoint.com.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sterlingleads.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stmosesbookstore.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "streamspouredout.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sumatphoto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "swj.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "szurgot.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "technistan.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "telford.codes", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "terabyte-computing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "terminalhrd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tested.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "testmx.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "testmx.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "testmx.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tetr.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "textonly.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thailandlongtime.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thaqfni.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theapplewiki.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thedinnerdetective.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thepillclub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thermalflowtech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "therworth.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "therworth.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "therworth.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "therworth.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thesecurityvault.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thirtysixseventy.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tinlook.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tobias-bauer.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tobias-bauer.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tobias-bauer.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tomashouzvicka.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tomashouzvicka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "topcarehvac.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "topproductidea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "topproductsanalysis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trance.im", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trancehost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trancetronic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trilon.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "troyhuntstress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trufflepig-forensics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trustnet.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tubepro.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tuingresoonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ubstudygroups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ubstudygroups.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uglycat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uglycat.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uglycat.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uglycat.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unadonna.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unityvox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "upbeatrobot.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "upbeatrobot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "upbeatrobot.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "upbeatrobot.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "urantiabookstudygroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "urantiabookstudygroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "urantiabookstudygroups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "urantiabookstudygroups.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "urantiastudygroup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "urantiastudygroups.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "urantiastudygroups.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "urcentral.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vbestproduct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vbestseller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "velvetia.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "videot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "videozv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vmconnected.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "voodoocomedy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vreviewbestseller.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vtbs.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vthebest9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vuasinhly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w-architectes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wanekat.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webcaptive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webtex.limited", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "whta.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wirekeep.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wit.ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "workplace.tools", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wpcdn.bid", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wsbhvac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xinqinhai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--80aihgal0apt.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--ikketenkpdet-1cb.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--j8se.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xwf.fyi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yh12366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yomi.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "your28days.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yumiandryan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yunhu365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yuzulia.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": "zl2020.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0011d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0013d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0014d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0015d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0020d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "002d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "003d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "004d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "005d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "007d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "00d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "022kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "02d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "03d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "03d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "04d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "05d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "06d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "06d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "07d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "07d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "09am8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "09d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "09d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0d111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "100up.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "100up.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020307.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020309.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020320.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120307.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120308.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120309.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120315.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120324.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120340.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120342.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120347.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120348.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220304.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220307.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220308.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220309.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220320.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220329.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220340.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220342.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220347.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220348.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "127ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "132kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "136ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "151ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520304.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520320.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520324.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520329.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520340.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520342.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520347.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520348.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "153z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "156ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620304.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620307.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620308.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620309.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620315.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620320.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620324.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620329.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620340.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620342.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1661618.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720304.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720307.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720308.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720309.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720312.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720315.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720324.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720329.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720340.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720342.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720347.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720348.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "175ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820304.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820307.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820308.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820309.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820315.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820320.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820324.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820326.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820329.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820340.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820342.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "182kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "182ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "182zlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "185zlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "187kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "188zlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1920301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1920302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1920303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1920304.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1920305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2030404.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "222zlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3040507.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3040508.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3040517.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "333zlong.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": "365d88.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": "4050601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4050607.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4050620.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "432web.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "456zlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "46d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "46d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "47d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "47d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "48d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "518zlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "555zlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "588e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "58w66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "618btt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "61d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "62222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "64d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "64d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "666zlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "70872.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "70d88.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "74d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7minutemiles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8001d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8002d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8006d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8006d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8007d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8008d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8010d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8011d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8012d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8013d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8015d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8016d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8017d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8019d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8021d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8022d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8027d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8030d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8038d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8039d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8050d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8051d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8053d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8059d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8060d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8071d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8071d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8072d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8077d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8078d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8092d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8100d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8102d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8109d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8116d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8121d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8153d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8170d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8173d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8197d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8198d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8200d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8202d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8216d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8217d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8222d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8223d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8226d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8227d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8229d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8229d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8230d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8802ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8805ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8809ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8830ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "886666z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918aah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918aaj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ahh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918awx.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bio.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918caa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ccb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ccy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918db.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918dc20.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ddk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918dgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918dzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ess.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ffk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918hs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918hzoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918og.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918pn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918rh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918tx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ug.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918vk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918vs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918wv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918za.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91milk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "999zlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k287.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k295.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k586.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k587.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k589.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a2os.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acapadena.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "accadia.academy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acilicraft.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aftonpravdan.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag173168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag2983.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag775.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag81826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag81867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag9999.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agefriendlyri.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agencia.barcelona", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agencia.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agencia.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ajfite.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alberoraydolap.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "almanssur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aluminium-express.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alwayswanderlust.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amerion.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amtsinfo.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "andrewjphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "animekaizoku.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anxietyspecialistsofatlanta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anythinggraphic.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aptekakolska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arco.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arkitextonico.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "artera.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "artifact.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asgrd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asoagroca.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "athens-limousines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "autocadperfmon.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aviasalon.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b886666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bandeiraimoveisitu.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bankapp.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bazqux.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beambdi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bendostore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bernama.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blueeyedmaid.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bluetomatographics.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blumando.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bodybuilding.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bodycaredirect.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bolalocobrews.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bolamarela.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bolamarela.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "boughariosbros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "boxtreeclinic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bread.red", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brickadia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btopc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt043g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt192.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt217.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt285.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt289.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt6262a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt776.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt8383a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt918.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt9292a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt9595.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt99.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btta18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buysoft.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "byfeldt.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "c886666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cadastroloteamento.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "calendriergn.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "careerdirectionsltd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ccuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cheapsharedhost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cheapsharedhost.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chicourologist.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "childrensfurniture.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chrisseoguy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "claimflights.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "claimflights.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "claimflights.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "claimflights.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "claimflights.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "claimflights.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cleary.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clinicamiracueto.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cloud-screen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "codedynasty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cointosh.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "comedimagrire.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "computerguardians.com.au", "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": "d8812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8812.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8813.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8815.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8817.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d881vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d882vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d883vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d884vip.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": "d8852.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8853.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8856.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8857.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d885vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8860.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": "d8861.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d886119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8863.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8865.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d886vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8870.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8873.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8876.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8879.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d888508.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88870.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88880.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": "d88886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88896.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d888vip.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": "d8891.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8892.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8893.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8897.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d889vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc03.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc04.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc09.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc14.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc25.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88girls.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md02.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": "d88md05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md09.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md14.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md20.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md23.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md25.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88promo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88zl.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "daidr.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "danel.ski", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "danelska.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "danelski.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "datasafeassurance.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "datatypes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd112d.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": "dd11d.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd201d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd202d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd203d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd204d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd205d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd207d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd208d.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": "dd210d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd212d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd214d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd215d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd22d.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd33d.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd44d.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd55d.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd66d.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd77d.net", "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 },
+ { "name": "dg68.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "digpath.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "distributore.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "djcatholic.or.kr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doesinfotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "donghochinhhang.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragontours.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dsreal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dzu.fund", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e901.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eastwesttmc.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "easy-prono.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "easynm.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "easypaymentnow.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eboardsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ecmatching.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eiadaladel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elranchofeliz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "enigmadjradio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eos-utvalget.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ermessecurity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "expatfinancial.com.hk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f886666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fayntic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fb.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fgsv-heureka.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "filedesc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fireflyiii.spdns.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "firerain.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "firmajulegaver.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fite.family", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "funkydealz.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gardensquaredental.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gay-personal-ads.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "georgiadance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "getacrane.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gku-winterling.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "golnet.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "growth-rocket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gunshyassassin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "guzlewski.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hbweb.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "heijmans.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "helpkoil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hhfgaming.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hokenselect.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hp-67.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hsjccconference.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "htb.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "htbplc.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hua-chuan.com.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hua-chuan.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "icasebr.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iflyi.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ikisser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ilovestickers.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "innvision.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "innvisiondesign.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ionplesalexandru.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ipschool.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ipsecurelink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ireaco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "israelil-leumi.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "israelil-leumidev.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "issoexiste.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "itdutchie.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jaculus.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "japansm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jehelpdesk.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jeps.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jeroendev.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jigsawplanet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "josegdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k886666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kanis.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "karimunsejahtera.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kartikmohta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kashbet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb4393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb882.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc04.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "kisser.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "klupper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "korob-ok.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kreyolgym.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks-29.com", "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": "ks068.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": "ks162.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks181.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks202.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks204.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks382.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": "ks5888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks608.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8787.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8809.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8829.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": "ks8832.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8859.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8860.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": "ks901.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks907.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks920.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": "ksvip15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kuscheln.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "larpkalender.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "larryandprisca.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lebanonbitcoin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lichtletters-huren.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai2222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai5566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai838.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "linosky.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "littles.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lkw-servis.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ll8807.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "llyq8866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "llyq9988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lofstad.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "loheprobado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long-8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long139.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long18.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long226.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long266.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long510.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long566.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long68.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8085.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8097.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "loteamentoabertocapivari.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ludovic-frank.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lx-blog.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "macangus-wainwright.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "manawithtea.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": "marsble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maxmuen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mcstaralliance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mcwrapper.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mdconnect.asia", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mens-health.com.my", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meodihoang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mercelo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mhcdesignstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "micluz.shop", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "microjovem.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "midwayrecovery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "midyatsaklibahce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mieresabadus.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mikerichards.gallery", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mikerichards.photos", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mikerichards.pictures", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mikerichardsphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mmbhof.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moenew.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "monsitemoncommerce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moorelawfirmaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "motornaolja.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mrnathanpowell.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mysasiedzi.bialystok.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myunicornshops.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n886666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nclf.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "negativeentropy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "negocios-imatore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newworldnewlife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nguyenminhhung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nhv-vintagelemans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "noites.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "notariuszprzybylowicz.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "notariuszsych.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "novogradnje.si", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "noys.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nvfoundation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nyerjakekszekkel.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "omie.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "on-the-wave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "onecloud.lt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "optizym.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orangecat.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orvitdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "outstandingpromotion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pasarkoin.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paulmarc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pcgho.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pedago.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pediatersucha.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "performio.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "peridotcapitalpartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "perini.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pesdacgh.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "petnow.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "petrovich.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "philanima.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "phongthuyanthinh.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "photosaloncontest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pignus.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "podsvojostreho.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "poorstock.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pr-news.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pro-clean.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "profession.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pvpheroes.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "q886666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qttransformation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "quantumcrypto.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "raydolap.web.tr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "raydolapfiyat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rbh.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rca2015.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "recrea.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reddited.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "remont-p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "repaik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ressupply.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rhypehost.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ricci-ingenieria.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roachesofficial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rt1314.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rupostel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ryanfamily.net.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "s886666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "safarimasaimara.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saletzki.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "samandej.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "satario.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saxonsink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seabehind.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sedlex.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sembyotic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "setptusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sheilagranger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shigaben.or.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "simple-e-world.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "siscompt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skelleypiano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skinstyleglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smamunir.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "soacompanhantes.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "softwing.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "somefe.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "southside-digital.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "steph.ninja", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stinkefingereinhorn.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stkildaosteopathy.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "styledbysally.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sudocat.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "superpi.noip.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "supplypartnersdecolombia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "susthx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "syquel-systems.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tag-coin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "takb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taptoweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "techwhisperer.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tecnasa.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 },
+ { "name": "therapyroom.rent", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thermowood-bkh.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thoitrangsikimanh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tk2net.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tkbuilders.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "todoenunaweb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tomboy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tq.rs", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "travelzoneshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trekinafrica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tritiumdisposal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trix.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "troyhuntstressed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ttp-shop.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tugafm.eu.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tus-kikishinkyo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tuzaginside.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tuzagtcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "twoguyswhoblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tytocare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "u886666.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": "ultrasdesign.co.uk", "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 },
+ { "name": "universityhousemates.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unknown-player.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "untilyouarrive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uphuntingland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "urbanindustriecoiffure-auray.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uscpaservices.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uvpress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uvseh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "va11hal.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vamosbien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vilafloridacapivari.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vinmmo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "voevm.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "volvoconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w0185.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w0189.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w0191.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w0195.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w0198.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w0202w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w4040w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w5050w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6609.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w661122.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66133.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66138.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6616.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w661616.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66191.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66191.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w662211.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w663w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66918.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6698.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wallisch.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wearefrantic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "websiteboost.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "websitesmiths.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webx5.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weecarepreschool.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weightlossoutcome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wlilai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wormhol.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wu6v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xenox-rp.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--agncia-4ua.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--prt783d.xn--6qq986b3xl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xrope.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xtremecoatingtechnologies.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xyloefarmoges.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y0bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y1992.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y2212.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y2232.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y2242.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y2252.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y2272.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y2bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y3343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y3353.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y3bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y4bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y5545.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y5bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y6bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y7bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yamei9955.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yourbetterkitchen.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yuer.sytes.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8011.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8012.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8013.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8015.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8026.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8027.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8028.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8032.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8051.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8052.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8062.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8063.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8066.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8068.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8079.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8081.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8082.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6896.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zi5.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl-49.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl-59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl-69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl-79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl0783.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": "zl0sz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl1038.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl16h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl2085.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl2101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl2704.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl3289.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl3597.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl3782.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl4231.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl4290.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl4454.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl4538.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl638.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": "zl7393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl7615.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl9052.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl9372.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlam2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlf8h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zllpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlong6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlong6.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlong888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlong888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zls9p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlvd7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zunlong0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zunlong918.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "glassrom.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0016d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0017d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0019d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "003zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "006d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "008d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "009d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "009zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "010203.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "010ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "011zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "012zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "013zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "015zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "017zl.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": "019zl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "020ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "020ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "022ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "025ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "029kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "029ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "03637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "05d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0799ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "08kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1020302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365002.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365003.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365005.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "103656666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "103658888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120320.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "113ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "116ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "116vip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "118vip.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220315.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220324.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1220346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "122kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "130ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "133ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "135ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "147ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1520344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "154kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "155kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "156ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "158ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "159ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1620349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1666ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "16agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "170ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "171ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720320.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1720332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "173ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "180ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "181ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820347.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820348.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1820349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "183ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "183zlong.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "185ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "186kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "186ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "188kb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "18agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1941-45.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "198ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "199ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1blazing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1onehouse.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "200ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "217778.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "23ks.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "285551.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "288kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "288kb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "288ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "28agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "28ks.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "299ks.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2blazing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "301ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "33kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "355ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506011.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506033.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506055.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506066.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506077.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506099.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36506999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3666ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "399ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3elife.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "404ks.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": "499ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "51club8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52dashboard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "58agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "58ks.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "599ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5agks.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": "668ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "68agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "698ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "69agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "69ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6wbz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7214.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7214.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8001d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8013d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8057d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8061d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8069d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8083d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8092d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8093d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8109d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8111d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8115d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8130d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8133d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8133d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8135d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8139d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8150d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8151d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8158d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8171d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8176d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8178d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8181d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8182d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8183d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8190d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8191d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8192d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8193d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8193d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8195d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8196d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8197d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8198d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8199d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8207d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8209d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8210d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8211d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8215d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8216d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8217d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8218d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8219d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8219d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8220d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8221d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8223d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8225d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8227d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8228d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8232d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8236d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "82kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "83kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "85kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8666ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "86kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "87kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8805d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8806d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8809d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8815d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8815ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8816d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8816d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8816ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8817d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8822d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8826d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8826d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8827d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8828d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8828ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8829d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8829d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8831ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8832ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8835ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8838ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8850d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8850d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8850ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8851d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8852d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8852ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8855d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8856d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8856d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8856ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8857d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8857d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8858d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8859d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8860d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8860d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8860ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8861ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8862ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8866d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8869ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8880ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8881ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8882ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8887ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8889ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8891ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8895ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8896ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8898ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "889999vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88zl.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8918d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8925d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8926d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8927d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8927d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8928d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8929d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "898ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "89kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d03.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d17.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d20.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d23.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d32.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d35.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d36.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d37.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d50.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d51.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d53.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d56.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d57.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d60.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d61.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d62.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d63.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d65.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d67.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d68.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d70.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d73.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d80.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d83.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d85.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d87.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d90.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d93.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d96.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d97.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d98.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "92kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "93kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "95kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9666ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "96kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "98agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "98kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "98ks.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "99agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "99kb88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9agks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k223.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k225.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k226.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k227.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k229.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k232.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k235.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k237.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k238.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k252.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k253.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k255.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k256.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k257.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k258.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k262.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k266.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k267.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k268.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k269.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k273.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k275.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k276.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k277.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k278.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k279.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k283.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k285.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k289.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k292.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k296.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k299.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k322.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k325.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k327.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k329.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k362.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k363.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k368.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k372.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k375.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k376.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k378.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k379.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k383.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k386.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k387.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k389.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k392.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k398.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k562.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k563.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k568.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k569.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k572.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k573.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k575.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k577.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k579.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k582.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k583.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k585.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k592.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k623.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k625.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k626.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k627.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k629.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k635.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k639.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k652.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k653.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k658.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k659.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k662.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k665.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k667.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k672.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k673.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k675.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k677.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k679.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k682.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k683.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k686.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k689.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k692.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k693.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k696.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k698.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k823.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k825.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k828.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k829.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k836.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k838.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k839.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k857.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k858.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k859.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k865.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k872.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k873.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k875.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k892.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k893.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k896.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aaex.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acacia-gardens.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aceitedelcampo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ad4msan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ad4msan.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adonai.eti.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "advens.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag518518.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag58ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag68ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag818818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag818818.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag88ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks09.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks112.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks114.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks115.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks131.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks134.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks137.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks150.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks68.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks96.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "airanyumi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allthings.how", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "americorps.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amtcd88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "andesnevadotours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "angelinaangulo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anhqv.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "apartmanidano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aracusbienestar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "archivosmercury.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arcogb.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "areis.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arsenal-charodeya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "artlabdentistry.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "as395.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "as397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ashtonbromleyceramics.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "assosfi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "athomedeco.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "atlanticyellowpages.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "auditready.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "babyboutique.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "barashek.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "barnettville.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "battleguard.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baudlink.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bbbff.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bdtopshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beijesweb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bellebakes.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestmattressforbackpain.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betheredge.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biogiardinaggio.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "birkenwasser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bitking-trading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bizlatinhub.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bk622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bk725.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blockchainmagazine.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bryanfalchuk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btshenqi.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btsou.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt9797.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "budgetinsurance.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buhex.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "burbankdental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buzzpop.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "calbertsen.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "californialemonlaw.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "canavilage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "capillary.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cargoguard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carmatworld.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cartes-voyance.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cashbot.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cathy.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ccriderlosangeles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "celebalita.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "centrederessourcement.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chifumi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clubapk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coachapp-ipass.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coachsystem.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "combigo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "complex-news.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "consultorioespecializado.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "copyrightcoins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cranberry-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crowter.li", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "csust.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cuanticasocialmedia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cubanross.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cuentamecomopaso.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "curexengine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cybernetivdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d868.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d881.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8867.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d887.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d8875.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88806.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88828.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88871.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88873.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88dc27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88siteintro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "david-merkel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "daysinnaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd206d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd213d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dd99d.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deedyinc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "delvickokolo.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dizzie.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dizzieforums.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "djdeepstate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dmerkel.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doceo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "docmed360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dogboarding.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dogeboy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "draemar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon00.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon53.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon57.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon61.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon63.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon67.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon70.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon75.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon80.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon81.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon85.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon87.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "drcp.tokyo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dressingmaternity.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "droidchart.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "drthalhammer.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ds915.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dumb-laws.net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dwilawyer.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e7180.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eichinger-stelzl.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eismaschine-vergleich.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "electrolivefest.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elementarewatson.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elitedangerous.wiki", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "emergesydney.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "encd.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ep-cortex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "epilepsiyle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "es-tools.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "es-tools.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "es-tools.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "es-trade.biz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "escortaccess.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "esmart.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "essayshark.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "evohomecare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "exxvip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fabrika.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fabrikafilmes.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "facedack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "farmtoys.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fertigasi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fgsv-kongress.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "filmarchiv-sachsen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fimfiction.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "firegeisha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "foodsoul.pro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forcelink.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forthvalleykeswick.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "foxhillshotel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fps73.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freefilesync.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fridarestaurantemexicano.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gaestehaus-leipzig.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ganpris.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gemstonz.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "get-quick-bits-fast-2018.pw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gielectrical.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goeikan.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug68.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug78.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gpfitness.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gqyyingshi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gqyyy.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "greentea.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "guaranteedloans.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "havedicewillsave.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hebbet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "heijmans.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hellocyber.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "herbaldiyeti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hes.com.cy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hgmaranatha.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hikarinime.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hiltonsydney.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hiveopolis.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "holidaypackage.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "holunderbluetentee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "homeable.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hosteleriauno.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hostingsrv.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "huabantxt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "huabanxs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "huimiquan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "humanlocation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hy88win.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "idlewildflowers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "igondola.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "incrementation.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indemnityinsurance.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indianjewellery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infivalle.gov.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infixegypt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infotelecharge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ingestion.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "injurylawyer.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "innotab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "innovacoachgroup.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inoio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "insanelyelegant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iryodatumoguide.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ishimen.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j3349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jackingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jarv.is", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "javiscoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jerome.to", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jewelers.expert", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jiangzhuyun.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jiji.co.ke", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jijistatic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jiu99shipin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "joorshin.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jppcadvertising.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "juweliervanwillegen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k81.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaanhaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi002.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi003.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi005.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "karodos.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kashsports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kathy.lgbt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kawaii.su", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kayit.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb0101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb0202.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb03.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb0404.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb05.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb0505.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb059.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb0606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb0707.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb0909.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb091.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb096.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb1313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb2121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb2323.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb2626.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb3030.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb3232.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb367.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb372.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb3737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb3838.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb4040.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb415.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb4545.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb458.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb4646.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb4783.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb481.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb4949.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb5050.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb514.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb5151.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb545.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb5454.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb5648.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb5757.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb5959.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb6060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb6161.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb6363.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb6464.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb6565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb659.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb6767.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb709.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb7171.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb750.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb756.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb7575.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb7979.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8181.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8282.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8383.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb840.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8484.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8585.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8802.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8803.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8806.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8809.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb881.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8813.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8817.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8818.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8831.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8832.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8838.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8841.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8846.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb885.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8860.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb886119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8871.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8872.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb888508.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8892.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc09.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc25.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md08.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md09.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md14.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md15.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md20.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md23.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md25.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb9090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb9191.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb9494.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb952.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb9595.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kbjri.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kidonng.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kieskundig.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kimkhisaigon.com.vn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kinderopvangthuis.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kinfolkcoffee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kitchenwarestore.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kniga-goda.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kokosnusswasser.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kreditkoll.nu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "krumpf.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks168158.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks181.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks208.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ksvip07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kubabrussel.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kyotokitsune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lacuerba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lai.zone", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lapacho-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lawfirm.tips", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "learntohack.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lifeonplanetjapan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lignesante.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "limit.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "limnt.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "limstash.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lmvsci.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lohvinau.by", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lolcloud.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lolio.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long-6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long0310.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long0316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long0317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long0318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long186.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8026.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8040.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8076.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8078.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long88.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lotc.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lts-tec.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lulua.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lyness.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "m271809.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "magebrawl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "majormedicalinsurance.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "malond.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "malpracticeattorney.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mamabatataya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marcberndtgen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mariasilverbutterfly.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mariendistel-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "markstevenkirk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marvnet.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mastermindbusinesspro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "masternautconnect.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mb-demo.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mealinsider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "medbreaker.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mediavamp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "megaron.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meliowebweer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meloniecharm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "metallibrarian.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "metz-metropolitain.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mgmd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "miku.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "milieuland.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "miniclip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mojleksikon.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moosikapp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moraffpritchard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mundosuiri.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mygg32235.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mynaturalmood.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mysteriesandmargaritasblogspot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nachrichten-heute.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "naide.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nanaimoneighbourhoods.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "natur-care.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "natureshive.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "necord.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netcials.in", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netexpatcommunity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "new-jersey-online-casinos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nick-slowinski.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nuoha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nuovavetro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "officina.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ogkw.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oreadstudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orifonline.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oriontravel.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "outwesthunts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "passau-webdesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paymyphysician.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "peers.cloud", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "personalnames.net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pharmacistinfo.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "philomathiclife.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "piedrasblancas.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pikio.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plagiarismcheck.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plaintextpledge.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plaintextpledge.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plaintextpledge.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plaintextpledge.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pmi.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "premrev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "productliabilityinsurance.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "proeski.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "proseo4u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prosony.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prosperus.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "providential.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "puteulanus.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "raqoo.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ratedever.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "re-crawl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reindersfoodfashion.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "richieheijmans.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rixcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "robertnankervis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rottamazioni.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roughtime.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sacadura.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saifonvillas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sard.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scale.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sccimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schachtelhalm-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schafgarbe-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schat.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scislowcy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scom.org.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sellingsherpa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seyhanlar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shanefagan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shejutu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shoulderpainrelief.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shtaiman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shtaiman.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shtaiman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shteiman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shteiman.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "simonholst.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sin-el-fil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sinmik.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sitempro.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smalldogbreeds.dog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smictecniservi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smslodging.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "soora.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "speedboost.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "speedwp.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spiegels-op-maat.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sprachenlernen24.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ssmpuc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stanmed24.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "starbaese.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.club", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.design", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.life", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.live", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.ltd", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.services", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stemcellclinic.world", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "studay.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sulytics-tool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "suste.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "szs.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tazarelax.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "teeautomat-teemaschine.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tempatwisatakeren.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "the1.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thecontentcloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thecraftingstrider.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thekiddz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theswimdoctors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thutucxuatnhapkhau.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tipsdebellezaysalud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tobimi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tomstew.art", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tracknerd.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trainingswiese.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "travelexbiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "travelexinternational.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "travelround.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trigraph.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "troiaconsultoria.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tunsbergwhiskyfestival.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tutu.green", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "viflores.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "visionofcolour.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vivaldi.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vvs.spb.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w-surgeryhospital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wagenmanswonen.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "waiwaisw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webmail.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weissdorntee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wermuttee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wf336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "whojoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "willi-roth-holzbau.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "williejackson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wism.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "workersshop.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "workthings.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wtprecife.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wxxcxd88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xinetwork.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xlyingyuan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn---35-6cdk1dnenygj.xn--p1ai", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--babassul-t4a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--bachblten-tee-1ob.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--brombeerblttertee-zqb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--bucheckernl-0fb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--chrysanthemenbltentee-nic.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--cisowcy-pjb5t.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--eebao6b.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--gstehaus-leipzig-vnb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--heidebltentee-2ob.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--hibiskusbltentee-szb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--lavendelblten-tee-c3b.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--maracujal-77a.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--nide-loa.ee", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--rosenbltentee-2ob.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--schwarzkmmeloel-6vb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--weidenrschen-tee-swb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yourkrabivilla.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yporti.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yuzu-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z66.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8017.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8031.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8038.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8056.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8059.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8067.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8070.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8075.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8078.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8083.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8087.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8089.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8093.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8095.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8097.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8099.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8105.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8106.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8109.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8120.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8125.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8130.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8132.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8133.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8137.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8151.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8155.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8162.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8170.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8182.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8195.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8196.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8199.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8200.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8207.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8208.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8209.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8210.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8212.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8215.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8217.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8225.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8226.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8821.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8829.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8860.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8865.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8906.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8925.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8929.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zaffke.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zakonu.net.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd0505.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd0606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd0808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd1515.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd1616.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd1717.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd202.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd203.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd205.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd206.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd207.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd208.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd209.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd232.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd235.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd236.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd237.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd239.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd252.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd253.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd257.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd258.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd259.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd262.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd265.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd267.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd270.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd2727.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd273.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd275.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd276.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd279.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd280.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd282.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd283.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd286.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd287.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd289.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd290.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd293.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd295.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd297.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd307.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd3232.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd3535.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd3939.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd4747.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": "zd5050.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd5252.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6464.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6893.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd7575.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8585.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8787.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8828.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8829.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8832.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8836.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8839.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8857.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8858.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8859.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd9696.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd9797.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": "zhou28d88vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zhuktrans.msk.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zigarn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zinniazorgverlening.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ziqijiang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zitronengras-tee.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl-19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl-29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl-89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl016.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl017.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl0202.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl026.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl031.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl036.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl0505.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl051.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl056.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl0606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl071.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl072.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl073.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl076.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl0909.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl1010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl1212.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl1616.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl2020.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl236.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl2424.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl2525.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl256.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl2727.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl2828.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl2929.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl3535.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl3737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl3838.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl5050.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl5151.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl6161.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl6363.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl6475.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl6565.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": "zl6868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl7171.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl738.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl760.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl7979.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8181.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8282.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8484.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl850.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl861.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8686.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8787.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": "zl883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8861.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8870.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8897.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl9090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl9191.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl9292.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl969.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl9696.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl9797.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl9898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlhgc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlhuodong.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zltymacau.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 },
+ { "name": "000a5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "000a6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "000a7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "000a8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "000a9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "000b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "000x2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "000x3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "001yapan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "00228.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0022bet.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "009597.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": "0138365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0139365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0165365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0175365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0185365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "018663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0195365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "038456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "038663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0393ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0393gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0393hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "0393ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "03region.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "040552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "041552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "042552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "046552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "049552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "050.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "050a1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "050a2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "050a3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "050a4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "050a5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "050a6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "051552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "054552.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": "068552.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": "071552.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": "0768ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "078663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "083832.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "084552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "085851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "093113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1-345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1003365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1004233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "100pudov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "100visits.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "107996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "10n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1112365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1116365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1119365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "111b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1120344.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1188bet.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1190america.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1199bet.vip", "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": "1234365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1234365z.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": "1234a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "123seo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "12n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "131365qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "142552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "146552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "146773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "148663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1517598.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1517668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1517669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1517883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1517886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1517889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "153kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "154552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "154922.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "16-qw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "16qw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "16region.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "178btt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1831365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1832365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1834365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1837365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "188kb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1981365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "19990zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1baks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1cprosto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1hfree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1malaysian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2-678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2012review.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2013review.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2015review.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2018fifaworldcup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "202jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2033z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "205jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "207ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "207vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "209vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "20n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2155hg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "216vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "22245j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "22256j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "22267j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "22289j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "222b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "228668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2288bet.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "22b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "23454048.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "23732.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "240vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "241552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "242552.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": "24848918.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 },
+ { "name": "24848e.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "24848jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "24848kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "24848ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "24848rr.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 },
+ { "name": "24848x.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "24848xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "24848y.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "24848yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "24848z.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "24848zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "248663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "25may.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "2evip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2kvn.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2lovebirdsblog.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3-789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3-800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3004233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3006789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "30n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3165365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3175365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "317811111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "31782222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "317822222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "31783333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "317833333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "31784444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "317844444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "317855555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "3178888888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "31789999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "317899999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3178aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3178b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "3178eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3178f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3178fff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3178g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3178h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3178i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3178iii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "3265623.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "333b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3344985.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "335a.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "33b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "33n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "348663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "350vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "351365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3539783.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3557365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3558365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3559365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "360365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "362590.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3650607.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3658200.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36588801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888012.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36588812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36588823.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36588834.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888345.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36588845.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36588856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36588867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36588878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36588889.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "36588890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888dddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3659801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3659867.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3659868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3659869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3659980.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365eib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365eif.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365eil.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365eiq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365eis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365eiv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365eiw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365nnn.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365nnnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365r.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365rr.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365xxx.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y00.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365y99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365ypw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365zg.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365zg.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365zzz.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "369-7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "37987.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3800611.com", "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": "382228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3837z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "38irkutsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "391231.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "392365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3957z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "396301.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "396302.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "396303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "396304.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "396305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3963aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3963bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3963cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3963ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3963ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970200.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970300.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970400.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970700.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970900.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970pp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "39news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3danimation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3djava.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3w-solutions.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4001365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4002365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4003365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4004233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4004365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4005365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025360.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025361.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025362.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025363.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025364.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025367.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025368.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4025y.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 },
+ { "name": "418663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4233330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4233331.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4233332.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4233334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4233335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4233336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4233337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4233338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4233339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "426773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4345.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "436773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "438663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "443658.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "444b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4455bet.vip", "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": "456-3.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 },
+ { "name": "497552.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "498663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4best.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4dillusion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4evip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4tgw34.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5-600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5-890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5004233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "500wordessay.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5017503.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5055990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "51365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "51365aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "51365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "51365bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "51365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "51365cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "51365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "51365dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "51365ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002b.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": "52002d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52002y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "520xpjxpj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "538vv.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": "55ks.app", "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": "5898657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "593-7.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": "5981168.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981611.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981644.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981667.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981677.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981844.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "59859h.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "59859j.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "59859k.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "59859l.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "59859y.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "59859z.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "598877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "59rus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5ilg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6-600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6-800.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6004233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "605vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "60n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "611121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "611125.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "611165.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "611195.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "616675.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "616btt.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "621nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "621vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "628vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "635-488.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "635-588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "635-788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "635-888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "635-988.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 },
+ { "name": "639611111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "63962222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "639622222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "63963333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "639633333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "63964444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "639644444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "63965555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "639655555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "639666666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "63967777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "639677777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "63968888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "639688888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "63969999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "639699999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396fff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396ggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396hhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396iii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6396jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6520265.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "657843.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365a.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365b.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365c.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365d.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365e.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365f.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365g.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365h.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365i.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365j.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "663365k.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "664048.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "666111bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "666222bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "666333bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "666555bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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": "66689j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6669255.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": "666btt.net", "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": "6677bet.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66b58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "677314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "677340.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "677341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "677346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "677347.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "677354.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "677364.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "677384.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "678365cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "678678365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "67894048.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "67y7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "681vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "68522.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "68522c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "68522k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "68522m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "68522s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "68622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "68622a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "68622b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6863070.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "68722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7-890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7004233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "70365365.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": "7111365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "71365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "721aa.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": "73365365.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": "753-9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "75365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "755204.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": "755245.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "755246.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "755249.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "755274.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "755284.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "755294.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": "76365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "76678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "769k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "77018aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "77018bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "77018cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "77018dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "77018ee.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": "77789j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "777btt.net", "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": "78365app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "78365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "78365bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "78365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "78365cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "78365dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "78365ee.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": "789451.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "789453.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "789455.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "791188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "792ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "793ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "80365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "805vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "80651a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "80n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "811121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "812221.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "81365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "82781111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "82783333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "82784444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "82785555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "82786666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "82789999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278fff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278ggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278hhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278iii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278pp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8278yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8286hg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8289hg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "83365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "842365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "846773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "848663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "852-7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8521.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8521.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8602012.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8602013.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "860vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "861365z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866300.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866304.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866305.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866308.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866314.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866341.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866346.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866349.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866374.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "866394.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "87365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878365nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "878989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8810ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8836ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8855650.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8855950.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8866012.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740m.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": "88740o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88740z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8881234j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8882345j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "888234j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8883456j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "888345j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8884567j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "888456j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "888567j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8886789j.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": "888b58.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": "8914499.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8b8888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8btt.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8me.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9009019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "906vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "908vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "90920.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "90n13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9110365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9111365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918-siteinfo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918101.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918aait.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918aav.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918aff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918agr.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918arr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918baa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bba.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bbd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bbg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bip.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bis.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bit.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918bzz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ccq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ccs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cct.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ccu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ccv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ccw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ccz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cgg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918crr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918css.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ctt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918cxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918dbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918dcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918dde.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ddf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ddj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ddo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ddp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ddq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ddr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ddw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ddx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918dkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918dpp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ebb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ecc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918edd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eea.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eec.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eef.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eek.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918een.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eeq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ees.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eew.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eey.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ejj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918emm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918epp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918err.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918euu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918fdd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918fee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ffa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ffb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ffc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ffd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ffe.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ffh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ffn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918hi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918hw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918iwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918jt.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918jwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918lwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918mh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918mo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918mz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918mzoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918pt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918qg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918qi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918rs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918rt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918sj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918ze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d91.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "940365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "946773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "953-7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "956jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "96002.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "961705.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "96678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "966ty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "97736.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "97737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "97738.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "97739.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9836952.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "988316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "99123j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "99456j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9977432.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "99789j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9988551.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9988959.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 },
+ { "name": "a365vip1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a365vip2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a365vip3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a365vip5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a365vip7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a365vip9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a66.la", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6619.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6621.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6623.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6627.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6631.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6652.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6659.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6671.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6672.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6673.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6675.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6682.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6683.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6687.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6691.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6692.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "a6695.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aa4888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aa7666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aa793.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aadv.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abanilla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abc-solutions.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abc001.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abcode.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abdullahzubayerofficial.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abdurrahmangazidis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abdurrehman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abhishekkabdijain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abitech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "about-bangladesh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aboutshakil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abrahametalero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abrightspark.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "academy-awards.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "accesoriosviaje.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "accordable.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "achinsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acrobatic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acyclovir-cream.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "addnewsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "addyourlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adrian-riemer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adriatrans.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adrino.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adsviews.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "advens.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adventry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "advokat-malinovskii.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "advokaty-onlajn.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "advokaty-yuristy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "affektblog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "afganistan.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "afghan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aflebedevo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "africalebanon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag66321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ag878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agarioforum.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agenux.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agiosthomas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks116.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks135.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks139.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks158.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks966.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agrargruppe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agroplas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aido.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "airwolf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ajman-realty.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ajs5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "akhabar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alantica.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alargarlavida.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alaskarsbc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alatkesehatan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "albalatedelarzobispo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "albaniaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alcamilo.cloudns.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aleftinka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alevi-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alevi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alexsandrasverden.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alfonsostriano.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alisondavenport.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aliziolaw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alko-stop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alkor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allaboutreligions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allcat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allenwillis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allfaucet.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alliance-clan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allo-luxembourg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allopurinol300mg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allright.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allwiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alpha-centauri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alsops.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "altergalaxy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "altisnet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "altos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amberoad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ambrosio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amitriptyline-hydrochloride.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amphost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anachronis.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anagramma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "andrewmcfarlane.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anekdot-pr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "angepsychedelices.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "animalz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anime-drift.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "animedon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anirvalle.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anonaddy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anonser.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anothermusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antalyaescortyaren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antarctica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antarctida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antarktida.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anti-nsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antihistory.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antijob.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antonoff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "apart-hotel-weimar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aperturelabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "apkpokemongo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "appworld.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "apustaja.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aquabyte.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aquadecor.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arabia-news.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aral.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arandinacf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arcanetides.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "archbishop.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "archwood.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "argumentative-essay.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arheh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arielpereira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ariixmex.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aripiprazolee.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arithmetic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "armcar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "armeniaweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "armtopnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arpumpsonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "art-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "artcaly.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "artcar24.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arti-islam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "artificialplants.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "artitbe.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asdyx.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asiasmi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asjas.co.za", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "assemblage.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "assignacii.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "atayia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "atfstudios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "attractieparken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "augesen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "australianonlineappliances.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "auto-skills.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "autokeyinaustin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "autorama.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "autoresponder.marketing", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "autoschool.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "autotyreprest.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "autovesti.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aviconverter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "avto-signal.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "avtoucheba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "avtoyurist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "awningsydney.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aypotech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "azenot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "azerinews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "azora.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b-honey.gr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b0000.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b0305.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b0306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b0307.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b0308.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b0309.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b03aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b03bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b03cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b0607.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b0708.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b1111.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b3177.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b31aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b31bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b31cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b31dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b31ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b31ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b3333.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b3390.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b3391.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b3392.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b33app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b36510.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b36512.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b36513.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b36516.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b36517.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b36518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b36519.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b36520.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b365cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b365ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b365h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b365k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b538.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b5706.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b5707.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b5708.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b5709.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b57bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b57cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b58365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b58app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b58appb58app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b58appb58appb58app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "b5904.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b5905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b5906.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b5907.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b5908.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b5909.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b5910.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62105.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b62h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b6701.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b6702.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b6703.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b6704.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b6705.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b6710.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b6720.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b6730.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b6740.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b6750.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b67771.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b67772.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b67773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b67774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b67775.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b68.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b7306.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b73app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b73bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b73dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b73ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b73ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b750.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b7501.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b7502.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b7503.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b7505.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b7506.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b7507.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b7508.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b7509.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b830.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b83kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b8831.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b88aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b88cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b88dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b88ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b89ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b89gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b89hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b960.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9902.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9904.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9912.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9951.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9954.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9957.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9961.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9962.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9967.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9970.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9973.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b9976.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baby-massage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "babybuddah.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "backgroundscreenersofamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bactrim-antibiotic.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bactrim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "balaganlimited.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "balakovo-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ballast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baloncestolliria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baranmovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "barao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "barganhanaweb.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baseerapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "basketball-malavan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bazar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bb057.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bb087.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bb211.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bb321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bb882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "be4lead.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beachpoint.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beatuprobot.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beautyspot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beaver-creek.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beebeads.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bellecarmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "benazir-reaction.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "benetcasablancas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "berksnetworking.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bernudrebes.lv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "best-book.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestboot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestechgadgets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "besthemes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestkeys.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestmedsmmj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestofbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "besttrade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestwebcams.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet01vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet02vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet03vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet04vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet05vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet062.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet064.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet06vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet074.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet07vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet08vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet09vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet10vip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet261.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet290.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet3602.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet3607.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet3639.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365bc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cnq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cnr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cnt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cnu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cnv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cnw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cnx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cnz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365g8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365n1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365n2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365n6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365n8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365n9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365q0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365q6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365q8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365q9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365r8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365vip1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365vip2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365vip3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365vip4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365vip5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365vip6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365vip7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365vip9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365x0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365x1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365x2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365x3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365x6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365x8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365x9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet599.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet66669999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet666888.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet721.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet916.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betaa0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betaa1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betaa2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betaa3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betaa5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betaa6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betaa8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betaa9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betb33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betb73.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betxx1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betxx2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beverly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beylkin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biaxin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bigdiscounts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bigprintinglasvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bigthunder.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biletvkrym.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "billcompare.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "billcomparison.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "binf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biodobavki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biomeris.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bionicman.name", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biosearch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bisix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bitgain-leverage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bitmag.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bitstage.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biz-secrety.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biz-secrety.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biz-seecrets.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biznes-sekrety.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biznes-sekrety.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biznes-sekrety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biznet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blackoutzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blacktubes.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blic-zajm.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blogaram.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blogcosmeticsurgeon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bloodpop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bluesnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bobcoffee.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bodaneiranunez.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "boffin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bogwitch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bolsa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bonaemi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bookslibrarybooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bordo.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "boredhousewifeconfessions.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bornreality.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bosattondskap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "boxdropcc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "boykovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bozhok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brainobeat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brainshare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "branode.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brasiltopnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bratunaconline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bravica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "breakcraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brest-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brestnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brezani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brianvalente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brianwilson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bridalweddingshow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bringingbackthesweatervest.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "britania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brosay-legko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bruce-springsteen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brusselsexpoloft.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brusselsexpostudio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bryanarmijomd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bt3655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bt3657.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bt3658.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bta22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bta88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bte365app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bteapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt0101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt0505.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt0606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt11.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt1515.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt175.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt187.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt216.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt221.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt222g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt226.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt2323a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt236.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt238.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt2525.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt273g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt2929a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt494g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt583g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt6363a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt6868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt690g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt7272a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt7878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt829.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt830g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt8787a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt888g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt889g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt918958.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt9494.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btta16.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btta26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bttp7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buddy-acceptance-authentication-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buddy-acceptance-profiles-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buddy-acceptance-users-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "budgetboats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bulgariablog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bulgariya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bulvar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bungabuket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buquesdeguerra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buselefante.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bushland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "business-secreti.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "business-secreti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "butterhost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buy-an-essay.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buy-essay-online.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buy-lasix-without-a-doctor-s-prescription.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buy-los-angeles-auto-insurance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buy-neurontin-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buy-seroquel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buy-sildalis.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buy-zofran.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buycitalopram.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buydiflucan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buydiflucan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buyfluoxetineonline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buylasix.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buylevaquin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buymethotrexate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buyrogaine.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "byemeds.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bystryj-zajm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "c30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cabecera-descendimiento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cabelgrano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cabezadelcaballo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cafenix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "calaverasmedicalcannabis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "calcioragusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "calposa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cambodiainfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cameraslyphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "camisado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "canhq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cantosdisidentes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "car-speed.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carfinans.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "caribuku.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carmeni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carolicious.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carousel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carrabiners.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carsshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cartfilm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casalcrevillent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casalinghedisperate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casalribeiro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "castalie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "castle.network", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "castleoblivion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "castrillodelavega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "catalojic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "caterbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "catiadecastro.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ccblicense.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ccc88.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cctv-supraveghere.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cdlinares.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "celadas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "celebritytopnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "centrum-edukacji.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cesium.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chardik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chaussurerunning.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chaussuresmarche.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cheap-life-insurance-quote.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cheapmedrol.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chefpablito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chezbernard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chinastory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chispita.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chitinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "christianblog.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chrixonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chuvashia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cilacapnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cinemadoma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cinexmachina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "city-forums.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clickforum.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clickphobia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cliffburton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "climatizzatore.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clipperses.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cloudninelandscapedesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "club-leondehuanuco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cm-loures.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "codeidea.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "codesgroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coeurdesushi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coginti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "colchonminicuna.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "colley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "comeoneileen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "comlipa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "communist-party.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "comprarcarteras.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "compu-ofertas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "compusrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "computeradvance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "condit.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "configurat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "conflicting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "consoleuniverse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coolmath.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coomonte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "copycenter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "copywriting-on-demand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "correctionsfoundation.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "corvee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cosmetique-totale.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coth.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "countrysidemarquees.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cpegypt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cpsa.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cracksnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crafttalk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "craig-mullins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crapmail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crazyhost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "creditif.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "creditor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cristals.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cristianonascimento.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cross-culture.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crvegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cubanchino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cubigames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cucaracha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cursomarketingdigitalmx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "customessaystation.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "customradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cutlinks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cutmylink.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cyber-yaroslavl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cybercat-tver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cybercave.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cybergame-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cyberium-planet.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cybermaniac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cyberpanel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cyberphoenix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cyberquest.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cybersound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cytat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d-consultant.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d-soft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d588.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "daemon-hentai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dahobo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dailynewsclubs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dairikab.go.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dajiadu8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dakota-spain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dale-bancruz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "danceylove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dannygaidateraelgar.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dannyjota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dapoxetinagenerico.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dassolutions.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dataman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "datenendlager.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "datingsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dcareer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "de-mossadeq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deantiguos.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "debauchery.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "debitterballetjes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deblocking.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dedmoroz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "defektologiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "defifa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "defterikebir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deine-gitarre.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deinelakaien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deionized.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "delcan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "delcan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dellacasapizzasemassas.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dementieva-pennetta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "demicrofonos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "demirdokum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "democracy-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "denegmnogo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "denejki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dengivdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dentals.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "denvernews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "departmentofoncology.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "depelteau.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "depleteduranium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "depositomerci.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "derango.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deshevle-net.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "desportvriendenoverijse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "destroymc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "detiks.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "detki.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "detreannamaria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "detyamobuv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "detyobuv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "devcore.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "devildog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "devils-co.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "df5101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "df5102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "df5103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "df5104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "df5105.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "df5aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "df5bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "df5cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "df5dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "df5ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dfc52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dieta-figura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "differentgirleveryday.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dimitrovi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "directed.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "directlendingsolutions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dirk-dogs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "disabuse.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "discodery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "disconnect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "distancelove.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dities.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "divistart.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dixi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dj16888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dj16888a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dj16888b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dj16888c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dj16888d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "djfafafa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dji-ars.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "djlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "djslash.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dlyaribalki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doc-baza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dockysearch.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "docogo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doctornaima.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doddy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dodikod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dolce-vita-mia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doll.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domain-skachat.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domainforfree.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domainhostingcompany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domlist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domoset.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "donaldtrump.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doradoscampeon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dorogaminina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dostav.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dosyanet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doubleness.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "downloadfiles.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doxycyclineprices.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dranik.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dream-pools.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dreamcrack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dreamwork.financial", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dreamworldstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "drianpublishing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "driv.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "drivingacademy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "drunkendropkes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dubaizone.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dubrava.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "durcal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "duxi-s-feromonami.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dy1d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dynamofanforum.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dzus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e-diabolo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e-fishing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e-informatyk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e-peets.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e-yachts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "e365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "earningthatis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "earthcorporation.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "easyshare.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "easywin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eblog.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eburg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ecbt.co.il", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eco-flowplumbing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eden-project-insight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "edgarz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "educationtree.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee362.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee367.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee371.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee372.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee397.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee575.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee631.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee652.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee653.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee735.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee736.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee951.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ee973.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "egonix.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elcin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "electroforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "electromagnetism.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "electronicssrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "electroworld.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elektromotor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elephantia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elikers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elite-design.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elriacdn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "em888.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "emersoncanada.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "endlesswebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "enerypa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "englandschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eniziolab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "enoisdaturma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "enrack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "enrique-monroy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "entertainmentblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "enwikipedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "epal.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "epicenter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "erasure.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "erevan-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eridas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ersinbiltekin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "escueladego.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "esmejor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "essay-writing-topics-fce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "essaymaker.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "essenerbaeder.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "estaryshop.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "euman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "euroshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eusarse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "evadental.institute", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eveaz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eventosformativos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "everberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "everglowtrading.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "examsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "examticket.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "exciters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "exotic-bengal-cattery.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "expert-voronezh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "extremfrank.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eyetooth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ezik-ido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9850.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9851.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9854.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9882.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9884.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f9885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "factslider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fairyth.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fake-show.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fakes-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fakt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fall.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fanclubrbdmaniaromania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fantasyfoot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "farberplasticsurgery.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "farmaspeed.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fashionlistify.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fasturl.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "festivalpopayan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ffvideo.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "filesuffix.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fimozin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fimp.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "finance-news.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "findlocalproduce.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "finestrabatalera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "finlito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fioritic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "firenews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fizadvocaten.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fkraiem.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "flamengopi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "flashgamedev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "floorballphilippines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "florenciasabio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "flyawaybirds.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "folar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "footballsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ford-mustang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forfeit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forum-egypte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forum-gilee.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forum-noginska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forumirc.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forumpakistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fotofon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fourscore.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "frail.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fralippolippi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "frankieburkeactor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "frankieruiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "free-bitco.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "free-generate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "free-traff.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freebegames.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freedogecrypt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freedombankva.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freedomisslavery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freemotion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freetrung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freifall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freiwuppertal.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fruit-farm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fukt.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fungomoscow.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "futbol-tv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fyss.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "g30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "g365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "g3homefoods.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "g47.web.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "g51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gablesportsga.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gabryjeluk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gadgetstock.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gaelico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gagramore.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "galaktika-znakomstv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "galaxyplex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gamerspost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gameserver-admin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gamingx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gammaphibeta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gastronom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gathegi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gazoz.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gdesemena.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "genen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "geoffnussmd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "geonice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "georgekaraoglanis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gerbang-singkolo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "geroiplavska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "geschaeftsideen-ebook.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "get-california-real-estate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "getpromo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gfac.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gfronline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "giovannarossi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "givepenny.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "glebov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gnezdo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "go-kuwait.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "godall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gogomail.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goldenage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goquiqstatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gorodrostov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gosaavd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goug7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gougeaway.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gpswebsoft.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gpz500s.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grafik.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "greeknewspapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "greenews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grekiskagudar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "griffinsrfc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grilllness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grokandtonic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grumpyseb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grupdedansa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grupoauxteclic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gruzoperevozki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gugs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "guidethailande.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "guillen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "guitarangel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gunerds.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "guzelforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gvitebsk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gymnastic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gyroscopicinvesting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "h30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "h365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "h51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "h6852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "h6853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "h6895.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "h6913.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "h9386.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "habernet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hackthat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hair-guide.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "haircutideas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hakimova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "halilweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "handymanbypolli.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hardrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "helbreath.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "helloafrica.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "herqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hexsafe.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg2018hg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg61388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg62388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg67388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg67855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg67877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg72988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg97188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg97288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg97388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg97588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hg97688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hiddenimage.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hieisuki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hightechreviews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hilarious.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hindibaba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hindu-temple.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "holini.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hollywoodstars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "homophobia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "honeybrooklibrary.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hongki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hongorw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hongosdemexico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hoon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "host4me.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hostingdirectory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hotelsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hotmann.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "housedesigninfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "houstongaragedoorsrepair.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "huaxingui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hydrasecurity.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyhy1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyhy2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyhy7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyhy80.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyhy81.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyhy82.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyhy83.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyhy85.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyhy89.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hyhy98.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "i30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "i365365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "i36588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "i51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "i7sas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iamwill.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "icelandic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ient.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ifconfig.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ifiveglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ifolder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ignatij.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ikari-san.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ikx.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ilg.ink", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iligang.com.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iligang.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iligang.net.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ilovesamara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iloveyoutoo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ilug-ktm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ilumantio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "imolights.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inalvittile.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inbound.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indexmarket.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indiafm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indianapolisnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indianerschmuck24.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indigobooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indigostudios.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indonesian-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "indospot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infinitelightofbeing.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "info-bolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "informat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inglesencanada.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inin.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inlineskating.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "innico.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "insiberia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "intercrosse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "internet42.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "internetmagaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "intimznakomstvo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ip40.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "irajsingh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iranfilmcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iranonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iraqinews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ireland.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "irob.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ironraven.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "isae-supaero.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "isae.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "islamabadcourt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "islamnewss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ismadgeintrouble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "israelnewswire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "it4sure.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "italiatopnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "italik.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "itezu.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ittgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "itzkavin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iweathernet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j32661.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j32662.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j32663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j32664.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j32665.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j32771.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j32772.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j32773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j32774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j32775.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j51365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j5563.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j5573.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j70111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j70222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j70333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j70444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j7051.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j7052.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j7053.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j70555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j8846.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "j9943.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jackrussel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "janelle-jamer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "janellequintana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "japantravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "javaexpert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "javiermascherano.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jennifertilly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jerisandoval.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jesseonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jesusvasquez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jino.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jinsha1234567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jinsha12345678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jinsha168.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jinsha2228.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jinsha2288.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jinsha66669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jinsha6969.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jinsha8888888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jinsha99999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "johan-koffeman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "johnpenny.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "johnpenny.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jolfamarket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jomsolat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jongcaxent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jongtonghapkido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jose-latino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "joseenriquegonzalez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "josefernandomorilloardila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "journeyfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jovenescontraelaburrimiento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jqk918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "js636.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "js637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "js638.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jsidefox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "julia-clarete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jungyonghwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "juppy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "just-heberg.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "just-keep-swimming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "justknigi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k1958.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "k30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaatsen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kabachok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kafel-ufa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kai-ruecker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi001.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi03.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kak-pohudet-legko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kalashnikov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaliningrad.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kalsa.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kandhamal.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "karantholdings.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "karapuzz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kashbet666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "katalog-serverov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "katalog-tovarov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kathleendeisher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb0303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb036.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb06.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb07.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb1515.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb2727.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb283.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb3131.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb3434.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb3535.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb4141.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb4242.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb4343.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb4747.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb506.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb5252.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb5656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb5pt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb673.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb702.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb7070.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb7474.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb7676.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb786.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb864.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8811.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8815.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8828.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb8898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc01.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc03.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc24.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88dc29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md18.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb88md30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb896.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb930.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb963.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb965.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb9696.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb975.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kbhgi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kbty0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kbxlu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kegelschiene.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kemerovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "keramed.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ketoconazole.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kevinvanderperren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "keyworth-meadow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "khakasiya.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "khakasiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "khakassia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "khakassia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "khakassia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "khakassia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kilo-files.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kimberleythomson.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kinglier.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kino-doma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kinodrom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kinosha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kinovsem.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kinozone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kirov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kirovcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kirovgrad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kismy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kleinhaneveld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "koba.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "korancode.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "koroleva.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "korund.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "krakozyabra.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kravmagaangers.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kresimir-blazevic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kryptologie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks-19.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks-39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks-49.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks-59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks-79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks01.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks016.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks017.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks02.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks023.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks038.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0404.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks05.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks051.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks053.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks06.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0660.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks07.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0718.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0758.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0766.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0768.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0770.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0778.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks08.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks082.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks083.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0833.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0838.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks085.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks087.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks09.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0977.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks0996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks1010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks143.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks156.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks182.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks191.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks196.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks209.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks210.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks213.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks214.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks256.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks257.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks2626.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks281.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks282.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks285.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks286.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks288.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks2888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks2888.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks296.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks298.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks299.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks299.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks335.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks337.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks338.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks3535.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks3737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks380.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks381.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks383.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks385.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks386.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks388.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks3939.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks4040.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks4242.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks5014.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks5050.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks506.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks516.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks5353.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks541.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks549.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks556.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks556.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks5606.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks596.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks597.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks600.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks602.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks626.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6363.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks641.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6690.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6767.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks687.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks69.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks692.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks7272.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks7373.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks79.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8186.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8383.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks88.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8815.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8820.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks883.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8839.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8884.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8885.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks89.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks9.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks915.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks9393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks960.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks9696.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks9797.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks9888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks99.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks996.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kst-service.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ksvip02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ksvip04.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ksvip09.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kswinwin.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ktuluweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kukeri-karlovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kupislivki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kurd-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kurgancity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kuznica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kylie-pomada.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kyrylych.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "l30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "l3l365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "la-paco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "labandadelamente.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lablnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lada-granta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "laencina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "laramewa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lasdelgadas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lavozdelamusicachilena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lbc-podcast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ld66999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ld699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ld6999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "learnhowtoplayguitar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "learningladderacademy.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lesbianlovers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "letaman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "letdownloads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "leu365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lg.gz.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "li.gz.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "liberty-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "librarium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "libruis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lifekirov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "liftmastercloud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lightcraftmc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lightfoot.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "limbaido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "limitlessinteractive.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lindgrenracing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "linestriperdepot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "linkwheel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "linonin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lion7.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lipacom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lisadelbo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "littlelucifercafe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "livelink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "livenewsrussia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "locabir.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lockerroomstories.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "locksmithservice-humble.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "locksmithssanmarcostx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "locksmithstaffordtx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "locomen.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "london-mafia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8079.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lorimullins.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lorisfnotary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "loveismystyle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lucarautti.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ludolust.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "luizlopes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lukaszuk.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lukaszuk.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lukezweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lux-house.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "luxhome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lyna.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "m30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "m365m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "macon.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "madeira.gov.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "madgeandpaul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "madgech.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "madgeisawesome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maewongaming.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "magaconnection.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maggot.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "magic-cheerleading.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "magisternegi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailinabox.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maladie-autoimmune.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "malariaadvice.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maleperformancepills.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maltasite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maltaultrastifo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mangaworld.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marblemosaics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "margolis.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mariahandnasty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marufmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marvaco.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "masalaband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "masdemariette.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mass.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mathiteia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mati.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "matthieuchedidweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "matuslab.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mauriceje.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maveeranpasupathi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max-apk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max-phone.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max00365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max0365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max11365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max1365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max22365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max2365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max33365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max3365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max4365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max44365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max5365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max55365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max6365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max66365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max7365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max77365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max8365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max88365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "max9365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maxclean.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mayito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mayre-idol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mazavto.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mbetb33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mbetb73.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mbetbtt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mbte365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mbtt365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "me-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "med-line.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "medalofvalor.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mediagetnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "medichat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "medivox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "megawebsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mehibo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "melatonin.fun", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "melda-agustin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meliyb.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mesabi.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "metaljournal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "metalliran.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "metrodemaracaibo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mevsim.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mezedokamomata.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "micontractortraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mido.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "miguelito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "milan-news.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "milavica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "militarysrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "milkmoovement.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mill.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "minaio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "minibrewery.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mink-coat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "miragg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mirkvartir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mitiad.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mix-channel.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "miyanaga.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mkbet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mmcalc.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mobileague.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mobinst.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mobsitin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mobtop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moburst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mogica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moldova-online.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moldovanka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moldovawall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "molodost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "momocrats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moneta-rossii.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mongolbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "monkeysorce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mononom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moonwolfwiccanschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moraldehornuez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moroccanews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moroccotodaynews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mortengamstpedersen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moscow-moscow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moscow-new.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mosnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "muhabbet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mullinsfarms.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "multigamers-net.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "multischool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "murmansk.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "musicradio.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mutualmoney.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "my-bratsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "my-tunisia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myarcade.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mychamberlain.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mychamberlain.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mychamberlain.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mychemromance.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mygreatwebsite.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mykursumlija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myliftmaster.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myliftmaster.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mylight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mylkguys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mymerlin.co.nz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mymerlin.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mypenza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mypfp.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mypvhc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myqbusiness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myraboats.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mystore24.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myxxxsite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "na-kipre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nabeez.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nabokov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nacocu.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nakedinkas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nameshield.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nameshield.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nancyzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nandito.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "napominanie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "narrabeenlakesbikehire.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "naruto-best.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nataez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "natasabekvalac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "naturalcosmetics.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "naturelk.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nay.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nazarenoviso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nba-officecenter.hu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "neboley.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "neofilia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "neoverso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nert.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netrabota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nevergirl.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "new-smile.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newillusion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newimage.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newlovers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newlovers.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newlytricks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "news-sy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "news123.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "news12elite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "news53today.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "news54.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsbali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsbusiness.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newscultural.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsinkansas.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsinpolitics.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsireland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsvideo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newyorknews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nextpost.company", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nicoleta-prestescu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nightwishchile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "niituva.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nika-travel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nikitenko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nikolahost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nikolai-schmidt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nina-woerz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "no-real.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nocturnus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nokya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nontonfilem.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nopajam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "norala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nordicsrit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "northkoreainsider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nou9ta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "novak.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "novanetwork.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "novokuznetsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "novoselie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "now101atm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nullscripts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "numericall.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nurmio.fi", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "o30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "o365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "o3c.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oakparkmedicalcentre.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oaktravel.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "obmen-viz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "obnalichka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "occultisme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "odysseytraining.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ogamerezine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oghost.ir", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ogo-knigi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oimexico.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ok118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ok7779.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "okpo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oldaine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oldbkcom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oldcity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oldfieldmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oldiesmusicguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oldriver.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "olesaradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "olivejs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ollo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "omretreats.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "one-news.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "onlineautodealered.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "onlinecasinolisboa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "onurerhan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ooo-santal.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "operanavigation.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "opncld.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oposicionesprofesores.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orangtua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orel-sait.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "organise.earth", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ortaev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "otdyh-v-abhazii.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "otoplenie-ufa.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ouwerling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oxymail.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ozonstyle.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p2d.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p58101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p58102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p58103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p58104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p58201.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p58202.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p58203.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p58204.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p58205.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p888010.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9120.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9125.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9161.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9162.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9165.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9167.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9195.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9196.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p91aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p91ab.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p91ac.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p91ad.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p91ae.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p91af.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p91ag.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p91ah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p91aj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p9cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paintbrush.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pakistan24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pamc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "panamatravel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "panangelium.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pandithaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "panoramahurtowni.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "papakonstantinou.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paperplatefun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paramaquetas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paranoidandroid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "parfumer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "parkefficient.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "parrocchiadimeana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pasnederland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pasteht.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pastorello.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "patioroof.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pattayafruitgarden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paulandmadge.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pavelitus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pcbmarketing.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pcisecuritystandards.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pcissc.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pdc.wales", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "peacekeeper.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pearcom.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "peliculasonline1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "penholder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pensioner-1000.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pentamexicali.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "penza-on-line.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "penza-today.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "penzaonline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "perevedut.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "perevirka.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "perewall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "perpetual.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "personvernnemnda.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "perulinks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pervoklass.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "petrotrustlibya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "petrozavodsk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "peturnashes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pharmaceuticalcannabis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "philarmonic-abaza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "philippinenewsvanguard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "philosophers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "phuket-nash.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pierreterrien.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pigb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pilesyk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pinchuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pionieren.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pipenav.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pivbar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pivotanimation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pizzariapartiupizza.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21299.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21499.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21599.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21677.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21877.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21887.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21990.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21991.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21992.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21993.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21994.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21995.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21996.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21997.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pj21z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pjshop.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pkq5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "planeta-remontika.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "playingvideojuegos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pleasanton-daycare-childcare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pleasantonmobilenotary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plenkanaotrez.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "poetenblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "poker4all.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pokeram.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "polan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "polimer39.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "polisipati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "politicsandnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "politicsnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "polliconstruction.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "polskienewsy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pomorskibereg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "popova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "postoyanstvo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "potgrowersunion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "potkani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pozharnyi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pp234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pradeek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "praiss.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pravoslavie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pravoslavnayarus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pravosudie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "preference.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "premised.land", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "presidentdirectory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prevention-formation.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pridnestrovye.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "progeste.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "programmatv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "projectfreehosting.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prostitutki-narvskaja.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prosto-dengi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "protek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prototyping-computer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "psihotest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "psixotest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "psixotesty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "psw-training.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ptupapers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "public-measures.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pucogid.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "purchasescooters.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "purrfectlove.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "putana.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "putanypitera.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "q30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "q365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "q88588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qdrat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qq6396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qqq6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qqq63.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qqq67.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "quantumfinance.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qubhockey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "queirozmiotto.adv.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "quiqstatus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "r30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "raballder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "racaliz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "radioh.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "radionrg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "radiopharereims.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "radiorainbow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "radmehrco.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rainbowsmoothies.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rajaealhoceima.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ralix.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rapport.link", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rascals.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ratgeber-guide.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "razgon.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "razvlekuha.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "razvlekuhablog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rdviitd.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reallycooljobs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "realpaella.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "recherchegruppe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "redeyeguatemala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "redunion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "refluxogastroesofagico.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "regata2015.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "region-vologda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rejido.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "remedee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reminisceaudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "remont-kvartirvmoskve.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "requena.tv", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rescuer.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reshka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "retailing.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reut42.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "revisoronline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "revizor-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rezka-burenie.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rgpdkit.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "riba-lov.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "riddickthemovie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rido.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ridvan-vllasaliu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roadtripusa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roamfreun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "robertoullan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "robuxemporium.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rockslideengineering.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rodinka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rolandozarate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roofer.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roomee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rosa-spain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rosbiznes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rosstroj-balashiha.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rotaractclubtucuman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rothbruederlein.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roxburytech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rssfeedonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rubbaduckee.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ruchka-mashinka.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ruexpert.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rufartabs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ruffnecks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ruknguk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rumenka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "runame.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ruoskachile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rusexmany.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rushmyessay.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "russian-page.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rust.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ruthiehallarsis.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ryabinushka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "s30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sabians.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sacians.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sadoun.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "safefreehost.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "safesoundcounselingllc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sainshand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saint-peterburg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saint-petersburg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saint-petersburg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saint-petersburg.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saintip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saintpetersburg.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saintpetersburg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saintpetersburg.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "salesactivities.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "salvadorinfantil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sambuchanan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "samiratv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "samvui.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sandwichcouncil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sanfranciscopersonalinjuryattorney.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sangen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sanluisdequillota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "santibanezdetera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "santjoandevilassar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sapibatam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saratov24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saratovlive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saratovnews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saratovtime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sarhua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sbgroup.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sc21.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scandinaviancorner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scarinex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schellebelle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schoolroom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schoolstats.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schwarzenberg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scooter-experts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scotthelmesucks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scoutsanbartolome.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scrapbookdecorations.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scriptomania.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scurtam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seabrooklocksmith.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "second-life-partner-ichien.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "secretagentclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "secumailer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "secumailer.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "secumailer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "selimcerkezi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "selo-cer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "senhorst.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seo-obmen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seo-phpbb.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seo-piar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seoonline.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seoserfing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seoviziti50.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seozel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "septonol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "serverninja.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "serviefectivo.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "setevik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sevastopol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shadowfight2.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shanhay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sharik-msk.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shaytan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shechipin.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sheffield-wednesday-fc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shelehov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shenderman.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shijij.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shirevirtual.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shiriforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shiva-temple.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shola.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shop-slivki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shopera.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shouldbetaught.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "showmethegadgets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "showslivki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shrapnel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sidmax.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sikaranbrotherhood.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "silvertorrents.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sim-mobile.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "simsimi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sincronizateconlosmilagros.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sinews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sinluzvenezuela.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sion-colony.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sirandorung.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "siscompbolivia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "site-ua.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "site.mu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sitekatalog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sitesdesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skaiman.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skante.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skateswagger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skirts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sky-live.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "slipknot-site.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smartcover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smartleads.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smartphone-blog.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smcasino.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smcasino.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smiblog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sms-pro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "snatch-note.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sngnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "snowboardforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "snsirius.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sochionline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "socialair.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sociedadsostenible.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "softbit.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sokak-sanati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "soldierangels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "solidsteel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "solunci-loznica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "someserver.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "somosabc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "son-onlajn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "son-tolkovatel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sonodrom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sosaka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sot-te.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "soundtube.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spacewallpaperhd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spaenny.tf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sparkl.fm", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sparklesvt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sparklingessentials.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spartancoin.ooo", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spiritous.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sporemasters.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sports-sites.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spotzlight.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "sritidaho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sritspanish.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sritvermont.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "standartgost.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "starsandmanifolds.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stealthpressurewashers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stebenkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stefchapman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sterlitamak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stevemario.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stevemason.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stilsvadba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stonetribute.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stoplossoff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "storefront.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "strikers.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stroiproect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "studio-abok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stupidthoughts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stupino-stroy.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stylebeat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "subdivider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "successemails.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sucessclick.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sudanindependent.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sudanindependent.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "suecaunitedfc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sugatime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sugos.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "suicide.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sumatrabarat.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sumatrautara.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sumatriptan365.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "summarized.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sunshilin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sunshinelife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "suomenkielisetnettikasinot.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "superbestpalsclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "superdrillers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "supermagna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "superservers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "superstargossip.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "superstarhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "supertrade.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "surnganet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "surveer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "suseki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "swissurf.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sy635.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8803.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8807.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8809.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8815.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8817.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8830.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88vip0.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88vip1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88vip2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88vip3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88vip4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88vip5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88vip6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88vip7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t88yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taanishsaifu.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tabacundo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tablerocksbestrealtors.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tadalafilindia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taggigkaktus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taigamehack.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tambov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tamoxifen-citrate.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "taxce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "teamrevolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "teazer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "technowise.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "techserve.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "techwalker.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "teka.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "telephoni-cdma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tempdomain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "templete.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "temporarysanity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "terengganudaily.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "termoidraulico.roma.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "test-school.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "testthis.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "textpages.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo0000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo0088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo1111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo2222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo3333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo4444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo5555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo58.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo6688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo7777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo7788.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo8899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgo9988.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgoaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgoall.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tgoasia.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thaiboystory.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thaihotmodels.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thaiportal.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "the51news.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theandroidsoul.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thebacteriafight.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thebestlaos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thecarpenters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theknockout.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theminiacs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thenest.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theparoxetine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theproject.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thetopmovie.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thewashingmachine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thomastestor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thomsons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "threepercentrealty.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thuongtravel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tiagosimao.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tierarzt-karlsruhe-durlach.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tigerfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tigergroup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tihvin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tiles-for-facing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "time-business.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "time-hotel.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "timerace.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "timgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "timich.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "timmi6790.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tips4india.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tirteafuera.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "titanforged.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tixio.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tobiasfischer.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tolerance-zero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tomsk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tonorosario.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "top-russian.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "top10media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "topknot.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "topspin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "topurls.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tormox.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "torontonews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "torrance.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "totalhost.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "touchka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tourism-exegetai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "toursinvietnam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "toyschina.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "toysplace.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tracking-app.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tradebotcompany.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "traderinside.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trafic-wap.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trapkitchen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "travelphilippines.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "travelwithsearats.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trazodononline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "treatmentforkennelcough.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trials.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tribalwarsstyles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tribistovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tricountyathome.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tridentmedia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trilogyforce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "triplicate.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "troop89medfield.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trotter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trusthook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tryingtotakeovertheworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt0766.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt0866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt0966.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt2866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt2966.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt3666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt3699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt3766.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt3999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt6396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt7199.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt7299.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt7399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt8166.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt8266.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt8366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tt9799.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tula-city.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tula-news.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tuneotune.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tunisiapress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "turbosuflantecluj.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "turciya.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "turkey-portal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "turkishhackers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "turkmannews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "turtlehead.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tutdevki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tutorialcoding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tvoia-dietka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "twainhartehotels.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "twodrinksaway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty513.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty525.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty529.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty561.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "ty593.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty613.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty632.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty637.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty650.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty679.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty705.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty715.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty716.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty723.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty736.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty737.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty739.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty750.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty756.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty767.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty783.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty785.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty791.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty793.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty835.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty853.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty857.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty927.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty935.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty937.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty953.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty962.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty965.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ty980.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tyumen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tyva.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tyva.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "u30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uareferat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uberhorny.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uborka-kvartir-moskva.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ucmatedeveloper.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "udbina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "udien.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ulsters.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ultimate-fireworks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ultimatebabyshowergifts.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ultrafine.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unasim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unbolt.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unboxed.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "undertow.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unexpectedcompany.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unitir.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uniuni.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "universidadcatolica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unixhost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unxcoconsulting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uplinkgame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uppfinnarenc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ural-emal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "urlfly.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "usercompare.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "utahrealestatepodcast.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "utbosbeekhuuske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "utevai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uu378.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uzbekkizlari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uzbektumblers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uzhas-uzhasny.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v05666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v1.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v10006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v10008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v1951.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v3025.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v33v33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v44v44.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v5075.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v55510.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v55520.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v55530.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v55565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v55569.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v55580.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v55590.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v55593.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v55v55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v6021.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v6170.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v6350.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v637.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": "v66233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v66255.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v66557.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v66615.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v66618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v66619.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v66629.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v66635.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v66638.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": "v700w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v76555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v88299.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v88511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v88559.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v88656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v88799.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v9285.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v9286.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v9289.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v9812.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v9820.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v9821.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v9823.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v9831.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vacati0n.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "valencianisme.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "valeravi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vardenafilhcl.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "varianto25.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "varjo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vasheradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vatav.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vbm11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vbm22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vbm33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vegetarier-sind-moerder.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "veggies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vektlofting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "velib.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vendi.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "venezianischemasken.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vengriya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "veredadelaestrella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "verstka.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vestlundbolargen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "veusveus.cat", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "victorcarrasco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "victorhorta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vidassemfronteiras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vietnam-tours.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vildlaithailand.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "villablino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vinit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vip-moda.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vipcp.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "visionxcreative.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "visit-thailand.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "visiter-tunis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "visual-design.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vitaliyshepotkov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vkarpaty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vladimir.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vlcentre.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vmf365.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vneftekamske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns168.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns377a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns377b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns377c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns377d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns377e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns377f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns377g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns377h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns377i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns377j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns5151.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns5353.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns5656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns5757.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns5858.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns5959.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns6161.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns6262.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns6363.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns6565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns6767.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns68611.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns68655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns68669.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns6868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns6868.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns68722.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vns6969.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vnsr112233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "voetbalclubinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "volosnet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vovkamagazine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vremyachko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vrostove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs106.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs107.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs1177.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs1717.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs2277.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs2828.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs303.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs5050.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs5151.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs6060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs6161.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs680.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs7711.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs8899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs9911.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vs9977.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vsaratove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vsem-privet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vstavropole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vulcancycling.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vulgar-teens.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vysokoe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w000999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w123123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w234234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w365.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w456456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w567567.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66w66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w678678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w789789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w888022.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w888033.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w888044.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w888066.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w888077.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w888088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w888099.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w9710.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w9720.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w9730.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w9740.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w9750.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w97a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w97aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w97app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w97app2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w97app3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w97bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w97cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "waermekabine.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "waimanu.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wajs1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wajs2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wangshengze.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wapbet365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wapnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wash-house.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "water-polo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wealthcreationsolutions.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "web-format.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "web-test.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webdesignersinchennai.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webinator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weblights.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webmaster16.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webranking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "websitedesignersmalappuram.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "websitedesignprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "websitepromotion.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wellnesshotel-weimar.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "west-raptors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "whisperwashonline.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "whiterabbit.group", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wicontractortraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wien52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wikisorg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wildandwonderfulbodycare.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wildberries.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wilgo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wing-tsun.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wither.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wizardschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wkhs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wns68123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wns6852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wns6862.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wns68622.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wns6865.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wns68666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wns6872.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wnsr3970.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wolflambert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wonderlab.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "woorocket.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wordops.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wordpresssetup.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "worldcarding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "worldoflegion.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wulfrun-invicta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ww6396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x10006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x2816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3515.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3618.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3802.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3803.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3804.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3807.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3815.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3828.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x3927.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x58z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x5901.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x5902.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x5903.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x5904.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x5905.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x5906.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x5907.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x5908.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x5910.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x7008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x7713.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x7715.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x7716.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x7718.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x7719.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x7782.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x7785.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x7795.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77pp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x77ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x8100000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x8111111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x8122222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x8133333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x8144444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x8155555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x8166666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x8177777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x8188888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x8199999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81pp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81ss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81tt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81uu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81ww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81yy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x81zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x9015.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x9701.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x98z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x993.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "x998.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab199.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab678a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab678b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab678c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab678d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab799.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xab899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xaba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xacker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xarangallomangallo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xenical.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xerdeso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7fff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7ggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7hhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7iii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xh7xx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xloud.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xmyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--4brt03c.xn--io0a7i", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--7or43h.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--bcher-bestseller-jzb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--bcherbestseller-zvb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--eebao6b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--schcke-yxa.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj000444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj000555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj000666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj567088.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj567288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj567388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj567888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj678678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpjai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpjbeting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpjcs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xucha.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xx6396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09app.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y09x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y3650.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y36500.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y3651.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y36511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y3653.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y3654.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y3656.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y36577.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y6180.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68ah.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68am.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68bet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68bj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68cd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68cq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68fj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68gd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68gl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68gs.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68gx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68gz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68heb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68hf.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68hk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68hlj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68hn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68hz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68jl.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68jn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68jx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68ln.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68nj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68nm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68nx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68qh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68sc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68sd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68sh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68sjz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68sx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68sy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68sz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68tj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68tw.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68xg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68xj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68xz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68yn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y68zj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y70101.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y70102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y70103.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y70104.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y70105.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y7091.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y7092.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y7093.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y890000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y891111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y892222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y893333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y894444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y895555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y896666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y897777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y898888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89fff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89gg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89ggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89hhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89iii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89kk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89p.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "y89zz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yagoda-malina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yangfamily.tw", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yantox.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan1.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan2.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan3.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan33.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan365.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan4.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan44.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan444.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan5.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan55.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan6.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan66.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan7.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan99.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapanwang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yaws.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yellowsquid.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yemenlink.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yenbainet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yeniexpo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yepmom.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yerbasbuenas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yesteryear-chronicle.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "youngmodelsagency.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "your-forum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "your-greece.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "youreward.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yourmagicstory.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yuandan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yukoslibrary.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yy153.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yy393.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yy6396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z30365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zackiarfan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zadrot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zagruz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zaija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zaim15min.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zajm-ehkspress.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zajmy-contact.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zajmy-contact.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zajmy-contact.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zajmy-contact.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zala.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zambianewsforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zamenim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zandra.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zappingarahal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zapreaders.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zaruhi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zcrypto.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd8883.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zegriesalmansa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zemlyaki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zen-zone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zepter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zepter.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zero-knigi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zhivoj-dom.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zinabnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zindan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ziroux.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zizibook.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8585.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8873.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zloybot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "znanje.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "znich.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zoepolitics.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zok-ambicija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zoko.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zonaperu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zowe.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zsoltbereczki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zumberak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zverskij-site.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zzzz365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "011ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "015ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "017ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "019ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "026ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "031ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "032ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "033ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "036ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "039ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "050ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "052ks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "05am8.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "1080.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "181lilai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "188188688.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "188lilai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "188wei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "198wei.com", "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": "2000meter.no", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2018j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2019j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2020j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2021j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2022j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2023j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2024j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2025j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2026j95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2226321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "228wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "230110.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "233wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2346321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "253205.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "2earn-online.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "308wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "318wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3336321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "333wei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365888456.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365securitymg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "365yapan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "369028.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "369038.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "380wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3963dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "3970.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "400wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "4566321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5017501.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5017502.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5017504.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5017505.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5017601.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5017602.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5017603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5017604.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "518wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "52062z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "535wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5536z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5539z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5556321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5676321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "586540.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5981688.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "5goglobal.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "611136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "611151.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632017.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632025.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632026.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632027.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632035.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632040.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632045.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632046.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632047.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6321000.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6321007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6321008.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6321009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6321222.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6321333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632140.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632142.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632143.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632144.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632147.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632148.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "632174.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65131a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65131c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65131e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65131h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65131i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65131m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65131o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65131w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65131x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "65131z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "66321o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6638s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6639s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6810app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "6830521.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "690918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "690928.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "700wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "707wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "757wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7666321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7776321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7g31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "7win.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "800139.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8122d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8191d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8192d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8200d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8220d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8238d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8666321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "868wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8809d88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8852d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8859d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "888xpjxpj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "88yabo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8900d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "898wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "8win.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "900823.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "907vv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918duu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918eeg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918exx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918izoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918lzoz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918mwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "918nwo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d12.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d28.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d75.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d76.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d78.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d81.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d82.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "91d92.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "939wns.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "946321.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499066.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499068.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499115.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499125.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499151.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499238.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499263.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499292.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499293.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499369.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499403.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499459.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499558.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499565.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499568.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499575.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499588.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499668.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499682.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499855.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499869.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499958.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499aaaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499cccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499dddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499eeee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499ffff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499gggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499hhhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499iiii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499jjjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499kkkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499llll.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": "9499nnnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499oooo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499pppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499qqqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499rrrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499ssss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499tttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499uuuu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499vvvv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499wwww.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499xxxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499yyyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9499zzzz.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": "988am8.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "998wei.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k236.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k239.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k259.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k265.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k272.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k297.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k298.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": "9k328.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k367.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k377.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k382.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k385.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k395.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k396.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k399.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k566.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k576.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k578.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k628.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k638.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k687.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k827.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k832.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k837.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k876.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k878.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k895.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "9k897.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ab2web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abashevo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abdulawal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abelbarretto.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abogadocriminalorlando.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "abusive-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "accessibilityguidelines.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "achiksongs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "acronis.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "activescreenshots.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "adceuta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "advantis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aerorecords.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "affinity.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "africanhosting.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agaveandpine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks02.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks20.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks21.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks30.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks31.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks32.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks36.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks38.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks39.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks46.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks49.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks52.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks53.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks56.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks57.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks60.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks61.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks69.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks75.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks79.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks80.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks82.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks83.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks85.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks87.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks90.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks92.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks93.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agks97.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": "agweili.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "agzlapp.com", "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 },
+ { "name": "alalivre.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alcobendas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alcoholrehab.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alcubillas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aldenmiamibeach.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alfa-host.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alfagroup.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alfavit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alineonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alkopedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "all-things.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allfoodrecipes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allgosts.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "allnovosibirsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alpha-bet.com.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alternatiwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alushta-vostorg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "alwayshowher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "am2288m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "am5188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "am615.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "am8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "am8136.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "am8833.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "am8883.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amandahamilton.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "americanunicornparty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amm6610.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amoxil.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "amputated.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anabolickdieta.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anabolics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anandchowdhary.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ananiev.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anarcho-copy.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anarhija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "andreyjuravlev.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "andreysmirnov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "andrianova.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "angelcorpus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "angora.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "angorarental.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "animalliberation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "animamega.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aniviasport.store", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ankaraotokiralama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anonaddy.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anonymousbitcoinexchange.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "anouncer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antabuse.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antfarm.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "antonimos.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "any-download.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "any-download.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "any-download.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "any-download.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "apocalypseboard.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "app6810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "appliquette.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "architectus.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "areacinquentaeum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "arquitet.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "artcenter.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "as398.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asabacortoscaseros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asana.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "asdchieti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ashleyashbee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "associationhorizon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "astrociencia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "astroloeches.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "authanet.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "avangvpn.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "avarcom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "avengersonlinemovie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "aviationmilitaire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "avrora-nov.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ayporealestate.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "azithromycine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b70661.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b70663.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b70664.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b70665.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b70771.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b70772.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b70773.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b70774.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b70775.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b86255.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b89aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b89bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b89cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b89dd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b89ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b89jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b979333.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b979555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b979666.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "b979999.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bacanora.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "badodds.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baloch-intelligence.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "baptisteplanckaert.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "barcelonawinewalk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "barsukas.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bashkirlife.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "basradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bassrhymeposse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bd-media.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "begintravel.co.th", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "behar-selimi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "belgraver.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "belgraver.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "beritanow.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bestsgadgets.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cn-casino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cn-game.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cn-keno.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cn-livecasino.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cn-sports.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bet365cn-vegas.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "betty-baloo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bhavansvidyamandir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biaggeo-prod.herokuapp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bibliatodo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bienvenidoamerica.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bigfatbetty.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bigsam.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biolack.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "biowtage.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "birthright.host", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bitcoin-fauset.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bitcoinbot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bitcoinrush.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bitjunkiehosting.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blackminds.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blackspark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blackthrone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blog-garage.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "blognews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bloguser.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bluegifts.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bluetoothspecialist.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bob-dylan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bodas.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "boevik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bonbini.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bonusov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "borba-umov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "borein.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "borriquillacuenca.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "boscq.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bounouh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bramois.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bridgedigest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brigittefontaine.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bromo.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "brownwolfstudio.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "browsbybecca.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bssolvfagen-pre-storeswa-wap.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btc-alpha.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btc-doge.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt128.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt229.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt230.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "btt789g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buddy-acceptance-banking-api.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "businesspartner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "busphotos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buswiki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "buysildenafil.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "bwashing.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "byggonline.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cactuspedia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "caddyfashionshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cadifit.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "calandrahosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "capitalist.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "capitein.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carapax.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cardiagnostics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carepan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carltontownfc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carolinaoliveira.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carontetourist.hr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carpetcleaning-cypress.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carplus.es", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "carpuya.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "casinotokelau.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "castellet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "catalog-underwear.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cernac.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "challengerinvestors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "channydraws.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cheapsmall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "chelyaba.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cheneypartners.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chesterman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chetanrana.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chicofc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chiksfashion.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "china-online-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chocope-peru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "chrisshort.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "citypro.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "citywisdom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clan-hosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clan-wars.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "climatgate.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clomid100mg.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cloudix.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "club-eclipse.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clubatleticonacionalpotosi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clubdeportivocieza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cluberiks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "clubtamarugal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cola-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "commons-mayflower.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "compositedevtec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "comprarparaguas.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "computron.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "comumlab.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "conalpedis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "confiscate.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "conradcartagena.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "construred.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "contratti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "contrisur.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coolshirt.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coralcanticorumbarcelona.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "corehealthberks.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cornitek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "corruptos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cosec.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cosmos-software.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cotswoldflatroofing.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "coworking.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cpchur.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "craftshiponline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "craigdavis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crazygifts.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "creategyx.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "creativesectors.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "credit-default-swaps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "criptomoneylite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "criticalgenesis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "crossfiremovies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cryptopaste.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cs-algeria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cs3334.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cs3336.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cs3338.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cs3339.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "css-tricks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ctir.gov.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "culaneenergycorp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "culturabrasilia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "culturalparadiso.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "custer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cwaclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cybergroup.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "cz.ma", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "czprothz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d-vision-web.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88-livechat.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d882.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d885.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d886.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88868.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d889.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88agqj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md04.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d88md13.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "d898.app", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dagrs.se", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dakinecoupons.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "daniel-leblanc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "danskoya.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "danzka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dark-crystal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dark-nova.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ddosguard.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deadroot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deal-runners.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "decode.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "defunct-engineers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "degrasboom.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "delio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "delta-host.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "demonbuster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "demopanel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "denatured.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dendelft.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "denkmalsetzung.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "departmentofdefense.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "desish.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "despertartransforma.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "deti-vse.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "devopsish.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "diebetriebsraete.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "digitai.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "directorydashboard.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "directorydisc.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "discovermuscatine.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dizayner.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dlyatepla.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doc-baza.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domain-speicher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domain-speicher.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domain-swiss.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domenaru.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domhos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dominicandfelixroco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "domowe-potrawy.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doramamusic.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "download-knigi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "doxepin1.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dozor.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon05.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon06.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon07.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon23.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon25.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon26.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon27.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon29.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon59.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon62.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon71.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon72.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon86.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon91.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon92.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon93.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon95.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dragon96.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "drogariasantoantonio.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dukeandduchessdrivingschool.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "durin-art.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dx2o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dzu.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "dzu.works", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "easyfiles.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "easylogics.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "easytube.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eaugenethomas.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ebookabc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ebooks-pdf.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eclipseforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ed-studios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "edify.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "edrosd.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eduart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "edyhenry.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "egomaniaque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "einsurancetraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ekspoint-mods.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "electras.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "electroniko.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elegantlatex.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elektrotango.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elite-nakhodka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "elite-tools.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "emoforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "emreaydinfan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "emulator.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ep-plus.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "epicentar.mk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "erektion1.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "escortlareryaman.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "escovator-records.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "esperantio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "european-hospital.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "european-hospital.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "european-hospital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eva-briegel-fanpage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "evaalordiah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eventblog2017.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "eviction.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "evil-empire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "evsinemasistemleri.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "expeditions.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f8003.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "f8007.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "familleshilton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fashionusa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fashionxmas.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fast-cargo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fastknigi.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fcapollo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fcarsenal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fcic.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "feministreview.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "festesuniversitaries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fifacup.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "filedoom.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "filmwallpapers.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "financenews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "findautoloan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "findsingledating.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "finestreview.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "finma.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "firstbooks.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "firstwebring.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fixfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "flipmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "flipphotography.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "florausa.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forex-giants.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forexcity.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "formalgrammar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "formality.one", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forum-tutorapide.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "forumcarriocity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fotopalacedigitalstudio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "founded.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "foxtrotfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fran.id", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "france-news.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fredhook.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freecookies.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freelancerinc.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freelanceunleashed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "freundinnenausflug.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "frode.win", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "fulige.top", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "funnychristianjokes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gabriella.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gamingtilltheend.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gaopindy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gastrobox.com.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gazizov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gbthatcher.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "geekyquiz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gemwire.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gennerator.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "germanicvs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "germantrip.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "germany-board.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "germanytravel.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "germanytravelguide.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gestus.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "getpaidclub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "getwork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gezinnenhilton.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gfxworld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gibreel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gigasoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gigsoupmusic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gimnazjum-miloslaw.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "givemylife.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "globalshippinglimited.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "globalzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "go-srx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "golosok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gorodabakan.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gosti-dom.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "goszakupki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gourmetvitamins.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gps-fleettracking.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grafittikontroll.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grandisco.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grasboomamersfoort.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grasboombinnendoor.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grasboomclophaemer.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grasboomderoos.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grasboomleusden.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grasboommax.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grasboommeerbalans.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grasboomveenendaal.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grasboomvondellaan.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "gratisonlinespel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "greeks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "green-anarchy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "greendrive.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "grupoinassa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "guiacursos.online", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "guys-reviews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "habitable.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hafer.tech", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hairpins.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hakkariradyo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hallcouture.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hamarimarriage.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hamiltonzinelibrary.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hamsystems.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "harabar.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hardcore-bodybuilding.com", "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 },
+ { "name": "heijmans.blog", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hentamanga.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hiddenpalms.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hilalnews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hirel.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "histkult.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hittop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hoffmancorporation.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "holidaylocal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "holyriders.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "horclan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hosiery.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hotelconsulado.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hotlog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "howtechvalley.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "humanidad.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "hwjkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "i-house.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iceshopy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "icetechy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ihuir.men", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "importsign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "imstocker.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inanam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inbound.menu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inefin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "infoland.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "informspb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ingermany.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inlt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "innovationgarage.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "input.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "inspiringfuture.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "integ.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "integsystem.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "interminsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "internet-tv4u.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "internetk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "investactiv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iotorq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iptvmaxx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "irandex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "irkutsk38.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "islamicnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "israelportalk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "itemcreator.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ithot.ro", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "itraffic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "iubuniversity.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ivahbbiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ivendi.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "izamulhakeem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "izmirescort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ja-hypnose.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jabber.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jailfood.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jaimepumarejo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jeans-shopping.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jerrywang.website", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jerusalempersonals.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jewadvert.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jfgselbitztal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jhw3d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jimmiestore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "johncam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jordanprogrammer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jordibelgraver.email", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jordibelgraver.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jordibelgraver.xyz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jose-manuel-benito-alvarez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "jurassicworldfilmen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "justcalm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "justquoteme.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jvlfinance.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jwimps.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "jysk-kornteknik.dk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kadvi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaishi77.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kalamos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kaliboairport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kamildrozd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kapelya.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kareltrans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "karhoo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "karimsaadati.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kariyam.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kateysagal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "katherineswynford.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kavatasygarety.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb22.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb28.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb35.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb38.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb57.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb65.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb68.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kb99.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kemerovo.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kemerovo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kemerovo42.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "keniff.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kerrydavisguitars.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "keyhani.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "keyphotojs.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "khmh.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kiahalchemy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kiliframework.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kindergarten-neugnadenfeld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kinomagia.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kinoshki.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kip-ribbetjes-bestellen.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kirgistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kitevalley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "klassika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kleidermarkt-vintage.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "klub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "konstanz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "konstructdigital.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "konsul.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kopfgeld.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kosmosfestival.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kotuwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kovachica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kozlekedes.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "krasnodar24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kreditzone.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "krossakorven.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "krovatka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks015.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks05.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks06.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks17.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks19.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks2251.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks2298.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks2375.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks2652.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks35.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks3533.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks410.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks5525.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks5531.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks5532.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks56.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks5822.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6872.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks6875.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8112.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8113.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8128.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8129.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8135.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8152.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8176.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8177.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks82.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks82.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8211.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8218.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8266.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8278.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks8281.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks85.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks87.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks96.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ks97.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kudinilam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kulthist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kupibilet.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kurdishphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kurido-anime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "kvest-v-moskve.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lada-plus.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ladanmokhtari.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ladocs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lafansite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lalegria.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lamasacre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "laminsaho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "langadeduero.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "laoliang.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lapolvora.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "larasm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "larsnittve.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "laterremotodealcorcon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "laurable.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lavalon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lawda.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lawyer.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lazer.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "leak.media", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "leeyoungaeph.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lelux.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lenn-blaschke.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "leomwilson.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "leon-tec.co.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "leontyev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "leshok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "leticia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lexikon24.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lfyhokk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "li680.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "libportal.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "libreria-ouroboros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lierohell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "life-in-hell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lightsfromspace.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai107.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai116.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": "lilai2211.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai3366.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai365.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai520.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai634.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai6677.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai777.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai8866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai9898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lilai9966.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "limstash.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lince-bonares.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lineshop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "link-net.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "linko-pomoika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "linkuva.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "linux-help.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "linux-taganrog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "liress.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lisasc.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lisius.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lissajouss.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "listach.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "little-news.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "littleyokohamakennel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "liturkey.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "livejh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "livetopknigi.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "livfcshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ll8819.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lldy88.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "llgj888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "llgw8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "llw0x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "llw2h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "localtownhouses.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "logicdream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lojadkstore.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lomayko.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lonavla.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long0311.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8032.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "long8059.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "loomis.center", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "losaucas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lossaicos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "louisdefunes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "louiza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "love-books.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lspdonline.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lstlx.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lukin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lyfebotanicals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lyriksidan.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "lyuda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "m-16.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "m-beshr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "m1gun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ma-ze-linux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "macaroonshindig.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "macosx86.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "macroseo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "madskauts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "magazilla.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "magazinecards.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "magnetoscopio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maguire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailer.site", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailinaitor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailingproduct.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailmaster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailsend.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailstart.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailtobiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailwala.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mailxpress.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "malaysianews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mamanakormit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mamanura.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mamtapark.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mandela-effect-wiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mangaboxes.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mangareactor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "manicur-salon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mantenimientoimpresoras.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "manure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "manusiasosial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marbrerie-segur.fr", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marcelabarrozo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marcelofernandez.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marina-tsvetaeva.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marketgrid.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marketgrid.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marketia.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marketingpalace.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marketingsuite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marketking.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marketsearch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marketvalue.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maroussia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mars.army", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mars.navy", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "martincernac.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "martinho.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marvnet.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marvnetdigit.al", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marvnetdigital.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marvnetdigital.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marvnetdigital.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marvnetdigital.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "marvnetdigital.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "masqueradecostumes.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "matejstrnad.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "matematikkulubu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mathe.digital", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "matrimonio.com.pe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mattaki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maxiservak.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maxrider.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "maysambotros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mcduff.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mdir.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "medifirst.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "medvedivka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "megaherz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "megalithe.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "megaportal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mein-tortenladen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mekaleskirit.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "melissaofficial.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "memento-mori.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "menn.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mentalcalculations.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mentalcraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mercadohype.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meskiukas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mesotheliomacentre.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "metacortex.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "metal-rock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "metalempire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "metallobaza.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "meteobox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mezinfo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mgonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mhabdullah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mica.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "michele.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "micoff.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "midnight-gaming-community.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mikechasejr.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mikesystems.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mind-books.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "minddrive.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "minikin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "minivehicle.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mir-faktov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mir-multimedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mir-pressy.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mirknighechek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mirokon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mistlake.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mithgol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mixify.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mixmix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mmwb.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mobilebooster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mobilityworks.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moda-donna.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "modeldoll.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "modern-gaming.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mohamedhosting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moltapor.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "molusk.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "money-fast.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moneyreal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "monolithic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "monzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "morozko.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moscowlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mostafabanaei.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "motekforcelink.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "motichi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "motiv-rechts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "motoclubentresemana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "motoland.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "motshop.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mountpost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "moyideal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mpgu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mrston.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ms295.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mtcpuntosalud.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "muchotrolley.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mudasobwa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mudcomplex.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "musicfactory.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "musiker.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "musketiers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mvpinfo.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mvpower.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mybathroom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mycam.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mydoxod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myedcreview.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myeditclub.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myedu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myfursona.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mygameconsole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mygomel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mygrodno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myhoor.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myhostname.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myinsiderplus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mykarelia.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mymkphotography.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mymotherlandstuffs.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myphotonics.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myphotos.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myportal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myresidence.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "myreviews.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "mystore24.us", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n888-qieji.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n888388.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n888599.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n888677.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n888699.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n88890.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n888duchang.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n888go.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "n888ok.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nadjabenaissa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nadoske.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "naemnuk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nagato.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nahman.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nailshop.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nakim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nakin.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "narela.com.mx", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "natalia-in-quebec.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "natarius.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "natariusadvokat.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "natashki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "navalarchitect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nazbol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "neanderthalia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "neaz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nebohost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "necromantia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "needfire.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nethealth.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netkigestioncomercial.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netpenge.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "netsearch.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "new-tuning.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newblogr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newforms.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newlynamed.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "neworiflame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "news-novoros.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "news-srilanka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "news-technology.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsarmenia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newsuzbekistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newtekstil.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "newtons-erben.space", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nextfm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nicastrosalvatore.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nichesite.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nieuwpoort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nijniy-novgorod.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ninmegam.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nippel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nipponkempoph.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nipponnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nivoit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nkorolev.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nl-comunistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nmx.moe", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nn-vol.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "northscottsdaleloan.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "novichok.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "novinkihd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "novinminer.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "novorossiysk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "novorussiya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nudeimg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nwradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nymity.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "nyushikaikaku.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "o15y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oakwood-park.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oasisorthodontics.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "obmen-vizitami.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "obozrevatel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "obzor-znakomstv.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ocachik.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ocenka-nedv.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "odejdamoda.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "offlimo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ofisescort.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oil-heaters.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "okulistiyoruz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oldliverpoolrailways.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "olegrpg.in.ua", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "omarsamarah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "omsk-web.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "omsknews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "omskweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oneless.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "onlinesports.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "opioneers.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "opraab.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "optimall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orbits.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ordina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oriflamesamara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orikos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orologidicristina.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ortopertutti.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "orvibo.com.ec", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ostankino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "otdelka56.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "otoplastik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oussoren-vinetomatoes.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "overnetfaq.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "overpb.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "overps.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ovmfinancial.mortgage", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "oyunmadeni.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333aa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333aaa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333bb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333bbb.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333cc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333ccc.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333ddd.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333ee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333eee.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333ff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333fff.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333ggg.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333h.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333hh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333hhh.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333i.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333ii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333iii.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333j.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333jj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333jjj.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333kkk.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333l.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333ll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333lll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333m.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333mm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333mmm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333nn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333nnn.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333o.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333oo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333ooo.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333ppp.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333q.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333qq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333qqq.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333r.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333rr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333rrr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333s.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333sss.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333t.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333ttt.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333u.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333v.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333x.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333y.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "p333z.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "padshah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paginamaravillosa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "palenque.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "palermoantagonista.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pamm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "panduan-hamil.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "papa---mama.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "parket.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "parkettdielen.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "partii.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "patriciaramos.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paulocolacino.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pavernosmatao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "paywait.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pbcables.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pcexpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pckurzypd.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pecheneg.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "peelland-fm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pegundugun.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "peredoz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "permaculture.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "perron.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "personaljokes.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "petburial.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "petos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "petrovitch.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "phantomfund.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "phero.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "philippinegreenparty.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "phonenumberfind.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "photographerforwedding.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pieterbamps.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pimanta.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "piranhaattack.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pircher.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pisanpeikot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pistonkandidatu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pitbooks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pl-trans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "plastischechirurgie-linz.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "platter.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pleger.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pmk.ddns.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "poemwall.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pointzip.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pokemonargentina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pokemonguide.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "politvesti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "polog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pologalileo.eu", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "popjudge.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "populardogs.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "popupbazaar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "porelsam.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "porevo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "porinnuotiopojat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "portable-games.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "portal-books.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "portal-ru.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "portaleldense.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "positiverbeitrag.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "positiverbeitrag.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "positivos.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "postmusicologia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "potolok-brest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "potomac.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "potterperfect.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "potterybroker.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "potz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "powerlifting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pozarevac.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pozd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pozitiffchik.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pozitiffchik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pranksearch.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pravo911.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "predskazanie.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "premiumplusiptv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prettycities.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prisminfosys.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pritchi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "privacyget.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pro-kemerovo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "proactivenews.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "proculsk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "productosfitness.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "produkt.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "professionallawyer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "profuntime.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prog.sh", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "programming-solutions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "propanesale.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "proporcer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "proposeinspain.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prostoskidki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "protectwrap.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "protogenbrainbooster.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "provereno-rabotaet.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "provereno-rabotaet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "prushka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "psa-travel-care.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "psychologbruksela.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "psychologi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "psychologytests.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ptcbooks.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ptmp.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "publishedpaper.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pulcinella.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "punkart.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pupok.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "purpletech.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "pursuehappiness.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "put-k-uspekhuy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "putany.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "queensfactory.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "quelle-catalog.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "quinmedia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "qwantjunior.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "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 },
+ { "name": "radiocartel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "radiodiagonal.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "radioelectronic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "radiowakeup.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "radiozetta.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "radixsalon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "raghughphotography.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "raginggaming.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rammsteinzone.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ran-drunken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "randomsearching.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rapwoyska.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "raquelmolinacases.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rarece.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rarename.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rastabooks.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "raya.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "razborpoletov.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "razborpoletov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "razborpoletov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "razrabo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rbunews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reallywild.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "recycling.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "redstarpictures.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "redwiki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "reflexionspain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "releasepoint.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "remodeus.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "remont-naushnikov.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "remontpc.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "remoteoffice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "renovandoingresos.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "replikatelefon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "resanebartar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "restoran.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "restoringhopeberks.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "revizor-online.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "revolutionaryaim-vienna.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rfid-grundlagen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ricordisiciliani.it", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rilish.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ringofglory.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roadtochina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rollingstocks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rommelhuntermusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "root-books.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "root-books.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rosiervandenbosch.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rosrabota.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roundaboutweb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "roverglobal.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "royalcavaliers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "royalmech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rs-aktuell.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rtgnews.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rubyonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rudating.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rukminicarrentals.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "runrocknroll.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "rurs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "russia-rp.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "russiahunting.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "russianbearsmotorsport.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "russianbristol.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "russianpunkrock.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ruzaevka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saah.ae", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sabbat-wildfire.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sabedinovski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sabghijewelers.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sabine-dicklberger-massschneiderei-muenchen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sabworldtricks.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "safc.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sagan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saglikhaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "samandcatonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sambot22.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "samiysok.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "samsebe.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sanalaile.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sancaktepehaber.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "santacruzdescargas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "santegra.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "santippolito-borgo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sarah-jane.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "satanspowers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "savatha.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "savemylicence.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "saveusfromavril.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "savin.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sc019.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scandalindo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scfpensante.ca", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schastie.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scholareducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schoolantwoorden.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "schweizerbanken.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sciencetram.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "scooterinaustralia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "screenfox.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seattleshadeandawning.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sebastianjaworecki.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "selebrita.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "self-business.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "selfrealize.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "selfretire.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "semenov.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "semiotika.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "semobr.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "semops.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "senhost.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sentenza.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seo-reality.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seorus.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "seowork.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "servicemagicusa.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "servtraq-staging.azurewebsites.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "servtraqazure.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sexologist.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shadikhan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shahrsazan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shamans.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shanju.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sharik.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sharking.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shawiah.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shevet-achim.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shgw186.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shielddagger.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shiftpsych.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shilpaonline.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shitnikovo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shkololo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shoponlinedeals.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shossain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "shownet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "siberia.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sierramusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "silken-madame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "silveronline.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "simplecryptoconvert.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "simplelinux.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "simplyowners.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sinavyo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sinfully.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sisirbatu.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "site2002.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sithijaya.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skazka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sketchbox.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skiingnewsletter.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skincareagent.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "skinseries.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "slavasoloviev.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sleepawaycampseries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "slogan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "slutty-girls.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smartphonesolution.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smbeermen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "smilecon.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sms72.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "snea-kers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sniffing.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "snipr.gg", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sobakasite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "socreates.cn", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "softwarecloud.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "solarfever.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "soldarizona.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "soloparati.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "somehsara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "soniaferrer.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sophiebbeauty.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spacebestnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spaghettiphreakers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spaghettiwesterns.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spidercrabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spikejeon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "spilka-dyplomativ.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sports-online.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sriravana.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "srochnozaim.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "srochnyj-zajm.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ss-news.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ss09.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ss9288.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stajka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stalker-eyes.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stangeland.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stardam.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stargatedesign.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "starover.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "starpoles.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "starreview.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "starsoft.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "steam-rewards.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "steamsprays.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "steering-wheel.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stenaro.ch", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "step2web-cms.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stephanao.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stephanieleonidasfan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stevebuck.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stevejobsfollowers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stewonet.nl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stolarka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stolensheep.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stop-activ.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stoppage.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "storeplus.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stormhub.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stormylegions.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stphilipneripreschool.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "strawberries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "strl-tunis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stroimvse.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "stuartbeard.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "studenti.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "studiosql.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "styleelite.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sudametrica.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sudanell.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sufarce.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sumcrevillent.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "superbintel.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "supercarrot.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "superiordetail.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "supermustang.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "supernatural-fans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "suranganet.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "surasak.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "suzikogsm.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "svorkmofotball.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "swallowgateway.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sweat-shirts.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "symetrix.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "syonix.ru", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "sywnthkrawft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t1209.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t1316.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t1317.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t1318.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t1319.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t2181.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t2182.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t2881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t5881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t6381.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t6801.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t6810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t6820.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t6830.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t6850.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t6860.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t6870.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t68app.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t7009.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t7119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t776633.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t7802.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t7803.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t7804.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t7805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t7807.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t7808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t7810.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t7880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8006.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8070.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8110.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "t8119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tadjikistan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taginet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tagungsstaette-usedom.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tagungsstaette-zinnowitz.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taihesy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taipei-101.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taken.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "talusan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tanveersingh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tarakan-klopik.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taranagar.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tarija.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tarzanka.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tatiana-kpb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taxi-domzale.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taxi-zakaz.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taximinvody.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "taylorgalleries.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tech-techno.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "technicalproblem.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "technosapien.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tecnikan.com.ar", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "teleradio.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "terrorblast.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tesdrole.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "test-iq.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "test-online.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "testforce.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "testlabs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "the-archive.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theaterreichenhall.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theberries.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theconverter.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thedarkfusion.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thefreebay.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thekonsulthub.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thelakedistrict.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thelencystore.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theocratic.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theosophic.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theprojectx.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theptclist.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "theredsgazette.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thevanishedvoyager.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thimbros.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "thwiki.cc", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ticketscol.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "timetrade.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "timothy.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tinnhanhvietnam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "todayupdates.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "toihoctiengtrung.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "toolspain.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "toopopular.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "toothpique.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "top-mining.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "topkorea.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "torreconta.pt", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "touchdown.co", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tovarypochtoj.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "toys-robots.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tpress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tracesteps.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trackify.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trade-platform.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tradesmance.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tramikshop.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "transeshairtransplant.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "travelvisit.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trendingdeals.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trendingeducation.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tresmaistres.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trickgsm.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "triplethreatband.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tristanhager.i234.me", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trumanlibrary.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "trz.cz", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tulasdeportivasbless.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "turkface.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "turkmistress.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tutorialdb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tvoyaknighka.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tvplusiptv.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "twelvecolonies.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "tyc923.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ualove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ugeek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "umniy-dom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "undergrounder.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uniaofraternalraulcury.com.br", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unitedarmyofentropia.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "unpleasant.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "upbatangan.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "url1.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "user-agent.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "uslugi-voronezh.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v-novosibirske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v12555.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v800a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v800e.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v800f.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v800k.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v800n.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "v800w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vacontractortraining.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "valencianistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "valeniidemunte.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "valledeleresma.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "valleystories.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vam-podarok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vampire-studios.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vasilisa-volodina.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vchelyabinske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vebbankir-zajm-onlajn.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vecherka.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vegtelenchat.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "velacartagena.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "velosipedi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "venlafaxine.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "verdugosxerecistas.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viantours.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viewmythoughts.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "villadelprado.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "villakarma.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "villalmanzo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vincura.io", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viphackers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viplilai.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viporiflame.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vippclub.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vipw6600.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vipw6603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vipw6608.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viraljobs.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viraloffer.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viralted.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "viralvids.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "virgontech.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "virtualbrestby.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "virtualcomputer.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "virtualmemento.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vitaminmovie.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vkstream.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vnovosibirske.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vodicaknapocitac.sk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "volchara.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "volqanic.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "voss-zaehne.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "voss-zaehne.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vozhatik.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vprotect.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vpswebs.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vremyapervyih-hd.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vse-potolki.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "vvvvbrest.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w-ws.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w0102.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w0115.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w0118.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w0138.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w045w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w1010w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w1515w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w158w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w1717w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w233w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w2929w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w3330.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w4141w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w556w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w5858w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w61516.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w61518.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w61616.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6363w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6603.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6612.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66133.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66136.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6631.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66655.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6671.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6673.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66816.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66828.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6684.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w668686.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w668866.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w668899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w668989.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66919.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w66hao.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6803.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6805.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6808.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w682w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6863.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w6880.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w692w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w696w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w7355.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w7474w.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w8093.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w8094.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w8605.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w8609.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w8620.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w8625.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w8626.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w8628.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w8659.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w888055.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "w9196.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wa3368.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "waplumber.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wapspaces.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wartimecontracting.gov", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "washburnenglishschool.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "waytofreedom.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wbcme.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wearethreebears.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "web-studio-kzo.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webcam-model.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webcreativa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "websiteguider.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "websitemarketers.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "webtaxi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weili.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weili1111.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weili1120.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weili1121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weili1122.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weili1123.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weili1127.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weili1128.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weili8888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weili88888.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weilibet.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weilibet.info", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weilibet.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weilibet.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weiliyule.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "weiliyule.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wenhelpdesk.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "westhotel.com.au", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "whitepen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "widejeans.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wiki-books.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wikizip.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wildanalysis.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "willdropphoto.co.uk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wiskundeonderzoek.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wispmaeksmusic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl.bet", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl511.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl970.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl971.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl972.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl973.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl974.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl975.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl976.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl977.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wl978.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wlx678.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wlx678a.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wlx678b.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wlx678c.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wlx678d.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wmsndorgen.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wmsndorgen.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wmsndorgen.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wmsndorgen.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wmsndorgen.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wojciechowka.pl", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wolfteam.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wom-en.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "womensbiz.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wonderfulworldofwalliams.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wooblr.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wordregistrar.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "worldix.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "worldsfree4u.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "worldvisa.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wormincorporated.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wowlove.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "writers-club.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wvpbs.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "wwwwnews.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xakepctbo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xanhdecor.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xerezdeportivo.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--tagungssttte-usedom-owb.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--tagungssttte-zinnowitz-84b.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--uasacrilicas-9gb.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xn--v4q.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpa.be", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj100.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xpj90.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xtravans.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xurl.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xxxoopz.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "xybabyshop.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yagmursoft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yak-host.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yamal-online.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yamei1188.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yamei2233.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yamei8866.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan10.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan11.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan22.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yapan9.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yardesign.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ybvip789.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yeti.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yinduyy.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ym063.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ym069.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ym181.am", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ym2121g.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ym2727.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ym966.net", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "ymm234.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yourloan.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "yura.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8018.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8025.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8029.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8036.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8039.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8053.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8057.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8061.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8065.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8069.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8071.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8072.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8073.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8077.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8085.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8086.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8091.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8092.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8119.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8127.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8129.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8139.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8150.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8158.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8160.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8161.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8165.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8167.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8172.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8173.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8175.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8176.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8177.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8178.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8179.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8187.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8190.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8192.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8198.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8201.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8202.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8203.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8205.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8206.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8213.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8218.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8219.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8230.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8231.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8251.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8817.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8826.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8852.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8875.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "z8918.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zaimdengi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zaimexpress.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zajm-bez-poruchitelej.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zajm-bez-spravok.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zajm-na-kivi.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zajm-pod-raspisku.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zajm-pod-zalog.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zakaz.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zaracraft.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zarbis.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zaympodzalog.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd1313.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6161.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6363.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6879.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6881.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6886.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6898.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd6899.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd7474.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zd9090.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zeanweb.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zentrumfuerchemie.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zetasystem.jp", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zfyl8.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zhabababa.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zhestokiemechtyi.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zhurnalyu.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zinchenko.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl200.vip", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl2121.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl6060.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl6464.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl7070.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl7272.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8813.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8856.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8857.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8874.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zl8891.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlatan-ibrahimovic.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zlotykameleon.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "znakomim.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "znanie-sila.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zofran-medication.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zofrancost.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zofranprice.ga", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zoloftmedication.gq", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zoloftpills.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zoloftprice.cf", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zolushka-1950.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zooforum.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zosia.org", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zovirax-cream.ml", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zrinski.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zrs-meissen.de", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zuitaotu.com", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zwergenfreiheit.at", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
+ { "name": "zxfiles.tk", "policy": "bulk-1-year", "mode": "force-https", "include_subdomains": true },
// END OF 1-YEAR BULK HSTS ENTRIES
// Only eTLD+1 domains can be submitted automatically to hstspreload.org,
@@ -73023,8 +83164,6 @@
{ "name": "mysa.is", "policy": "custom", "mode": "force-https", "include_subdomains": true },
{ "name": "vensl.org", "policy": "custom", "mode": "force-https", "include_subdomains": true },
{ "name": "aaron-schaal.de", "policy": "custom", "mode": "force-https", "include_subdomains": true },
- // TLS 1.3
- { "name": "glassrom.pw", "policy": "custom", "mode": "force-https", "include_subdomains": true },
// Expect-CT
{
"name": "crt.sh", "policy": "custom",
@@ -73316,6 +83455,28 @@
{ "name": "flagriculture.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
{ "name": "floridaconsumerhelp.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
{ "name": "sheriffpawneecountyne.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "tnwildlandfire.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "tnusedoil.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "safeathomeohio.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "sflhidta.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "ohiobusinesscentral.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "schoolsafety.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "solarium.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "cavecreekaz.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "usidfc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "idfc.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "pbrb.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "leavenworthcounty.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "trpa.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "hudsonwi.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "woodfordcountyky.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "franklincountyny.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "townofhulbertok.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "gilsum-nh.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "ahidta.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "pleasantonca.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "elonma.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
+ { "name": "carrolcountyohioelections.gov", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
{ "name": "bmoattachments.org", "policy": "public-suffix-requested", "mode": "force-https", "include_subdomains": true },
// END OF ETLD-OWNER REQUESTED ENTRIES
diff --git a/chromium/net/http/transport_security_state_unittest.cc b/chromium/net/http/transport_security_state_unittest.cc
index 3c5ca3f1e1c..7ff717fd731 100644
--- a/chromium/net/http/transport_security_state_unittest.cc
+++ b/chromium/net/http/transport_security_state_unittest.cc
@@ -34,12 +34,15 @@
#include "net/cert/test_root_certs.h"
#include "net/cert/x509_cert_types.h"
#include "net/cert/x509_certificate.h"
+#include "net/extras/preload_data/decoder.h"
#include "net/http/http_status_code.h"
#include "net/http/http_util.h"
#include "net/net_buildflags.h"
#include "net/ssl/ssl_info.h"
#include "net/test/cert_test_util.h"
#include "net/test/test_data_directory.h"
+#include "net/tools/huffman_trie/bit_writer.h"
+#include "net/tools/huffman_trie/trie/trie_bit_buffer.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -3159,6 +3162,44 @@ TEST_F(TransportSecurityStateStaticTest, UMAOnHPKPReportingFailure) {
1);
}
+TEST_F(TransportSecurityStateTest, WriteSizeDecodeSize) {
+ for (size_t i = 0; i < 300; ++i) {
+ SCOPED_TRACE(i);
+ huffman_trie::TrieBitBuffer buffer;
+ buffer.WriteSize(i);
+ huffman_trie::BitWriter writer;
+ buffer.WriteToBitWriter(&writer);
+ size_t position = writer.position();
+ writer.Flush();
+ ASSERT_NE(writer.bytes().data(), nullptr);
+ extras::PreloadDecoder::BitReader reader(writer.bytes().data(), position);
+ size_t decoded_size;
+ EXPECT_TRUE(reader.DecodeSize(&decoded_size));
+ EXPECT_EQ(i, decoded_size);
+ }
+}
+
+TEST_F(TransportSecurityStateTest, DecodeSizeFour) {
+ // Test that BitReader::DecodeSize properly handles the number 4, including
+ // not over-reading input bytes. BitReader::Next only fails if there's not
+ // another byte to read from; if it reads past the number of bits in the
+ // buffer but is still in the last byte it will still succeed. For this
+ // reason, this test puts the encoding of 4 at the end of the byte to check
+ // that DecodeSize doesn't over-read.
+ //
+ // 4 is encoded as 0b010. Shifted right to fill one byte, it is 0x02, with 5
+ // bits of padding.
+ uint8_t encoded = 0x02;
+ extras::PreloadDecoder::BitReader reader(&encoded, 8);
+ for (size_t i = 0; i < 5; ++i) {
+ bool unused;
+ ASSERT_TRUE(reader.Next(&unused));
+ }
+ size_t decoded_size;
+ EXPECT_TRUE(reader.DecodeSize(&decoded_size));
+ EXPECT_EQ(4u, decoded_size);
+}
+
#endif // BUILDFLAG(INCLUDE_TRANSPORT_SECURITY_STATE_PRELOAD_LIST)
} // namespace net