author | Wes Kocher <wkocher@mozilla.com> |
Mon, 03 Jul 2017 17:37:38 -0700 | |
changeset 367204 | efe6da68bbf2536ae4b06e659f88dd984e261147 |
parent 367203 | c803c00aed9b499dc54697ca7cfd26b784400ea7 (current diff) |
parent 367150 | e6a7a778ba132b87f346a5458b0879c45a3061b7 (diff) |
child 367205 | 3beaca4665c11669ef528d779668e75ae6879a45 |
push id | 32125 |
push user | cbook@mozilla.com |
push date | Tue, 04 Jul 2017 08:48:50 +0000 |
treeherder | mozilla-central@fef489e8c2a1 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | merge |
milestone | 56.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/components/customizableui/content/panelUI.xml +++ b/browser/components/customizableui/content/panelUI.xml @@ -67,17 +67,17 @@ <binding id="panelview"> <content> <xul:box class="panel-header" anonid="header"> <xul:toolbarbutton anonid="back" class="subviewbutton subviewbutton-iconic subviewbutton-back" closemenu="none" tabindex="0" tooltip="&backCmd.label;" - onclick="document.getBindingParent(this).panelMultiView.goBack()"/> + onclick="document.getBindingParent(this).panelMultiView.goBack(); this.blur()"/> <xul:label xbl:inherits="value=title"/> </xul:box> <children/> </content> <implementation> <property name="header" readonly="true" onget="return document.getAnonymousElementByAttribute(this, 'anonid', 'header');"/>
--- a/browser/themes/shared/browser.inc.css +++ b/browser/themes/shared/browser.inc.css @@ -102,56 +102,8 @@ #urlbar-zoom-button > .toolbarbutton-text { display: -moz-box; } #urlbar-zoom-button > .toolbarbutton-icon { display: none; } - -/* Page action button */ -#urlbar-page-action-button { - -moz-appearance: none; - border-style: none; - list-style-image: url("chrome://browser/skin/page-action.svg"); - margin: 0; - padding: 0 6px; - color: inherit; - -moz-context-properties: fill; - fill: currentColor; -} - -#urlbar-page-action-button > .toolbarbutton-icon { - width: 16px; -} - -#page-action-bookmark-button { - list-style-image: url("chrome://browser/skin/bookmark-hollow.svg"); -} - -#page-action-bookmark-button[starred] { - list-style-image: url("chrome://browser/skin/bookmark.svg"); -} - -#page-action-copy-url-button { - list-style-image: url("chrome://browser/skin/link.svg"); -} - -#page-action-email-link-button { - list-style-image: url("chrome://browser/skin/email-link.svg"); -} - -#page-action-send-to-device-button { - list-style-image: url("chrome://browser/skin/device-mobile.svg"); -} - -.page-action-sendToDevice-device[clientType=mobile] { - list-style-image: url("chrome://browser/skin/device-mobile.svg"); -} - -.page-action-sendToDevice-device[clientType=desktop] { - list-style-image: url("chrome://browser/skin/device-desktop.svg"); -} - -#page-action-sendToDevice-fxa-button { - list-style-image: url("chrome://browser/skin/sync.svg"); -}
--- a/browser/themes/shared/icons/bookmark-hollow.svg +++ b/browser/themes/shared/icons/bookmark-hollow.svg @@ -1,6 +1,6 @@ <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path fill="context-fill" d="M8 3.6l1 2 .5.9 1 .2 2.3.4-1.7 1.8-.7.7.1 1 .4 2.4-2-1-.9-.5-.9.5-2 1 .4-2.4.1-1-.7-.7-1.7-1.8 2.4-.4 1-.2.4-.9 1-2M8 0c-.3 0-.6.2-.8.7l-2 4.1-4.3.7c-1 .2-1.2.9-.5 1.6l3.1 3.3-.7 4.6c-.1.6.2 1 .7 1a1.421 1.421 0 0 0 .6-.2L8 13.7l3.9 2.1a2.073 2.073 0 0 0 .6.2c.5 0 .8-.4.7-1.1l-.7-4.6L15.6 7c.7-.7.4-1.4-.5-1.6l-4.3-.7-2-4.1A.938.938 0 0 0 8 0z"/> + <path fill-opacity="context-fill-opacity" fill="context-fill" d="M8 3.6l1 2 .5.9 1 .2 2.3.4-1.7 1.8-.7.7.1 1 .4 2.4-2-1-.9-.5-.9.5-2 1 .4-2.4.1-1-.7-.7-1.7-1.8 2.4-.4 1-.2.4-.9 1-2M8 0c-.3 0-.6.2-.8.7l-2 4.1-4.3.7c-1 .2-1.2.9-.5 1.6l3.1 3.3-.7 4.6c-.1.6.2 1 .7 1a1.421 1.421 0 0 0 .6-.2L8 13.7l3.9 2.1a2.073 2.073 0 0 0 .6.2c.5 0 .8-.4.7-1.1l-.7-4.6L15.6 7c.7-.7.4-1.4-.5-1.6l-4.3-.7-2-4.1A.938.938 0 0 0 8 0z"/> </svg>
--- a/browser/themes/shared/icons/bookmark.svg +++ b/browser/themes/shared/icons/bookmark.svg @@ -1,6 +1,6 @@ <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"> - <path fill="context-fill" d="M8.014 0c-.3 0-.6.2-.8.7l-2 4.1-4.3.7c-1 .2-1.2.9-.5 1.6l3.1 3.3-.7 4.6c-.1.6.2 1 .7 1l.6-.2 3.9-2.1 3.9 2.1.6.2c.5 0 .8-.4.7-1.1l-.7-4.6 3.1-3.3c.7-.7.4-1.4-.5-1.6l-4.3-.7-2-4.1a.9.9 0 0 0-.8-.6z"/> + <path fill-opacity="context-fill-opacity" fill="context-fill" d="M8.014 0c-.3 0-.6.2-.8.7l-2 4.1-4.3.7c-1 .2-1.2.9-.5 1.6l3.1 3.3-.7 4.6c-.1.6.2 1 .7 1l.6-.2 3.9-2.1 3.9 2.1.6.2c.5 0 .8-.4.7-1.1l-.7-4.6 3.1-3.3c.7-.7.4-1.4-.5-1.6l-4.3-.7-2-4.1a.9.9 0 0 0-.8-.6z"/> </svg>
--- a/browser/themes/shared/icons/page-action.svg +++ b/browser/themes/shared/icons/page-action.svg @@ -1,6 +1,6 @@ <!-- This Source Code Form is subject to the terms of the Mozilla Public - License, v. 2.0. If a copy of the MPL was not distributed with this - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"> - <path fill="context-fill" d="M2 6a2 2 0 1 0 2 2 2 2 0 0 0-2-2zm6 0a2 2 0 1 0 2 2 2 2 0 0 0-2-2zm6 0a2 2 0 1 0 2 2 2 2 0 0 0-2-2z"/> + <path fill-opacity="context-fill-opacity" fill="context-fill" d="M2 6a2 2 0 1 0 2 2 2 2 0 0 0-2-2zm6 0a2 2 0 1 0 2 2 2 2 0 0 0-2-2zm6 0a2 2 0 1 0 2 2 2 2 0 0 0-2-2z"/> </svg>
--- a/browser/themes/shared/toolbarbutton-icons.inc.css +++ b/browser/themes/shared/toolbarbutton-icons.inc.css @@ -44,22 +44,20 @@ toolbar[brighttext] :-moz-any(@primaryTo list-style-image: url("chrome://browser/skin/stop.svg"); } %endif #home-button[cui-areatype="toolbar"] { list-style-image: url("chrome://browser/skin/home.svg"); } -#star-button, #bookmarks-menu-button[cui-areatype="toolbar"] { list-style-image: url("chrome://browser/skin/bookmark-hollow.svg"); } -#star-button[starred], #bookmarks-menu-button[cui-areatype="toolbar"][starred] { list-style-image: url("chrome://browser/skin/bookmark.svg"); } toolbar:not([brighttext]) #bookmarks-menu-button[cui-areatype="toolbar"][starred] > .toolbarbutton-menubutton-button { -moz-context-properties: fill; fill: var(--toolbarbutton-icon-fill-attention); }
--- a/browser/themes/shared/urlbar-searchbar.inc.css +++ b/browser/themes/shared/urlbar-searchbar.inc.css @@ -59,8 +59,73 @@ min-width: 12px; margin: 0 -6px; position: relative; border: none; background: transparent; -moz-appearance: none; } +%ifdef MOZ_PHOTON_THEME +/* Page action button */ +#urlbar-page-action-button { + -moz-appearance: none; + border-style: none; + list-style-image: url("chrome://browser/skin/page-action.svg"); + margin: 0; + padding: 0 6px; +} + +#urlbar-page-action-button > .toolbarbutton-icon { + width: 16px; +} + +#urlbar-page-action-button, +.urlbar-icon { + -moz-context-properties: fill, fill-opacity; + fill: currentColor; + fill-opacity: 0.6; + color: inherit; +} + +#star-button { + list-style-image: url("chrome://browser/skin/bookmark-hollow.svg"); +} + +#star-button[starred] { + list-style-image: url("chrome://browser/skin/bookmark.svg"); + fill-opacity: 1; + fill: var(--toolbarbutton-icon-fill-attention); +} + +/* Page action popup */ +#page-action-bookmark-button { + list-style-image: url("chrome://browser/skin/bookmark-hollow.svg"); +} + +#page-action-bookmark-button[starred] { + list-style-image: url("chrome://browser/skin/bookmark.svg"); +} + +#page-action-copy-url-button { + list-style-image: url("chrome://browser/skin/link.svg"); +} + +#page-action-email-link-button { + list-style-image: url("chrome://browser/skin/email-link.svg"); +} + +#page-action-send-to-device-button { + list-style-image: url("chrome://browser/skin/device-mobile.svg"); +} + +.page-action-sendToDevice-device[clientType=mobile] { + list-style-image: url("chrome://browser/skin/device-mobile.svg"); +} + +.page-action-sendToDevice-device[clientType=desktop] { + list-style-image: url("chrome://browser/skin/device-desktop.svg"); +} + +#page-action-sendToDevice-fxa-button { + list-style-image: url("chrome://browser/skin/sync.svg"); +} +%endif
--- a/dom/base/nsDocument.cpp +++ b/dom/base/nsDocument.cpp @@ -9010,33 +9010,34 @@ nsDocument::OnPageShow(bool aPersisted, } if (aPersisted) { ImageTracker()->SetAnimatingState(true); } UpdateVisibilityState(); - nsCOMPtr<EventTarget> target = aDispatchStartTarget; - if (!target) { - target = do_QueryInterface(GetWindow()); - } - - // Dispatch observer notification to notify observers page is shown. - nsCOMPtr<nsIObserverService> os = mozilla::services::GetObserverService(); - if (os) { - nsIPrincipal *principal = GetPrincipal(); - os->NotifyObservers(static_cast<nsIDocument*>(this), - nsContentUtils::IsSystemPrincipal(principal) ? - "chrome-page-shown" : - "content-page-shown", - nullptr); - } - - DispatchPageTransition(target, NS_LITERAL_STRING("pageshow"), aPersisted); + if (!mIsBeingUsedAsImage) { + // Dispatch observer notification to notify observers page is shown. + nsCOMPtr<nsIObserverService> os = mozilla::services::GetObserverService(); + if (os) { + nsIPrincipal *principal = GetPrincipal(); + os->NotifyObservers(static_cast<nsIDocument*>(this), + nsContentUtils::IsSystemPrincipal(principal) ? + "chrome-page-shown" : + "content-page-shown", + nullptr); + } + + nsCOMPtr<EventTarget> target = aDispatchStartTarget; + if (!target) { + target = do_QueryInterface(GetWindow()); + } + DispatchPageTransition(target, NS_LITERAL_STRING("pageshow"), aPersisted); + } } static bool NotifyPageHide(nsIDocument* aDocument, void* aData) { const bool* aPersistedPtr = static_cast<const bool*>(aData); aDocument->OnPageHide(*aPersistedPtr, nullptr); return true; @@ -9101,36 +9102,37 @@ nsDocument::OnPageHide(bool aPersisted, // when the page is refreshing while being dragged out nsDocShell* docShell = mDocumentContainer.get(); if (aPersisted && !(docShell && docShell->InFrameSwap())) { ImageTracker()->SetAnimatingState(false); } ExitPointerLock(); - // Now send out a PageHide event. - nsCOMPtr<EventTarget> target = aDispatchStartTarget; - if (!target) { - target = do_QueryInterface(GetWindow()); - } - - // Dispatch observer notification to notify observers page is hidden. - nsCOMPtr<nsIObserverService> os = mozilla::services::GetObserverService(); - if (os) { - nsIPrincipal* principal = GetPrincipal(); - os->NotifyObservers(static_cast<nsIDocument*>(this), - nsContentUtils::IsSystemPrincipal(principal) ? - "chrome-page-hidden" : - "content-page-hidden", - nullptr); - } - - { - PageUnloadingEventTimeStamp timeStamp(this); - DispatchPageTransition(target, NS_LITERAL_STRING("pagehide"), aPersisted); + if (!mIsBeingUsedAsImage) { + // Dispatch observer notification to notify observers page is hidden. + nsCOMPtr<nsIObserverService> os = mozilla::services::GetObserverService(); + if (os) { + nsIPrincipal* principal = GetPrincipal(); + os->NotifyObservers(static_cast<nsIDocument*>(this), + nsContentUtils::IsSystemPrincipal(principal) ? + "chrome-page-hidden" : + "content-page-hidden", + nullptr); + } + + // Now send out a PageHide event. + nsCOMPtr<EventTarget> target = aDispatchStartTarget; + if (!target) { + target = do_QueryInterface(GetWindow()); + } + { + PageUnloadingEventTimeStamp timeStamp(this); + DispatchPageTransition(target, NS_LITERAL_STRING("pagehide"), aPersisted); + } } mVisible = false; UpdateVisibilityState(); EnumerateExternalResources(NotifyPageHide, &aPersisted); EnumerateActivityObservers(NotifyActivityChanged, nullptr);
--- a/layout/reftests/font-face/reftest.list +++ b/layout/reftests/font-face/reftest.list @@ -77,17 +77,17 @@ skip HTTP(..) == enable-sheet-6.html mul skip HTTP(..) == enable-sheet-7.html multiple-in-family-1-ref.html HTTP(..) == disable-sheet-1.html disable-sheet-1-ref.html # We're missing disable-sheet-{2,3,6,7} (analogs to # enable-sheet{2,3,6,7}) because I don't know how to detect test # completion for those cases. HTTP(..) == disable-sheet-4.html disable-sheet-4-ref.html skip-if(styloVsGecko) HTTP(..) == disable-sheet-5.html disable-sheet-4-ref.html HTTP(..) == sheet-set-base-1.html sheet-set-base-1-ref.html -random-if(cocoaWidget) skip-if(styloVsGecko) HTTP(..) == sheet-set-switch-1.html sheet-set-switch-1-ref.html # bug 468217 +random-if(cocoaWidget) HTTP(..) == sheet-set-switch-1.html sheet-set-switch-1-ref.html # bug 468217 skip-if(styloVsGecko) HTTP(..) == insert-rule-1a.html insert-rule-1-ref.html skip-if(styloVsGecko) HTTP(..) == insert-rule-1b.html insert-rule-1-ref.html skip-if(styloVsGecko) HTTP(..) == delete-rule-1.html delete-rule-1-ref.html random-if(styloVsGecko) HTTP(..) == media-query-add-1.html media-query-add-1-ref.html random-if(styloVsGecko) HTTP(..) == media-query-remove-1.html media-query-remove-1-ref.html HTTP(..) != media-query-add-1-ref.html media-query-remove-1-ref.html HTTP(..) == ahem-metrics-1.html ahem-metrics-1-ref.html
new file mode 100644 --- /dev/null +++ b/layout/reftests/generated-content/dynamic-content-ref.html @@ -0,0 +1,7 @@ +<!doctype html> +<style> +div::before { + content: "Woof"; +} +</style> +<div></div>
new file mode 100644 --- /dev/null +++ b/layout/reftests/generated-content/dynamic-content.html @@ -0,0 +1,14 @@ +<!doctype html> +<style> +div::before { + content: none; +} +.foo::before { + content: "Woof"; +} +</style> +<div></div> +<script> + document.body.offsetTop; + document.querySelector('div').classList.add('foo'); +</script>
--- a/layout/reftests/generated-content/reftest.list +++ b/layout/reftests/generated-content/reftest.list @@ -13,8 +13,9 @@ fuzzy-if(OSX==1010,1,10) == dynamic-tabl fuzzy-if(OSX==1010,1,10) == floated-01.html floated-01-ref.html fuzzy-if(OSX==1010,1,10) == images-01.html images-01-ref.html fuzzy-if(OSX==1010,1,10) == positioned-01.html positioned-01-ref.html fuzzy-if(OSX==1010,1,10) == quotes-001.xml quotes-001-ref.xml fuzzy-if(OSX==1010,1,10) == table-ignoring-whitespace-01.html table-ignoring-whitespace-01-ref.html fuzzy-if(OSX==1010,1,10) == table-parts-01.html table-parts-01-ref.html == before-style-sharing.html before-style-sharing-ref.html == transitive-style-invalidation.html transitive-style-invalidation-ref.html +== dynamic-content.html dynamic-content-ref.html
--- a/layout/style/test/mochitest.ini +++ b/layout/style/test/mochitest.ini @@ -253,16 +253,17 @@ skip-if = android_version == '18' #debug [test_position_sticky.html] [test_priority_preservation.html] [test_property_database.html] [test_property_syntax_errors.html] [test_pseudoelement_state.html] [test_pseudoelement_parsing.html] [test_redundant_font_download.html] support-files = redundant_font_download.sjs +[test_reframe_pseudo_element.html] [test_rem_unit.html] [test_restyle_table_wrapper.html] [test_restyles_in_smil_animation.html] skip-if = toolkit == 'android' # bug 1328522 [test_root_node_display.html] [test_rule_insertion.html] [test_rule_serialization.html] [test_rules_out_of_sheets.html]
new file mode 100644 --- /dev/null +++ b/layout/style/test/test_reframe_pseudo_element.html @@ -0,0 +1,33 @@ +<!doctype html> +<meta charset="utf-8"> +<title> + Test for bug 1376352: We don't reframe all the time a replaced element that + matches generated content rules. +</title> +<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> +<script src="/tests/SimpleTest/SimpleTest.js"></script> +<style> +input::before { + content: "Foo"; +} +</style> +<input type="text"> +<script> +SimpleTest.waitForExplicitFinish(); +const utils = SpecialPowers.getDOMWindowUtils(window); +document.documentElement.offsetTop; +const input = document.querySelector('input'); + +const previousConstructCount = utils.framesConstructed; +const previousRestyleGeneration = utils.restyleGeneration; + +input.style.color = "blue"; + +document.documentElement.offsetTop; +isnot(previousRestyleGeneration, utils.restyleGeneration, + "We should have restyled"); +is(previousConstructCount, utils.framesConstructed, + "We shouldn't have reframed"); + +SimpleTest.finish(); +</script>
--- a/media/libstagefright/binding/MP4Metadata.cpp +++ b/media/libstagefright/binding/MP4Metadata.cpp @@ -896,16 +896,18 @@ MP4MetadataRust::GetTrackInfo(mozilla::T case mp4parse_codec_UNKNOWN: codec_string = "unknown"; break; case mp4parse_codec_AAC: codec_string = "aac"; break; case mp4parse_codec_OPUS: codec_string = "opus"; break; case mp4parse_codec_FLAC: codec_string = "flac"; break; case mp4parse_codec_AVC: codec_string = "h.264"; break; case mp4parse_codec_VP9: codec_string = "vp9"; break; case mp4parse_codec_MP3: codec_string = "mp3"; break; case mp4parse_codec_MP4V: codec_string = "mp4v"; break; + case mp4parse_codec_AC3: codec_string = "ac-3"; break; + case mp4parse_codec_EC3: codec_string = "ec-3"; break; } MOZ_LOG(sLog, LogLevel::Debug, ("track codec %s (%u)\n", codec_string, info.codec)); #endif // This specialization interface is crazy. UniquePtr<mozilla::TrackInfo> e; switch (aType) {
--- a/media/libstagefright/binding/include/mp4parse.h +++ b/media/libstagefright/binding/include/mp4parse.h @@ -34,16 +34,19 @@ typedef enum mp4parse_codec { mp4parse_codec_UNKNOWN, mp4parse_codec_AAC, mp4parse_codec_FLAC, mp4parse_codec_OPUS, mp4parse_codec_AVC, mp4parse_codec_VP9, mp4parse_codec_MP3, mp4parse_codec_MP4V, + mp4parse_codec_JPEG, + mp4parse_codec_AC3, + mp4parse_codec_EC3, } mp4parse_codec; typedef struct mp4parse_track_info { mp4parse_track_type track_type; mp4parse_codec codec; uint32_t track_id; uint64_t duration; int64_t media_time;
--- a/media/libstagefright/binding/mp4parse/src/boxes.rs +++ b/media/libstagefright/binding/mp4parse/src/boxes.rs @@ -132,9 +132,14 @@ box_database!( QTWaveAtom 0x77617665, // "wave" - quicktime atom ProtectionSystemSpecificHeaderBox 0x70737368, // "pssh" SchemeInformationBox 0x73636869, // "schi" TrackEncryptionBox 0x74656e63, // "tenc" ProtectionSchemeInformationBox 0x73696e66, // "sinf" OriginalFormatBox 0x66726d61, // "frma" MP3AudioSampleEntry 0x2e6d7033, // ".mp3" - from F4V. CompositionOffsetBox 0x63747473, // "ctts" + JPEGAtom 0x6a706567, // "jpeg" - QT JPEG + AC3SampleEntry 0x61632d33, // "ac-3" + EC3SampleEntry 0x65632d33, // "ec-3" + AC3SpecificBox 0x64616333, // "dac3" + EC3SpecificBox 0x64656333, // "dec3" );
--- a/media/libstagefright/binding/mp4parse/src/lib.rs +++ b/media/libstagefright/binding/mp4parse/src/lib.rs @@ -262,16 +262,18 @@ pub struct ES_Descriptor { } #[allow(non_camel_case_types)] #[derive(Debug, Clone)] pub enum AudioCodecSpecific { ES_Descriptor(ES_Descriptor), FLACSpecificBox(FLACSpecificBox), OpusSpecificBox(OpusSpecificBox), + AC3SpecificBox, + EC3SpecificBox, MP3, } #[derive(Debug, Clone)] pub struct AudioSampleEntry { data_reference_index: u16, pub channelcount: u16, pub samplesize: u16, @@ -280,16 +282,17 @@ pub struct AudioSampleEntry { pub protection_info: Vec<ProtectionSchemeInfoBox>, } #[derive(Debug, Clone)] pub enum VideoCodecSpecific { AVCConfig(Vec<u8>), VPxConfig(VPxConfigBox), ESDSConfig(Vec<u8>), + JPEG, } #[derive(Debug, Clone)] pub struct VideoSampleEntry { data_reference_index: u16, pub width: u16, pub height: u16, pub codec_specific: VideoCodecSpecific, @@ -408,16 +411,19 @@ pub enum CodecType { Opus, H264, // 14496-10 MP4V, // 14496-2 VP10, VP9, VP8, EncryptedVideo, EncryptedAudio, + JPEG, // QT JPEG atom + AC3, // Digital Audio Compression (AC-3, Enhanced AC-3) Standard, ETSI TS 102 366. + EC3, // Digital Audio Compression (AC-3, Enhanced AC-3) Standard, ETSI TS 102 366. } impl Default for CodecType { fn default() -> Self { CodecType::Unknown } } /// The media's global (mvhd) timescale in units per second. #[derive(Debug, Copy, Clone, PartialEq)] @@ -1663,16 +1669,17 @@ fn read_hdlr<T: Read>(src: &mut BMFFBox< fn read_video_sample_entry<T: Read>(src: &mut BMFFBox<T>) -> Result<(CodecType, SampleEntry)> { let name = src.get_header().name; let codec_type = match name { BoxType::AVCSampleEntry | BoxType::AVC3SampleEntry => CodecType::H264, BoxType::MP4VideoSampleEntry => CodecType::MP4V, BoxType::VP8SampleEntry => CodecType::VP8, BoxType::VP9SampleEntry => CodecType::VP9, BoxType::ProtectedVisualSampleEntry => CodecType::EncryptedVideo, + BoxType::JPEGAtom => CodecType::JPEG, _ => CodecType::Unknown, }; // Skip uninteresting fields. skip(src, 6)?; let data_reference_index = be_u16(src)?; @@ -1681,17 +1688,21 @@ fn read_video_sample_entry<T: Read>(src: let width = be_u16(src)?; let height = be_u16(src)?; // Skip uninteresting fields. skip(src, 50)?; // Skip clap/pasp/etc. for now. - let mut codec_specific = None; + let mut codec_specific = if name == BoxType::JPEGAtom { + Some(VideoCodecSpecific::JPEG) + } else { + None + }; let mut protection_info = Vec::new(); let mut iter = src.box_iter(); while let Some(mut b) = iter.next_box()? { match b.head.name { BoxType::AVCConfigurationBox => { if (name != BoxType::AVCSampleEntry && name != BoxType::AVC3SampleEntry && name != BoxType::ProtectedVisualSampleEntry) || @@ -1718,16 +1729,21 @@ fn read_video_sample_entry<T: Read>(src: if name != BoxType::MP4VideoSampleEntry || codec_specific.is_some() { return Err(Error::InvalidData("malformed video sample entry")); } let (_, _) = read_fullbox_extra(&mut b.content)?; let esds_size = b.head.size - b.head.offset - 4; let esds = read_buf(&mut b.content, esds_size as usize)?; codec_specific = Some(VideoCodecSpecific::ESDSConfig(esds)); } + BoxType::JPEGAtom => { + if name != BoxType::JPEGAtom || codec_specific.is_some() { + return Err(Error::InvalidData("malformed video sample entry")); + } + } BoxType::ProtectionSchemeInformationBox => { if name != BoxType::ProtectedVisualSampleEntry { return Err(Error::InvalidData("malformed video sample entry")); } let sinf = read_sinf(&mut b)?; log!("{:?} (sinf)", sinf); protection_info.push(sinf); } @@ -1848,16 +1864,36 @@ fn read_audio_sample_entry<T: Read>(src: if name != BoxType::ProtectedAudioSampleEntry { return Err(Error::InvalidData("malformed audio sample entry")); } let sinf = read_sinf(&mut b)?; log!("{:?} (sinf)", sinf); codec_type = CodecType::EncryptedAudio; protection_info.push(sinf); } + BoxType::AC3SpecificBox => { + if name != BoxType::AC3SampleEntry { + return Err(Error::InvalidData("malformed AC3 sample entry")); + } + // TODO: AC3SpecificBox needs to be parsed for detail information. + skip_box_remain(&mut b)?; + log!("(ac3)"); + codec_type = CodecType::AC3; + codec_specific = Some(AudioCodecSpecific::AC3SpecificBox); + } + BoxType::EC3SpecificBox => { + if name != BoxType::EC3SpecificBox { + return Err(Error::InvalidData("malformed EC3 sample entry")); + } + // TODO: EC3SpecificBox needs to be parsed for detail information. + skip_box_remain(&mut b)?; + log!("(ec3)"); + codec_type = CodecType::EC3; + codec_specific = Some(AudioCodecSpecific::EC3SpecificBox); + } _ => skip_box_content(&mut b)?, } check_parser_state!(b.content); } codec_specific .map(|codec_specific| (codec_type, SampleEntry::Audio(AudioSampleEntry { data_reference_index: data_reference_index,
--- a/media/libstagefright/binding/mp4parse/src/tests.rs +++ b/media/libstagefright/binding/mp4parse/src/tests.rs @@ -896,16 +896,41 @@ fn read_esds() { assert_eq!(es.audio_object_type, Some(2)); assert_eq!(es.audio_sample_rate, Some(24000)); assert_eq!(es.audio_channel_count, Some(6)); assert_eq!(es.codec_esds, aac_esds); assert_eq!(es.decoder_specific_data, aac_dc_descriptor); } #[test] +fn read_ac3_sample_entry() { + let ac3 = + vec![ + 0x00, 0x00, 0x00, 0x0b, 0x64, 0x61, 0x63, 0x33, 0x10, 0x11, 0x60 + ]; + + let mut stream = make_box(BoxSize::Auto, b"ac-3", |s| { + s.append_repeated(0, 6) + .B16(1) // data_reference_count + .B16(0) + .append_repeated(0, 6) + .B16(2) + .B16(16) + .append_repeated(0, 4) + .B32(48000 << 16) + .append_bytes(ac3.as_slice()) + }); + + let mut iter = super::BoxIter::new(&mut stream); + let mut stream = iter.next_box().unwrap().unwrap(); + let (codec_type, _) = super::read_audio_sample_entry(&mut stream) + .expect("fail to read ac3 atom"); + assert_eq!(codec_type, super::CodecType::AC3); +} +#[test] fn read_stsd_mp4v() { let mp4v = vec![ 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xd0, 0x01, 0xe0, 0x00, 0x48, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, @@ -1006,8 +1031,43 @@ fn max_table_limit() { let mut stream = iter.next_box().unwrap().unwrap(); let mut track = super::Track::new(0); match super::read_edts(&mut stream, &mut track) { Err(Error::Unsupported(s)) => assert_eq!(s, "Over limited value"), Ok(_) => panic!("expected an error result"), _ => panic!("expected a different error result"), } } + +#[test] +fn jpeg_video_sample_entry() { + let jpeg = make_box(BoxSize::Auto, b"jpeg", |s| { + s.append_repeated(0, 6) + .B16(1) + .append_repeated(0, 16) + .B16(1024) + .B16(1024) + .append_repeated(0, 14) + .append_repeated(0, 32) + .append_repeated(0, 4) + }).into_inner(); + let mut stream = make_fullbox(BoxSize::Auto, b"stsd", 0, |s| { + s.B32(1) + .append_bytes(jpeg.as_slice()) + }); + + let mut iter = super::BoxIter::new(&mut stream); + let mut stream = iter.next_box().unwrap().unwrap(); + let mut track = super::Track::new(0); + match super::read_stsd(&mut stream, &mut track) { + Ok(sample_description) => { + match sample_description.descriptions[0] { + super::SampleEntry::Video(ref jpeg) => { + assert_eq!(track.codec_type, super::CodecType::JPEG); + assert_eq!(jpeg.height, 1024); + assert_eq!(jpeg.width, 1024); + } , + _ => {}, + } + }, + _ => panic!("failed to parse a jpeg atom"), + } +}
--- a/media/libstagefright/binding/mp4parse/tests/public.rs +++ b/media/libstagefright/binding/mp4parse/tests/public.rs @@ -55,16 +55,19 @@ fn public_api() { assert!(vpx.chroma_subsampling > 0); assert!(!vpx.codec_init.is_empty()); "VPx" } mp4::VideoCodecSpecific::ESDSConfig(mp4v) => { assert!(!mp4v.is_empty()); "MP4V" } + mp4::VideoCodecSpecific::JPEG => { + "JPEG" + } }, "AVC"); } Some(mp4::SampleEntry::Audio(a)) => { // track part assert_eq!(track.duration, Some(mp4::TrackScaledTime(2944, 1))); assert_eq!(track.empty_duration, Some(mp4::MediaScaledTime(0))); assert_eq!(track.media_time, Some(mp4::TrackScaledTime(1024, 1))); assert_eq!(track.timescale, Some(mp4::TrackTimeScale(48000, 1))); @@ -94,16 +97,22 @@ fn public_api() { mp4::AudioCodecSpecific::OpusSpecificBox(opus) => { // We don't enter in here, we just check if fields are public. assert!(opus.version > 0); "Opus" } mp4::AudioCodecSpecific::MP3 => { "MP3" } + mp4::AudioCodecSpecific::AC3SpecificBox => { + "AC3" + } + mp4::AudioCodecSpecific::EC3SpecificBox => { + "EC3" + } }, "ES"); assert!(a.samplesize > 0); assert!(a.samplerate > 0); } Some(mp4::SampleEntry::Unknown) | None => {} } } }
--- a/media/libstagefright/binding/mp4parse_capi/src/lib.rs +++ b/media/libstagefright/binding/mp4parse_capi/src/lib.rs @@ -90,16 +90,19 @@ pub enum mp4parse_codec { UNKNOWN, AAC, FLAC, OPUS, AVC, VP9, MP3, MP4V, + JPEG, // for QT JPEG atom in video track + AC3, + EC3, } impl Default for mp4parse_codec { fn default() -> Self { mp4parse_codec::UNKNOWN } } #[repr(C)] #[derive(Default)] @@ -423,24 +426,30 @@ pub unsafe extern fn mp4parse_get_track_ AudioCodecSpecific::ES_Descriptor(ref esds) if esds.audio_codec == CodecType::AAC => mp4parse_codec::AAC, AudioCodecSpecific::ES_Descriptor(ref esds) if esds.audio_codec == CodecType::MP3 => mp4parse_codec::MP3, AudioCodecSpecific::ES_Descriptor(_) => mp4parse_codec::UNKNOWN, AudioCodecSpecific::MP3 => mp4parse_codec::MP3, + AudioCodecSpecific::AC3SpecificBox => + mp4parse_codec::AC3, + AudioCodecSpecific::EC3SpecificBox => + mp4parse_codec::EC3, }, Some(SampleEntry::Video(ref video)) => match video.codec_specific { VideoCodecSpecific::VPxConfig(_) => mp4parse_codec::VP9, VideoCodecSpecific::AVCConfig(_) => mp4parse_codec::AVC, VideoCodecSpecific::ESDSConfig(_) => mp4parse_codec::MP4V, + VideoCodecSpecific::JPEG => + mp4parse_codec::JPEG, }, _ => mp4parse_codec::UNKNOWN, }; let track = &context.tracks[track_index]; if let (Some(track_timescale), Some(context_timescale)) = (track.timescale, @@ -559,16 +568,18 @@ pub unsafe extern fn mp4parse_get_track_ return mp4parse_status::INVALID; } (*info).extra_data.length = v.len() as u32; (*info).extra_data.data = v.as_ptr(); } } } } + AudioCodecSpecific::AC3SpecificBox => (), + AudioCodecSpecific::EC3SpecificBox => (), AudioCodecSpecific::MP3 => (), } if let Some(p) = audio.protection_info.iter().find(|sinf| sinf.tenc.is_some()) { if let Some(ref tenc) = p.tenc { (*info).protected_data.is_encrypted = tenc.is_encrypted; (*info).protected_data.iv_size = tenc.iv_size; (*info).protected_data.kid.set_data(&(tenc.kid)); @@ -939,29 +950,19 @@ fn create_sample_table(track: &Track, tr let mut sum_delta = TrackScaledTime::<i64>(0, track.id); for sample in sample_table.as_mut_slice() { let decode_time = sum_delta; sum_delta = sum_delta + stts_iter.next_delta(); // ctts_offset is the current sample offset time. let ctts_offset = ctts_offset_iter.next_offset_time(); - // ctts_offset could be negative but (decode_time + ctts_offset) should always be positive - // value. - let start_composition = track_time_to_us(decode_time + ctts_offset, timescale).and_then(|t| { - if t < 0 { return None; } - Some(t) - }); + let start_composition = track_time_to_us(decode_time + ctts_offset, timescale); - // ctts_offset could be negative but (sum_delta + ctts_offset) should always be positive - // value. - let end_composition = track_time_to_us(sum_delta + ctts_offset, timescale).and_then(|t| { - if t < 0 { return None; } - Some(t) - }); + let end_composition = track_time_to_us(sum_delta + ctts_offset, timescale); let start_decode = track_time_to_us(decode_time, timescale); match (start_composition, end_composition, start_decode) { (Some(s_c), Some(e_c), Some(s_d)) => { sample.start_composition = s_c + track_offset_time; sample.end_composition = e_c + track_offset_time; sample.start_decode = s_d;
--- a/media/libstagefright/binding/update-rust.sh +++ b/media/libstagefright/binding/update-rust.sh @@ -1,13 +1,13 @@ #!/bin/sh -e # Script to update mp4parse-rust sources to latest upstream # Default version. -VER=5bff34a85f2c0b1f147798ea701f7b704e651ae8 +VER=ae58bb5063cde8018d51c1778a52392777ddb0d4 # Accept version or commit from the command line. if test -n "$1"; then VER=$1 fi echo "Fetching sources..." rm -rf _upstream
--- a/security/manager/ssl/StaticHPKPins.h +++ b/security/manager/ssl/StaticHPKPins.h @@ -1144,9 +1144,9 @@ static const TransportSecurityPreload kP { "za.search.yahoo.com", false, true, false, -1, &kPinset_yahoo }, { "zh.search.yahoo.com", false, true, false, -1, &kPinset_yahoo }, }; // Pinning Preload List Length = 480; static const int32_t kUnknownId = -1; -static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1507477004924000); +static const PRTime kPreloadPKPinsExpirationTime = INT64_C(1507563805584000);
--- a/security/manager/ssl/nsSTSPreloadList.errors +++ b/security/manager/ssl/nsSTSPreloadList.errors @@ -31,16 +31,17 @@ 16packets.com: could not connect to host 188betwarriors.co.uk: could not connect to host 188trafalgar.ca: did not receive HSTS header 195gm.com: could not connect to host 1a-jva.de: could not connect to host 1atic.com: could not connect to host 1cover.com: could not connect to host 1k8b.com: could not connect to host 1password.com: did not receive HSTS header +1px.tv: could not connect to host 1s.tn: could not connect to host 1stcapital.com.sg: did not receive HSTS header 1xcess.com: did not receive HSTS header 1years.cc: could not connect to host 206rc.net: max-age too low: 2592000 21.co.uk: did not receive HSTS header 21lg.co: could not connect to host 247loan.com: max-age too low: 0 @@ -59,17 +60,17 @@ 300mbmovies4u.cc: could not connect to h 301.website: could not connect to host 302.nyc: could not connect to host 33drugstore.com: did not receive HSTS header 360gradus.com: did not receive HSTS header 365.or.jp: could not connect to host 368mibn.com: could not connect to host 38sihu.com: could not connect to host 39sihu.com: could not connect to host -3c-d.de: could not connect to host +3ags.de: did not receive HSTS header 3chit.cf: could not connect to host 3click-loan.com: could not connect to host 3delivered.com: could not connect to host 3dproteinimaging.com: did not receive HSTS header 3sreporting.com: did not receive HSTS header 3yearloans.com: could not connect to host 404.sh: max-age too low: 0 404404.info: could not connect to host @@ -80,16 +81,17 @@ 4679.space: could not connect to host 4azino777.ru: could not connect to host 4cclothing.com: could not connect to host 4elements.com: did not receive HSTS header 4eyes.ch: did not receive HSTS header 4miners.net: could not connect to host 4sqsu.eu: could not connect to host 4w-performers.link: could not connect to host 50millionablaze.org: could not connect to host +52neptune.com: could not connect to host 540.co: did not receive HSTS header 56ct.com: could not connect to host 60ych.net: did not receive HSTS header 6120.eu: did not receive HSTS header 69square.com: could not connect to host 7kovrikov.ru: did not receive HSTS header 7trade8.com: could not connect to host 808.lv: did not receive HSTS header @@ -152,16 +154,17 @@ acslimited.co.uk: did not receive HSTS h actgruppe.de: did not receive HSTS header activateplay.com: did not receive HSTS header activeweb.top: could not connect to host activiti.alfresco.com: did not receive HSTS header actu-medias.com: did not receive HSTS header acuve.jp: could not connect to host ada.is: max-age too low: 2592000 adajwells.me: could not connect to host +adamgold.net: could not connect to host adamradocz.com: could not connect to host adams.net: max-age too low: 0 adamwk.com: did not receive HSTS header adboos.com: did not receive HSTS header addaxpetroleum.com: could not connect to host addvocate.com: could not connect to host adelevie.com: could not connect to host adequatetechnology.com: could not connect to host @@ -188,22 +191,24 @@ aduedu.de: did not receive HSTS header adunanza.net: did not receive HSTS header advancedstudio.ro: did not receive HSTS header adver.top: could not connect to host adviespuntklokkenluiders.nl: could not connect to host aemoria.com: could not connect to host aerialmediapro.net: could not connect to host aes256.ru: could not connect to host aether.pw: could not connect to host +aevpn.net: could not connect to host aeyoun.com: did not receive HSTS header af-fotografie.net: did not receive HSTS header affilie.de: did not receive HSTS header aficotroceni.ro: did not receive HSTS header afiru.net: could not connect to host afp548.tk: could not connect to host +afvallendoeje.nu: could not connect to host afyou.co.kr: could not connect to host agalaxyfarfaraway.co.uk: could not connect to host agate.pw: did not receive HSTS header agatheetraphael.fr: could not connect to host agbremen.de: did not receive HSTS header agentseeker.ca: did not receive HSTS header agevio.com: could not connect to host agrimap.com: did not receive HSTS header @@ -273,16 +278,17 @@ altmv.com: max-age too low: 7776000 aluminium-scaffolding.co.uk: could not connect to host alza.at: did not receive HSTS header alza.co.uk: did not receive HSTS header alza.cz: did not receive HSTS header alza.de: did not receive HSTS header alza.hu: did not receive HSTS header alza.sk: did not receive HSTS header alzashop.com: did not receive HSTS header +am8888.top: could not connect to host amaforums.org: could not connect to host amandaonishi.com: could not connect to host amavis.org: did not receive HSTS header amcvega.com: did not receive HSTS header american-truck-simulator.de: could not connect to host american-truck-simulator.net: could not connect to host americanworkwear.nl: did not receive HSTS header amigogeek.net: could not connect to host @@ -334,17 +340,17 @@ anomaly.ws: did not receive HSTS header anonymo.co.uk: could not connect to host anonymo.uk: did not receive HSTS header anonymousstatecollegelulzsec.com: could not connect to host anook.com: max-age too low: 0 another.ch: could not connect to host ansdell.info: could not connect to host anshuman-chatterjee.com: did not receive HSTS header ansibeast.net: could not connect to host -anstoncs.com.au: could not connect to host +anstoncs.com.au: max-age too low: 86400 ant.land: could not connect to host anthenor.co.uk: could not connect to host antimine.kr: could not connect to host antocom.com: did not receive HSTS header antoinedeschenes.com: could not connect to host antoniomarques.eu: did not receive HSTS header antoniorequena.com.ve: could not connect to host antscript.com: did not receive HSTS header @@ -364,19 +370,21 @@ apmg-cyber.com: did not receive HSTS hea apnakliyat.com: did not receive HSTS header apolloyl.com: did not receive HSTS header aponkral.site: could not connect to host aponkralsunucu.com: could not connect to host app-arena.com: did not receive HSTS header app.lookout.com: did not receive HSTS header app.manilla.com: could not connect to host appart.ninja: could not connect to host +appchive.net: could not connect to host appdb.cc: did not receive HSTS header appengine.google.com: did not receive HSTS header (error ignored - included regardless) apple-watch-zubehoer.de: could not connect to host +apple.ax: could not connect to host applez.xyz: could not connect to host applic8.com: did not receive HSTS header appraisal-comps.com: could not connect to host appreciationkards.com: could not connect to host approlys.fr: did not receive HSTS header apps-for-fishing.com: could not connect to host appsbystudio.co.uk: could not connect to host appsdash.io: could not connect to host @@ -410,17 +418,16 @@ arrow-cloud.nl: could not connect to hos arrowfunction.com: could not connect to host ars-design.net: could not connect to host ars.toscana.it: max-age too low: 0 artiming.com: could not connect to host artistnetwork.nl: did not receive HSTS header arturkohut.com: could not connect to host arvamus.eu: could not connect to host arzaroth.com: did not receive HSTS header -arzid.com: did not receive HSTS header as.se: could not connect to host as9178.net: could not connect to host asasuou.pw: could not connect to host asc16.com: could not connect to host ascamso.com: could not connect to host asdpress.cn: could not connect to host aserver.co: could not connect to host ashlane-cottages.com: could not connect to host @@ -453,17 +460,16 @@ atomik.pro: could not connect to host atop.io: could not connect to host attic118.com: could not connect to host attimidesigns.com: did not receive HSTS header au.search.yahoo.com: max-age too low: 172800 aubiosales.com: could not connect to host aucubin.moe: could not connect to host audiovisualdevices.com.au: did not receive HSTS header aujapan.ru: could not connect to host -aunali1.com: could not connect to host aurainfosec.com: did not receive HSTS header aurainfosec.com.au: could not connect to host auraredeye.com: could not connect to host auraredshield.com: did not receive HSTS header auroratownshipfd.org: could not connect to host ausnah.me: could not connect to host ausoptic.com.au: max-age too low: 2592000 aussiecable.org: did not receive HSTS header @@ -493,21 +499,19 @@ avinet.com: max-age too low: 0 avqueen.cn: did not receive HSTS header avus-automobile.com: did not receive HSTS header awanderlustadventure.com: did not receive HSTS header awg-mode.de: did not receive HSTS header aww.moe: did not receive HSTS header awxg.com: could not connect to host axado.com.br: did not receive HSTS header axeny.com: did not receive HSTS header -ayahuascaadvisor.com: could not connect to host ayuru.info: could not connect to host az.search.yahoo.com: did not receive HSTS header azino777.ru: did not receive HSTS header -azort.com: did not receive HSTS header azprep.us: could not connect to host b-landia.net: could not connect to host b303.me: did not receive HSTS header b3orion.com: max-age too low: 0 baby-click.de: could not connect to host babybee.ie: could not connect to host babybic.hu: did not receive HSTS header babycs.house: could not connect to host @@ -530,20 +534,18 @@ bakkerdesignandbuild.com: did not receiv balcan-underground.net: could not connect to host baldwinkoo.com: could not connect to host baleares.party: could not connect to host balloonphp.com: could not connect to host bananabandy.com: could not connect to host banbanchs.com: could not connect to host bandb.xyz: could not connect to host bandrcrafts.com: could not connect to host -bannisbierblog.de: could not connect to host banqingdiao.com: could not connect to host barely.sexy: did not receive HSTS header -bariller.fr: could not connect to host barrelhead.org: could not connect to host barss.io: could not connect to host barunisystems.com: could not connect to host bashcode.ninja: could not connect to host basicsolutionsus.com: did not receive HSTS header basilisk.io: could not connect to host basnieuwenhuizen.nl: could not connect to host bassh.net: did not receive HSTS header @@ -602,16 +604,17 @@ benny003.de: did not receive HSTS header benohead.com: did not receive HSTS header benzkosmetik.de: did not receive HSTS header beourvictim.com: max-age too low: 2678400 berger.work: could not connect to host berlatih.com: could not connect to host berlinleaks.com: could not connect to host berna.fr: could not connect to host berrymark.be: max-age too low: 0 +bertholdsson.com: could not connect to host besixdouze.world: could not connect to host besola.de: did not receive HSTS header bestbeards.ca: could not connect to host bestcellular.com: did not receive HSTS header besthost.cz: did not receive HSTS header bestlashesandbrows.com: did not receive HSTS header bestmodels.su: did not receive HSTS header betaclean.fr: did not receive HSTS header @@ -632,17 +635,17 @@ beyuna.co.uk: did not receive HSTS heade beyuna.eu: did not receive HSTS header beyuna.nl: did not receive HSTS header bezorg.ninja: could not connect to host bf.am: max-age too low: 0 bfelob.gov: max-age too low: 86400 bffm.biz: max-age too low: 0 bgcparkstad.nl: did not receive HSTS header bgmn.net: could not connect to host -bhatia.at: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 118" data: no] +bhatia.at: could not connect to host bi.search.yahoo.com: did not receive HSTS header biblerhymes.com: did not receive HSTS header bidon.ca: did not receive HSTS header bieberium.de: could not connect to host bienenblog.cc: could not connect to host big-black.de: did not receive HSTS header bigbbqbrush.bid: could not connect to host bigbrownpromotions.com.au: could not connect to host @@ -675,17 +678,16 @@ biteoftech.com: did not receive HSTS hea bitf.ly: could not connect to host bitfactory.ws: could not connect to host bitfarm-archiv.com: did not receive HSTS header bitfarm-archiv.de: did not receive HSTS header bitheus.com: could not connect to host bithosting.io: did not receive HSTS header bitnet.io: did not receive HSTS header bitrage.de: could not connect to host -bitref.com: did not receive HSTS header bitsafe.systems: did not receive HSTS header bitvigor.com: could not connect to host bivsi.com: could not connect to host bizcms.com: did not receive HSTS header bizon.sk: did not receive HSTS header bkb-skandal.ch: could not connect to host black-armada.com.pl: could not connect to host black-armada.pl: could not connect to host @@ -769,17 +771,17 @@ brainvation.de: did not receive HSTS hea bran.cc: could not connect to host branchtrack.com: did not receive HSTS header brandnewdays.nl: could not connect to host brandon.so: could not connect to host brandred.net: could not connect to host brandspray.com: could not connect to host bravz.de: could not connect to host bregnedalsystems.dk: did not receive HSTS header -bremensaki.com: max-age too low: 2592000 +bremensaki.com: could not connect to host brettabel.com: did not receive HSTS header brickoo.com: could not connect to host brickyardbuffalo.com: did not receive HSTS header bridholm.se: could not connect to host brightstarkids.com.au: did not receive HSTS header britzer-toner.de: did not receive HSTS header brks.xyz: could not connect to host broken-oak.com: could not connect to host @@ -805,17 +807,16 @@ bugginslab.co.uk: could not connect to h bugtrack.io: did not receive HSTS header buhler.pro: did not receive HSTS header build.chromium.org: did not receive HSTS header (error ignored - included regardless) buildci.asia: could not connect to host buildify.co.za: could not connect to host buildsaver.co.za: did not receive HSTS header built.by: did not receive HSTS header bukatv.cz: could not connect to host -bul3seas.eu: could not connect to host bulkbuy.tech: could not connect to host bullbits.com: could not connect to host bulletpoint.cz: could not connect to host bullterrier.me: could not connect to host bulmafox.com: could not connect to host bumarkamoda.com: did not receive HSTS header bunaken.asia: did not receive HSTS header bunbomenu.de: could not connect to host @@ -837,17 +838,17 @@ busold.ws: could not connect to host bustimes.org: could not connect to host butchersworkshop.com: did not receive HSTS header buttercoin.com: could not connect to host butterfieldstraining.com: did not receive HSTS header buyaccessible.gov: did not receive HSTS header buybaby.eu: did not receive HSTS header buyfox.de: did not receive HSTS header bw81.xyz: could not connect to host -bwear4all.de: did not receive HSTS header +bwear4all.de: could not connect to host by4cqb.cn: could not connect to host bydisk.com: could not connect to host bypassed.bid: did not receive HSTS header bypassed.cc: did not receive HSTS header bypassed.club: did not receive HSTS header bypassed.date: did not receive HSTS header bypassed.download: did not receive HSTS header bypassed.faith: did not receive HSTS header @@ -864,17 +865,16 @@ bypassed.today: did not receive HSTS hea bypassed.works: did not receive HSTS header bypassed.world: did not receive HSTS header bypro.xyz: could not connect to host bysymphony.com: max-age too low: 0 byte.wtf: did not receive HSTS header bytema.re: could not connect to host bytepark.de: did not receive HSTS header bytesund.biz: could not connect to host -bytesystems.com: could not connect to host c0rn3j.com: did not receive HSTS header c1yd3i.me: could not connect to host c3b.info: could not connect to host cabarave.com: could not connect to host cabsites.com: could not connect to host cabusar.fr: could not connect to host caconnect.org: could not connect to host cadao.me: did not receive HSTS header @@ -893,17 +893,17 @@ calendarr.com: did not receive HSTS head calgaryconstructionjobs.com: did not receive HSTS header calix.com: max-age too low: 0 callaction.co: max-age too low: 2628000 calltrackingreports.com: could not connect to host calomel.org: max-age too low: 2764800 caltonnutrition.com: did not receive HSTS header calvin.me: max-age too low: 2592000 calvinallen.net: could not connect to host -camashop.de: did not receive HSTS header +camashop.de: could not connect to host cambridgeanalytica.org: did not receive HSTS header camjackson.net: did not receive HSTS header camolist.com: could not connect to host campaignelves.com: did not receive HSTS header campfire.co.il: did not receive HSTS header camsanalytics.com: could not connect to host canadiangamblingchoice.com: did not receive HSTS header cancelmyprofile.com: did not receive HSTS header @@ -951,27 +951,27 @@ catnapstudios.com: could not connect to cavaleria.ro: did not receive HSTS header caveclan.org: did not receive HSTS header cavedevs.de: could not connect to host cavedroid.xyz: could not connect to host cbdev.de: could not connect to host cbhq.net: could not connect to host ccblog.de: did not receive HSTS header cctech.ph: could not connect to host +cctld.com: could not connect to host cd.search.yahoo.com: did not receive HSTS header cd0.us: could not connect to host cdnb.co: could not connect to host cdndepo.com: could not connect to host cdreporting.co.uk: did not receive HSTS header celeirorural.com.br: did not receive HSTS header celina-reads.de: did not receive HSTS header cellsites.nz: could not connect to host centillien.com: did not receive HSTS header centos.pub: did not receive HSTS header -centrallead.net: could not connect to host centralpoint.be: did not receive HSTS header centralpoint.nl: did not receive HSTS header centralvacsunlimited.net: could not connect to host centrepoint-community.com: could not connect to host centsforchange.net: did not receive HSTS header ceritamalam.net: could not connect to host cerize.love: could not connect to host cert.se: max-age too low: 2628001 @@ -1019,29 +1019,30 @@ cherysunzhang.com: did not receive HSTS chez-janine.de: could not connect to host chib.chat: could not connect to host chicolawfirm.com: did not receive HSTS header chihiro.xyz: did not receive HSTS header chijiokeindustries.co.uk: could not connect to host childcaresolutionscny.org: did not receive HSTS header chinawhale.com: did not receive HSTS header chirgui.eu: could not connect to host -chiryotaisaku.com: could not connect to host +chiryotaisaku.com: max-age too low: 0 chloe.re: could not connect to host chlouis.net: could not connect to host chm.vn: did not receive HSTS header chodobien.com: could not connect to host chontalpa.pw: could not connect to host choruscrowd.com: could not connect to host chotu.net: could not connect to host chris-web.info: could not connect to host chrisandsarahinasia.com: did not receive HSTS header chrisfaber.com: could not connect to host chriskyrouac.com: could not connect to host chrisopperwall.com: did not receive HSTS header +christadelphiananswers.org: could not connect to host christiaandruif.nl: could not connect to host christianbro.gq: could not connect to host christophercolumbusfoundation.gov: could not connect to host christophersole.com: could not connect to host christophheich.me: could not connect to host chrisupjohn.com: could not connect to host chrome-devtools-frontend.appspot.com: did not receive HSTS header (error ignored - included regardless) chrome.google.com: did not receive HSTS header (error ignored - included regardless) @@ -1049,16 +1050,17 @@ chua.cf: could not connect to host chulado.com: did not receive HSTS header churchux.co: did not receive HSTS header cidr.ml: could not connect to host cig-dem.com: could not connect to host cigarblogs.net: could not connect to host cigi.site: could not connect to host cim2b.de: could not connect to host cimalando.eu: could not connect to host +cinartelorgu.com: did not receive HSTS header cintdirect.com: could not connect to host cioconference.co.nz: could not connect to host ciplanutrition.com: did not receive HSTS header ciscommerce.net: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 118" data: no] citiagent.cz: could not connect to host cityoflaurel.org: did not receive HSTS header ciuciucadou.ro: could not connect to host cium.ru: could not connect to host @@ -1099,17 +1101,16 @@ cloudns.com.au: could not connect to hos cloudspeedy.net: could not connect to host cloudspotterapp.com: did not receive HSTS header cloudstoragemaus.com: could not connect to host cloudstorm.me: could not connect to host cloudstrike.co: could not connect to host cloudwalk.io: did not receive HSTS header cloverleaf.net: max-age too low: 0 clowde.in: could not connect to host -cloxy.com: did not receive HSTS header clubmix.co.kr: could not connect to host cluster.id: could not connect to host clustermaze.net: could not connect to host clvrwebdesign.com: did not receive HSTS header clywedogmaths.co.uk: could not connect to host cmc-versand.de: did not receive HSTS header cmci.dk: did not receive HSTS header cmsbattle.com: could not connect to host @@ -1140,16 +1141,17 @@ codepoet.de: could not connect to host codepult.com: could not connect to host codepx.com: did not receive HSTS header codewild.de: could not connect to host codiva.io: max-age too low: 2592000 coffeeetc.co.uk: did not receive HSTS header coffeestrategies.com: max-age too low: 0 cohesive.io: did not receive HSTS header coiffeurschnittstelle.ch: did not receive HSTS header +coinbit.trade: did not receive HSTS header coindam.com: could not connect to host coldlostsick.net: could not connect to host colearnr.com: could not connect to host collegepulse.org: did not receive HSTS header collies.eu: max-age too low: 3 collins.kg: did not receive HSTS header collins.press: did not receive HSTS header colmexpro.com: did not receive HSTS header @@ -1163,16 +1165,17 @@ comitesaustria.at: could not connect to comotalk.com: could not connect to host compalytics.com: could not connect to host compareinsurance.com.au: did not receive HSTS header comparejewelleryprices.co.uk: could not connect to host comparetravelinsurance.com.au: did not receive HSTS header compartir.party: did not receive HSTS header compassionate-biology.com: could not connect to host compiledworks.com: could not connect to host +compilenix.org: could not connect to host completeid.com: max-age too low: 86400 completionist.audio: could not connect to host complymd.com: did not receive HSTS header compraneta.com: did not receive HSTS header compucorner.com.mx: could not connect to host computeremergency.com.au: did not receive HSTS header computersystems.guru: did not receive HSTS header computertal.de: could not connect to host @@ -1323,17 +1326,16 @@ cuvva.me: did not receive HSTS header cuvva.net: did not receive HSTS header cuvva.org: did not receive HSTS header cuvva.uk: did not receive HSTS header cuvva.us: did not receive HSTS header cviip.com: could not connect to host cyanogenmod.xxx: could not connect to host cyberlab.kiev.ua: did not receive HSTS header cyberpunk.ca: could not connect to host -cybersecurity.nz: did not receive HSTS header cybershambles.com: could not connect to host cybersins.com: did not receive HSTS header cybersmart.co.uk: did not receive HSTS header cycleluxembourg.lu: did not receive HSTS header cydia-search.io: could not connect to host cyhour.com: did not receive HSTS header cynoshair.com: could not connect to host cyphertite.com: could not connect to host @@ -1352,26 +1354,28 @@ dalingk.co: could not connect to host damedrogy.cz: could not connect to host damianuv-blog.cz: did not receive HSTS header dancerdates.net: could not connect to host daniel-steuer.de: could not connect to host danielcowie.me: could not connect to host danieldk.eu: did not receive HSTS header danielheal.net: could not connect to host danieliancu.com: could not connect to host +danielthompson.info: could not connect to host danielverlaan.nl: did not receive HSTS header danielworthy.com: did not receive HSTS header danijobs.com: could not connect to host danishenanigans.com: could not connect to host dankredues.com: could not connect to host dannycrichton.com: did not receive HSTS header danrl.de: could not connect to host danwillenberg.com: did not receive HSTS header daolerp.xyz: could not connect to host daplie.com: did not receive HSTS header +darchoods.net: could not connect to host dargasia.is: could not connect to host dario.im: could not connect to host dark-x.cf: could not connect to host darkengine.io: could not connect to host darkfriday.ddns.net: could not connect to host darkhole.cn: could not connect to host darkkeepers.dk: did not receive HSTS header darknebula.space: could not connect to host @@ -1380,17 +1384,16 @@ darksideof.it: could not connect to host darkstance.org: could not connect to host darktree.in: could not connect to host darlo.co.uk: could not connect to host darrenellis.xyz: could not connect to host dash-board.jp: did not receive HSTS header dashburst.com: did not receive HSTS header dashnimorad.com: did not receive HSTS header data-abundance.com: could not connect to host -datadit.hu: could not connect to host datahove.no: did not receive HSTS header datarank.com: max-age too low: 0 dataretention.solutions: could not connect to host datasnitch.co.uk: could not connect to host datatekniikka.com: could not connect to host datenkeks.de: did not receive HSTS header dateno1.com: max-age too low: 0 datenreiter.cf: could not connect to host @@ -1424,17 +1427,17 @@ decesus.com: could not connect to host decibelios.li: could not connect to host deco.me: could not connect to host decomplify.com: could not connect to host dedicatutiempo.es: could not connect to host deepcovelabs.net: could not connect to host deepearth.uk: did not receive HSTS header deeprecce.tech: could not connect to host deetzen.de: did not receive HSTS header -def-pos.ru: could not connect to host +defcon.org: did not receive HSTS header defiler.tk: could not connect to host degroetenvanrosaline.nl: did not receive HSTS header deight.co: could not connect to host dekasan.ru: could not connect to host delayrefunds.co.uk: could not connect to host deliverance.co.uk: could not connect to host deltaconcepts.de: did not receive HSTS header deltanet-production.de: max-age too low: 0 @@ -1461,41 +1464,42 @@ designandmore.it: did not receive HSTS h designgears.com: did not receive HSTS header designthinking.or.jp: did not receive HSTS header desserteagleselvenar.tk: could not connect to host destinationbijoux.fr: could not connect to host destom.be: could not connect to host detector.exposed: could not connect to host detest.org: could not connect to host detutorial.com: max-age too low: 0 -deusu.org: did not receive HSTS header deuxvia.com: could not connect to host devafterdark.com: could not connect to host devcu.com: could not connect to host devcu.net: could not connect to host devincrow.me: could not connect to host devmsg.com: did not receive HSTS header devnsec.com: could not connect to host devnull.team: could not connect to host devopps.me: did not receive HSTS header devopsconnected.com: could not connect to host devtub.com: did not receive HSTS header devuan.org: did not receive HSTS header dewin.io: could not connect to host dfviana.com.br: max-age too low: 2592000 dhpcs.com: did not receive HSTS header dhpiggott.net: did not receive HSTS header +diablofan.hopto.org: could not connect to host diablotine.rocks: could not connect to host dianlujitao.com: did not receive HSTS header diannaobos.com: did not receive HSTS header diarbag.us: max-age too low: 0 diasporadialogues.com: could not connect to host dicando.com: max-age too low: 2592000 dicelab.co.uk: could not connect to host dicionariofinanceiro.com: did not receive HSTS header +diemattels.at: could not connect to host dierenartsdeconinck.be: could not connect to host dierenkruiden.nl: could not connect to host dietrich-spielwaren.de: max-age too low: 86400 diewebstube.de: could not connect to host diezel.com: could not connect to host diferenca.com: did not receive HSTS header digitalbank.kz: could not connect to host digitaldaddy.net: could not connect to host @@ -1507,26 +1511,26 @@ dinamoelektrik.com: could not connect to dingcc.com: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 118" data: no] dingcc.me: could not connect to host dinkum.online: could not connect to host directhskincream.com: could not connect to host directorinegocis.cat: could not connect to host discovery.lookout.com: did not receive HSTS header dise-online.de: did not receive HSTS header dislocated.de: did not receive HSTS header +disorderboutique.com: could not connect to host disowned.net: max-age too low: 0 disruptivelabs.net: could not connect to host disruptivelabs.org: could not connect to host dissimulo.me: could not connect to host distractionco.de: did not receive HSTS header ditrutoancau.vn: could not connect to host dittvertshus.no: could not connect to host diva-ey.com: could not connect to host dixiediner.com: did not receive HSTS header -diyosun.com: could not connect to host dizihocasi.com: could not connect to host dizorg.net: could not connect to host dj4et.de: could not connect to host djxmmx.net: max-age too low: 0 djz4music.com: did not receive HSTS header dkniss.de: could not connect to host dl.google.com: did not receive HSTS header (error ignored - included regardless) dlc.viasinc.com: could not connect to host @@ -1537,31 +1541,31 @@ dmfd.net: could not connect to host dmix.ca: could not connect to host dmtry.me: did not receive HSTS header dmz.ninja: could not connect to host dns.google.com: did not receive HSTS header (error ignored - included regardless) dnsknowledge.com: did not receive HSTS header do-do.tk: could not connect to host do.search.yahoo.com: did not receive HSTS header dobet.in: could not connect to host -dobrev.family: could not connect to host docid.io: could not connect to host docket.news: could not connect to host docset.io: could not connect to host docufiel.com: could not connect to host docxtemplater.com: did not receive HSTS header doesmycodehavebugs.today: could not connect to host doeswindowssuckforeveryoneorjustme.com: could not connect to host dogbox.se: did not receive HSTS header dogespeed.ga: could not connect to host doggieholic.net: could not connect to host dogoodbehappyllc.com: could not connect to host dohosting.ru: could not connect to host dokan.online: did not receive HSTS header doked.io: could not connect to host +doku-gilde.de: could not connect to host dolevik.com: could not connect to host dollarstore24.com: could not connect to host dollywiki.co.uk: could not connect to host dolphin-cloud.com: could not connect to host dolphincorp.co.uk: did not receive HSTS header domaine-aigoual-cevennes.com: did not receive HSTS header domaris.de: could not connect to host domenicocatelli.com: could not connect to host @@ -1727,17 +1731,16 @@ elonbase.com: could not connect to host elpo.xyz: could not connect to host elsamakhin.com: could not connect to host elsemanario.com: did not receive HSTS header elsitar.com: could not connect to host email.lookout.com: could not connect to host emanatepixels.com: could not connect to host embroidered-stuff.com: could not connect to host emeldi-commerce.com: max-age too low: 0 -emi-air-comprime.com: could not connect to host emilyhorsman.com: could not connect to host eminovic.me: could not connect to host emjainteractive.com: did not receive HSTS header emjimadhu.com: could not connect to host emmable.com: could not connect to host emnitech.com: could not connect to host empleosentorreon.mx: could not connect to host empleostampico.com: did not receive HSTS header @@ -1750,17 +1753,16 @@ encontrebarato.com.br: did not receive H encrypted.google.com: did not receive HSTS header (error ignored - included regardless) encryptio.com: could not connect to host end.pp.ua: could not connect to host endlessdark.net: could not connect to host endlesshorizon.net: could not connect to host endlesstone.com: could not connect to host enefan.jp: could not connect to host engelwerbung.com: did not receive HSTS header -engineeryourmarketing.com: could not connect to host enginsight.com: did not receive HSTS header englishyamal.ru: did not receive HSTS header enigmacpt.com: did not receive HSTS header enigmail.net: did not receive HSTS header enjoy-nepal.de: max-age too low: 0 enjoymayfield.com: max-age too low: 0 enskat.de: could not connect to host enskatson-sippe.de: could not connect to host @@ -1770,31 +1772,29 @@ enteente.xyz: could not connect to host enterdev.co: did not receive HSTS header enterprise-threat-monitor.com: max-age too low: 0 enterprisecarclub.co.uk: did not receive HSTS header entersynapse.com: did not receive HSTS header entourneebeetle.com: could not connect to host entrepreneur.or.id: did not receive HSTS header enum.eu.org: could not connect to host enumify.com: could not connect to host -envygeeks.com: did not receive HSTS header -envygeeks.io: did not receive HSTS header eol34.com: did not receive HSTS header epanurse.com: could not connect to host ephry.com: could not connect to host epicpages.com: could not connect to host epoxate.com: could not connect to host eq8.net.au: could not connect to host eqim.me: could not connect to host equilibre-yoga-jennifer-will.com: could not connect to host erawanarifnugroho.com: did not receive HSTS header eressea.xyz: could not connect to host ericbond.net: could not connect to host erichalv.com: could not connect to host -ericyl.com: did not receive HSTS header +ericyl.com: could not connect to host eridanus.uk: did not receive HSTS header ernaehrungsberatung-zurich.ch: could not connect to host ernesto.at: could not connect to host eromixx.com: did not receive HSTS header erotalia.es: could not connect to host erotic4me.ch: did not receive HSTS header eroticen.com: did not receive HSTS header erotische-aanbiedingen.nl: could not connect to host @@ -1843,16 +1843,17 @@ euanbaines.com: did not receive HSTS hea eucl3d.com: did not receive HSTS header euclideanpostulates.xyz: could not connect to host eucollegetours.com: could not connect to host eupho.me: could not connect to host euren.se: could not connect to host eurocamping.se: could not connect to host euroshop24.net: could not connect to host evafojtova.cz: did not receive HSTS header +evalesc.com: could not connect to host evdenevenakliyatankara.pw: did not receive HSTS header events12.com: did not receive HSTS header everybooks.com: could not connect to host everylab.org: could not connect to host everything.place: could not connect to host evi.be: did not receive HSTS header evilnerd.de: did not receive HSTS header evilsay.com: could not connect to host @@ -1867,39 +1868,41 @@ exceptionalservers.com: could not connec exfiles.cz: did not receive HSTS header exgaywatch.com: could not connect to host exgravitus.com: could not connect to host exitus.jp: max-age too low: 0 exno.co: could not connect to host exousiakaidunamis.xyz: could not connect to host expertmile.com: did not receive HSTS header expoundite.net: did not receive HSTS header +express-shina.ru: did not receive HSTS header expressfinance.co.za: did not receive HSTS header +expressmarket.ru: did not receive HSTS header expxkcd.com: could not connect to host extrathemeshowcase.net: could not connect to host extratorrentlive.xyz: could not connect to host extratorrents.tech: could not connect to host extreemhost.nl: did not receive HSTS header -extrememanual.net: did not receive HSTS header extremenetworking.net: could not connect to host exy.pw: could not connect to host exyplis.com: did not receive HSTS header eyasc.nl: could not connect to host eyedarts.com: did not receive HSTS header eyeglassuniverse.com: did not receive HSTS header ez.fi: could not connect to host ezimoeko.net: could not connect to host ezmod.org: could not connect to host eztv.ch: did not receive HSTS header f-s-u.co.uk: could not connect to host f00.ca: did not receive HSTS header f2f.cash: could not connect to host faber.io: could not connect to host fabhub.io: could not connect to host fabianfischer.de: did not receive HSTS header +facebook.ax: could not connect to host factorable.net: did not receive HSTS header factorygw.com: did not receive HSTS header fadilus.com: did not receive HSTS header faesser.com: did not receive HSTS header fail4free.de: did not receive HSTS header failforward.org: max-age too low: 0 fairkey.dk: did not receive HSTS header fairlyoddtreasures.com: did not receive HSTS header @@ -1909,17 +1912,16 @@ fakeletters.org: did not receive HSTS he faktura.pl: did not receive HSTS header falconfrag.com: could not connect to host falkhusemann.de: did not receive HSTS header falkp.no: did not receive HSTS header fallenangelspirits.uk: could not connect to host familie-sprink.de: could not connect to host familie-zimmermann.at: could not connect to host famio.cn: could not connect to host -fancy-bridge.com: could not connect to host fantasyfootballpundit.com: did not receive HSTS header fanyl.cn: could not connect to host farhadexchange.com: did not receive HSTS header fashioncare.cz: did not receive HSTS header fasset.jp: could not connect to host fastcomcorp.com: could not connect to host fastdigitizing.com: max-age too low: 300 fastograph.com: could not connect to host @@ -1927,16 +1929,17 @@ fastopen.ml: could not connect to host fastworx.com: could not connect to host fatgeekflix.net: could not connect to host fatherhood.gov: did not receive HSTS header fatlossguide.xyz: could not connect to host fatwin.pw: could not connect to host fawkex.me: did not receive HSTS header fayolle.info: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 118" data: no] fbox.li: could not connect to host +fcapartsdb.com: could not connect to host fdj.im: could not connect to host feard.space: could not connect to host feastr.de: did not receive HSTS header fedo.moe: could not connect to host feezmodo.com: did not receive HSTS header felisslovakia.sk: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 118" data: no] feliwyn.fr: did not receive HSTS header femaledom.xyz: could not connect to host @@ -1955,16 +1958,17 @@ fics-twosigma.com: could not connect to fideleslaici.com: did not receive HSTS header fiftyshadesofluca.ml: could not connect to host fig.co: did not receive HSTS header fightr.co: could not connect to host fiksel.info: did not receive HSTS header fikt.space: could not connect to host filemeal.com: did not receive HSTS header filey.co.uk: did not receive HSTS header +filip-prochazka.com: could not connect to host filmipop.com: max-age too low: 0 finalgear.com: did not receive HSTS header financieringsportaal.nl: did not receive HSTS header finanzkontor.net: could not connect to host findtutorsnearme.com: did not receive HSTS header finfev.de: could not connect to host finiteheap.com: did not receive HSTS header finpt.com: did not receive HSTS header @@ -1994,17 +1998,16 @@ fixingdns.com: did not receive HSTS head fixtectools.co.za: could not connect to host fj.search.yahoo.com: did not receive HSTS header fjruiz.es: did not receive HSTS header fkcovering.be: could not connect to host flags.ninja: could not connect to host flamewall.net: could not connect to host flareon.net: could not connect to host flawcheck.com: did not receive HSTS header -flazznetworks.com: did not receive HSTS header fliexer.com: could not connect to host flirchi.com: did not receive HSTS header floless.co.uk: did not receive HSTS header florafiora.com.br: did not receive HSTS header florian-lillpopp.de: max-age too low: 10 florianlillpopp.de: max-age too low: 10 floridaescapes.co.uk: did not receive HSTS header florispoort.nl: did not receive HSTS header @@ -2075,31 +2078,28 @@ free.com.tw: did not receive HSTS header freeflow.tv: could not connect to host freelanced.co.za: could not connect to host freelo.cz: did not receive HSTS header freematthale.net: did not receive HSTS header freenetproject.org: did not receive HSTS header freesoftwaredriver.com: did not receive HSTS header freethought.org.au: could not connect to host freeutopia.org: did not receive HSTS header -freifunk-luenen.de: could not connect to host frenzel.dk: could not connect to host freqlabs.com: did not receive HSTS header freshfind.xyz: could not connect to host freshlymind.com: did not receive HSTS header frforms.com: did not receive HSTS header friendica.ch: could not connect to host friendlyfiregameshow.com: could not connect to host frimons.com: could not connect to host froggstack.de: could not connect to host frontisme.nl: could not connect to host frontmin.com: did not receive HSTS header frost-ci.xyz: could not connect to host -froxlor.support: could not connect to host -fruition.co.jp: could not connect to host fruitusers.com: could not connect to host frusky.net: did not receive HSTS header fsinf.at: did not receive HSTS header fspphoto.com: could not connect to host fstfy.de: could not connect to host ftctele.com: could not connect to host fuckgfw233.org: could not connect to host fukushima-web.com: did not receive HSTS header @@ -2123,16 +2123,17 @@ furnation.com: could not connect to host furry.be: did not receive HSTS header fusedrops.com: could not connect to host fusionmate.com: could not connect to host futbol11.com: did not receive HSTS header futbolvivo.tv: could not connect to host futuretechnologi.es: could not connect to host futureyouhealth.com: did not receive HSTS header fuxwerk.de: did not receive HSTS header +fwei.tk: could not connect to host fws.gov: did not receive HSTS header fx-rk.com: did not receive HSTS header fxtalk.cn: could not connect to host fysiohaenraets.nl: did not receive HSTS header fzn.io: could not connect to host fzslm.me: could not connect to host g01.in.ua: could not connect to host g2a.co: did not receive HSTS header @@ -2170,17 +2171,16 @@ gamepiece.com: could not connect to host gamers-life.fr: could not connect to host gamerslair.org: did not receive HSTS header gamerz-point.de: could not connect to host gamesdepartment.co.uk: did not receive HSTS header gameserver-sponsor.de: could not connect to host gamingmedia.eu: could not connect to host gampenhof.de: did not receive HSTS header gaptek.id: did not receive HSTS header -garagemhermetica.org: did not receive HSTS header garageon.net: did not receive HSTS header garciamartin.me: could not connect to host garden.trade: max-age too low: 0 garedtech.com: did not receive HSTS header garfieldairlines.net: did not receive HSTS header gasser-daniel.ch: could not connect to host gatapro.net: could not connect to host gatorsa.es: did not receive HSTS header @@ -2282,68 +2282,69 @@ gm.search.yahoo.com: did not receive HST gmail.com: did not receive HSTS header (error ignored - included regardless) gmoes.at: max-age too low: 600000 gnom.me: could not connect to host go.ax: did not receive HSTS header go2sh.de: did not receive HSTS header goabonga.com: could not connect to host goalsetup.com: did not receive HSTS header goaltree.ch: did not receive HSTS header -goapunks.net: could not connect to host goarmy.eu: could not connect to host goat.chat: did not receive HSTS header goat.xyz: did not receive HSTS header goben.ch: could not connect to host goblins.net: did not receive HSTS header goedeke.ml: could not connect to host goerner.me: did not receive HSTS header goge.site: could not connect to host gogenenglish.com: could not connect to host gogetssl.com: did not receive HSTS header -goggs.eu: did not receive HSTS header +goggs.eu: could not connect to host gogold-g.com: could not connect to host gokhankesici.com: could not connect to host gold24.in: did not receive HSTS header goldegg-training.com: did not receive HSTS header goldendata.io: could not connect to host goldminer.ga: could not connect to host goldpros.com: did not receive HSTS header golocal-media.de: could not connect to host gonzalosanchez.mx: did not receive HSTS header goodenough.nz: did not receive HSTS header goodtech.com.br: could not connect to host goodwin43.ru: could not connect to host google: could not connect to host (error ignored - included regardless) +google.ax: could not connect to host googlemail.com: did not receive HSTS header (error ignored - included regardless) googleplex.com: did not receive HSTS header (error ignored - included regardless) goolok.com: could not connect to host gootlijsten.nl: did not receive HSTS header goozz.nl: did not receive HSTS header gopay.cz: did not receive HSTS header gorilla-gym.site: could not connect to host +gorschenin.com: could not connect to host gospelfollower.com: did not receive HSTS header gotgenes.com: could not connect to host gothamlimo.com: could not connect to host goto.google.com: did not receive HSTS header (error ignored - included regardless) gotocloud.ru: could not connect to host gotowned.org: max-age too low: 0 gotspot.com: could not connect to host gottcode.org: did not receive HSTS header +gouv.ovh: could not connect to host gov.ax: could not connect to host goverage.org: could not connect to host govillemo.ca: did not receive HSTS header -gowe.wang: could not connect to host gozel.com.tr: did not receive HSTS header gparent.org: did not receive HSTS header gpsfix.cz: did not receive HSTS header gpstuner.com: did not receive HSTS header graavaapi.elasticbeanstalk.com: could not connect to host grabi.ga: could not connect to host gracesofgrief.com: could not connect to host -gradienthosting.co.uk: did not receive HSTS header +gradienthosting.co.uk: could not connect to host grana.com: did not receive HSTS header grandmascookieblog.com: did not receive HSTS header grantedby.me: max-age too low: 0 grantmorrison.net: did not receive HSTS header graph.no: did not receive HSTS header graphsearchengine.com: could not connect to host gratisonlinesex.com: could not connect to host gravito.nl: did not receive HSTS header @@ -2402,17 +2403,16 @@ guineafruitcorp.com: could not connect t gulch.in.ua: could not connect to host gulenet.com: could not connect to host gunnarhafdal.com: did not receive HSTS header gunnaro.com: could not connect to host guntbert.net: could not connect to host guoqiang.info: could not connect to host gurom.lv: could not connect to host gurusupe.com: could not connect to host -guscaplan.me: could not connect to host guso.gq: could not connect to host guso.ml: could not connect to host guso.site: could not connect to host guso.tech: could not connect to host gussi.is: did not receive HSTS header gvt2.com: could not connect to host (error ignored - included regardless) gvt3.com: could not connect to host (error ignored - included regardless) gw2reload.eu: could not connect to host @@ -2424,29 +2424,29 @@ gyboche.com: could not connect to host gyboche.science: could not connect to host gycis.me: could not connect to host gylauto.fr: could not connect to host gypthecat.com: max-age too low: 604800 gyz.io: could not connect to host h-og.com: could not connect to host h2check.org: could not connect to host haarkliniek.com: did not receive HSTS header -haavard.me: could not connect to host habanaavenue.com: max-age too low: 0 habbo.life: could not connect to host habbotalk.nl: could not connect to host hablemosdetecnologia.com.ve: could not connect to host hac30.com: could not connect to host hack.li: could not connect to host hackercat.ninja: did not receive HSTS header hackerforever.com: did not receive HSTS header hackerone-ext-adroll.com: could not connect to host hackerspace-ntnu.no: did not receive HSTS header hackest.org: did not receive HSTS header hackit.im: could not connect to host +hackroyale.xyz: could not connect to host hadzic.co: could not connect to host haeckdesign.com: did not receive HSTS header haeckl.eu: did not receive HSTS header haf.gr: could not connect to host hahayidu.org: could not connect to host haitschi.com: could not connect to host haitschi.de: did not receive HSTS header haitschi.net: could not connect to host @@ -2482,57 +2482,55 @@ harz.cloud: could not connect to host has.vision: could not connect to host hash-list.com: could not connect to host hash.my: did not receive HSTS header hasilocke.de: did not receive HSTS header hasinase.de: did not receive HSTS header haste.ch: could not connect to host hastherebeenamassshooting.today: could not connect to host hatoko.net: could not connect to host -haucke.xyz: could not connect to host haufschild.de: could not connect to host haurumcraft.net: could not connect to host hausarzt-stader-str.de: did not receive HSTS header haveeruexaminer.com: could not connect to host haveforeningen-enghaven.dk: did not receive HSTS header havenswift-hosting.co.uk: did not receive HSTS header hawkeyeinsight.com: max-age too low: 0 haxoff.com: could not connect to host haxx.hu: did not receive HSTS header haydenhill.us: could not connect to host hazcod.com: could not connect to host hazyrom.net: could not connect to host hcie.pl: could not connect to host hcs-company.com: did not receive HSTS header hcs-company.nl: did not receive HSTS header hd-offensive.at: could not connect to host -hdhoang.space: could not connect to host hdrboundless.com: could not connect to host hdsmigrationtool.com: could not connect to host hduin.xyz: could not connect to host healtious.com: could not connect to host heart.ge: did not receive HSTS header heartlandrentals.com: did not receive HSTS header +hearty.ga: did not receive HSTS header hearty.space: could not connect to host hearty.tw: did not receive HSTS header heartyme.net: could not connect to host heathmanners.com: could not connect to host hebaus.com: could not connect to host heidilein.info: did not receive HSTS header heijblok.com: could not connect to host heimnetze.org: could not connect to host hekeki.com: could not connect to host helencrump.co.uk: did not receive HSTS header helloworldhost.com: did not receive HSTS header helpadmin.net: could not connect to host helpium.de: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 118" data: no] helpmebuild.com: did not receive HSTS header hemdal.se: could not connect to host hencagon.com: could not connect to host -henriknoerr.com: could not connect to host hepteract.us: did not receive HSTS header herbert.io: could not connect to host heritagedentistry.ca: did not receive HSTS header herrenfahrt.com: did not receive HSTS header herzbotschaft.de: did not receive HSTS header heutger.net: did not receive HSTS header heyguevara.com: could not connect to host heywoodtown.co.uk: could not connect to host @@ -2601,17 +2599,16 @@ hotchillibox.co.za: could not connect to hotchillibox.com: max-age too low: 0 hotchoc.io: did not receive HSTS header hotelvue.nl: could not connect to host hoto.us: could not connect to host houkago-step.com: did not receive HSTS header housemaadiah.org: did not receive HSTS header housingstudents.org.uk: could not connect to host howardtyson.com: could not connect to host -howlongtobeatsteam.com: did not receive HSTS header howrandom.org: could not connect to host howtocuremysciatica.com: could not connect to host hpepub.asia: could not connect to host hpepub.com: could not connect to host hpepub.org: could not connect to host hppub.info: could not connect to host hppub.org: could not connect to host hppub.site: could not connect to host @@ -2715,17 +2712,16 @@ iispeed.com: did not receive HSTS header ikujii.com: max-age too low: 0 ikwilguidobellen.nl: did not receive HSTS header ilbuongiorno.it: did not receive HSTS header ilikerainbows.co: could not connect to host ilikerainbows.co.uk: could not connect to host ilmconpm.de: did not receive HSTS header ilona.graphics: max-age too low: 3600 iluvscotland.co.uk: did not receive HSTS header -imakepoems.net: could not connect to host imanolbarba.net: could not connect to host ime.moe: could not connect to host imim.pw: could not connect to host immoprotect.ca: did not receive HSTS header immoralgods.com: could not connect to host immortals-co.com: did not receive HSTS header immoverkauf24.at: did not receive HSTS header immoverkauf24.de: did not receive HSTS header @@ -2848,34 +2844,33 @@ ipv6cloud.club: could not connect to hos ipv6only.network: could not connect to host iqcn.co: could not connect to host iqualtech.com: did not receive HSTS header ir-saitama.com: could not connect to host iranianlawschool.com: could not connect to host iraqidinar.org: did not receive HSTS header irazimina.ru: did not receive HSTS header irccloud.com: did not receive HSTS header -iready.ro: could not connect to host irelandesign.com: did not receive HSTS header irmtrudjurke.de: did not receive HSTS header irukandjilabs.com: could not connect to host is-a-furry.org: did not receive HSTS header isabellehogarth.co.uk: could not connect to host ischool.co.jp: did not receive HSTS header isdf.me: could not connect to host iseek.biz: max-age too low: 0 iseulde.com: did not receive HSTS header ishillaryclintoninprisonyet.com: could not connect to host isitamor.pm: could not connect to host iskaz.rs: did not receive HSTS header isogen5.com: could not connect to host isogram.nl: could not connect to host israkurort.com: did not receive HSTS header istanbultravelguide.info: could not connect to host -istaspirtslietas.lv: could not connect to host +istaspirtslietas.lv: did not receive HSTS header it-go.net: did not receive HSTS header it-schwerin.de: could not connect to host itechgeek.com: max-age too low: 0 ithakama.com: did not receive HSTS header ithakama.cz: did not receive HSTS header itludens.com: could not connect to host itos.asia: did not receive HSTS header itos.pl: did not receive HSTS header @@ -2934,32 +2929,31 @@ jannyrijneveld.nl: did not receive HSTS janus-engineering.de: did not receive HSTS header janverlaan.nl: did not receive HSTS header japan-foods.co.uk: did not receive HSTS header japaripark.com: could not connect to host japlex.com: could not connect to host jaqen.ch: could not connect to host jaroslavtrsek.cz: did not receive HSTS header jarsater.com: could not connect to host +jartza.org: could not connect to host jasmineconseil.com: did not receive HSTS header jasoncosper.com: did not receive HSTS header jasonroe.me: did not receive HSTS header jasonsansone.com: max-age too low: 0 jastoria.pl: could not connect to host jav-collective.com: could not connect to host java-board.com: could not connect to host javelinsms.com: could not connect to host jayblock.com: did not receive HSTS header jayharris.ca: max-age too low: 86400 jaylen.com.ar: did not receive HSTS header jayschulman.com: did not receive HSTS header jayscoaching.com: did not receive HSTS header jayshao.com: did not receive HSTS header -jbelien.be: could not connect to host -jbelien.photography: could not connect to host jbfp.dk: could not connect to host jbn.mx: could not connect to host jcch.de: could not connect to host jcor.me: did not receive HSTS header jcoscia.com: could not connect to host jctf.io: could not connect to host jdav-leipzig.de: could not connect to host jdcdirectsales.com.ph: did not receive HSTS header @@ -3001,39 +2995,41 @@ jirav.io: could not connect to host jitsi.org: did not receive HSTS header jiyue.com: could not connect to host jiyuu-ni.com: could not connect to host jiyuu-ni.net: could not connect to host jkb.pics: could not connect to host jkbuster.com: could not connect to host jko.works: could not connect to host jmdekker.it: could not connect to host +jmk.hu: could not connect to host joakimalgroy.com: could not connect to host jobmedic.com: could not connect to host jobshq.com: did not receive HSTS header jobss.co.uk: did not receive HSTS header joedavison.me: could not connect to host joedroll.com: did not receive HSTS header johannes-sprink.de: could not connect to host johnbrownphotography.ch: did not receive HSTS header johners.me: could not connect to host -johnhgaunt.com: could not connect to host +johnhgaunt.com: did not receive HSTS header johnrom.com: did not receive HSTS header jointoweb.com: could not connect to host jonas-keidel.de: did not receive HSTS header jonasgroth.se: did not receive HSTS header jonathan.ir: could not connect to host jondarby.com: did not receive HSTS header jonfor.net: could not connect to host jongha.me: could not connect to host jonilar.com: max-age too low: 2592000 jonn.me: could not connect to host joostbovee.nl: did not receive HSTS header jordanhamilton.me: could not connect to host josahrens.me: could not connect to host +josecage.com: could not connect to host joshi.su: could not connect to host joshstroup.me: could not connect to host jotpics.com: could not connect to host jottit.com: could not connect to host jpaglier.com: could not connect to host jpbike.cz: could not connect to host jrc9.ca: did not receive HSTS header jrgold.me: could not connect to host @@ -3046,50 +3042,50 @@ jualautoclave.com: did not receive HSTS jualssh.com: could not connect to host julian-kipka.de: did not receive HSTS header julido.de: did not receive HSTS header jumbox.xyz: could not connect to host jumbster.com: max-age too low: 2592000 jumping-duck.com: could not connect to host junaos.xyz: did not receive HSTS header junge-selbsthilfe.info: could not connect to host -junglist.org: could not connect to host junjung.me: max-age too low: 0 junqtion.com: could not connect to host jupp0r.de: did not receive HSTS header justanothercompany.name: could not connect to host justinlemay.com: did not receive HSTS header justlikethat.hosting: did not receive HSTS header justnaw.co.uk: could not connect to host justudin.com: did not receive HSTS header +justwood.cz: did not receive HSTS header jutella.de: did not receive HSTS header juvenex.co: could not connect to host juwairen.cn: did not receive HSTS header juxstempel.de: max-age too low: 86400 jvoice.net: could not connect to host jwilsson.me: could not connect to host jxm.in: could not connect to host jznet.org: could not connect to host k-dev.de: could not connect to host ka-clan.com: could not connect to host kabinapp.com: could not connect to host kabuabc.com: did not receive HSTS header +kabus.org: could not connect to host kadioglumakina.com.tr: did not receive HSTS header kaela.design: could not connect to host kahopoon.net: could not connect to host kaisers.de: did not receive HSTS header kaiyuewu.com: could not connect to host kalami.nl: could not connect to host kamalame.co: could not connect to host kamcvicit.sk: could not connect to host kamikano.com: could not connect to host kanar.nl: could not connect to host kaneo-gmbh.de: did not receive HSTS header kaniklani.co.za: could not connect to host -kanjo.de: could not connect to host kany.me: did not receive HSTS header kaohub.com: could not connect to host kaplatz.is: could not connect to host kapucini.si: max-age too low: 0 kaputt.com: could not connect to host karaoketonight.com: could not connect to host karhukamera.com: could not connect to host karpanhellas.com: did not receive HSTS header @@ -3106,16 +3102,17 @@ kausch.at: did not receive HSTS header kavinvin.me: could not connect to host kawaiiku.com: could not connect to host kawaiiku.de: could not connect to host kazenojiyu.fr: could not connect to host kcolford.com: did not receive HSTS header kd-plus.pp.ua: could not connect to host kdata.it: did not receive HSTS header kdm-online.de: did not receive HSTS header +kdyby.org: could not connect to host keeley.gq: could not connect to host keeley.ml: could not connect to host keeleysam.me: could not connect to host keepassa.co: could not connect to host keepclean.me: could not connect to host keepcoalintheground.org: could not connect to host kerangalam.com: could not connect to host kerksanders.nl: did not receive HSTS header @@ -3138,17 +3135,16 @@ kidkat.cn: could not connect to host kiel-media.de: did not receive HSTS header killerit.in: could not connect to host kimberg.co.uk: could not connect to host kimpost.org: could not connect to host kinderly.co.uk: did not receive HSTS header kinderwagen-test24.de: could not connect to host kindlyfire.com: could not connect to host kindof.ninja: could not connect to host -kingdomcrc.org: could not connect to host kingmanhall.org: could not connect to host kinkdr.com: could not connect to host kinnon.enterprises: could not connect to host kintawifi.com: could not connect to host kintrip.com: did not receive HSTS header kionetworks.com: did not receive HSTS header kipin.fr: did not receive HSTS header kipira.com: could not connect to host @@ -3186,17 +3182,17 @@ knowdebt.org: did not receive HSTS heade knowledgesnap.com: could not connect to host knowledgesnapsites.com: could not connect to host kodexplorer.ml: could not connect to host kodiaklabs.org: could not connect to host kodokushi.fr: could not connect to host koelbli.ch: did not receive HSTS header koen.io: did not receive HSTS header koenrouwhorst.nl: did not receive HSTS header -koenvdheuvel.me: could not connect to host +koenvdheuvel.me: did not receive HSTS header koha.be: could not connect to host koik.io: could not connect to host kojima-life.co.jp: did not receive HSTS header kokenmetaanbiedingen.nl: did not receive HSTS header kola-entertainments.de: did not receive HSTS header kolaykaydet.com: did not receive HSTS header kollabria.com: could not connect to host kolozsvaricsuhe.hu: did not receive HSTS header @@ -3227,24 +3223,23 @@ kreb.io: could not connect to host kredite.sale: could not connect to host krestanskydarek.cz: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 118" data: no] kriegt.es: did not receive HSTS header krizevackapajdasija.hr: could not connect to host krizevci.info: did not receive HSTS header krmela.com: did not receive HSTS header kroetenfuchs.de: could not connect to host kroodle.nl: did not receive HSTS header -kroon.email: did not receive HSTS header -krunut.com: could not connect to host +krunut.com: did not receive HSTS header krypteia.org: could not connect to host kryptomech.com: could not connect to host ksfh-mail.de: could not connect to host kstan.me: could not connect to host kswriter.com: could not connect to host -kucom.it: could not connect to host +kucom.it: did not receive HSTS header kueulangtahunanak.net: could not connect to host kum.com: could not connect to host kummerlaender.eu: did not receive HSTS header kupelne-ptacek.sk: did not receive HSTS header kuppingercole.com: did not receive HSTS header kura.io: could not connect to host kurehun.org: could not connect to host kuro346.moe: could not connect to host @@ -3260,17 +3255,17 @@ kweddingplanning.com: did not receive HS kwok.tv: could not connect to host kwondratsch.com: could not connect to host kyanite.co: could not connect to host kylapps.com: did not receive HSTS header kylinj.com: could not connect to host kyochon.fr: could not connect to host kz.search.yahoo.com: did not receive HSTS header kzjnet.com: could not connect to host -l18.io: could not connect to host +l0re.com: could not connect to host la-flora-negra.de: could not connect to host la-grande-jaugue.fr: did not receive HSTS header labaia.info: could not connect to host labina.com.tr: did not receive HSTS header laboiteapc.fr: did not receive HSTS header labordata.io: could not connect to host laborie.io: could not connect to host labrador-retrievers.com.au: did not receive HSTS header @@ -3278,16 +3273,17 @@ labs.directory: could not connect to hos labs.moscow: did not receive HSTS header lacaverne.nl: could not connect to host lachlankidson.net: did not receive HSTS header lacledeslan.ninja: could not connect to host lacocinadelila.com: did not receive HSTS header laf.in.net: could not connect to host lagalerievirtuelle.fr: did not receive HSTS header lagoza.name: could not connect to host +lakewoodcomputerservices.com: could not connect to host lamaland.ru: did not receive HSTS header lambda-complex.org: could not connect to host lambdafive.co.uk: could not connect to host lampl.info: could not connect to host lana.swedbank.se: did not receive HSTS header lancehoteis.com.br: could not connect to host landscape.canonical.com: max-age too low: 2592000 landscapingmedic.com: did not receive HSTS header @@ -3296,17 +3292,16 @@ langendries.eu: could not connect to hos langhun.me: did not receive HSTS header laniakean.com: could not connect to host lanzarote-online.info: could not connect to host laobox.fr: could not connect to host laozhu.me: could not connect to host laplaceduvillage.net: could not connect to host laquack.com: could not connect to host laredsemanario.com: could not connect to host -lasercloud.ml: could not connect to host laserfuchs.de: did not receive HSTS header lashstuff.com: did not receive HSTS header latinred.com: could not connect to host latus.xyz: could not connect to host launchkey.com: did not receive HSTS header lausitzer-widerstand.de: did not receive HSTS header lavine.ch: did not receive HSTS header lavito.cz: did not receive HSTS header @@ -3333,16 +3328,17 @@ leiyun.me: did not receive HSTS header lellyboi.ml: could not connect to host lelongbank.com: did not receive HSTS header lemp.io: did not receive HSTS header lenagroben.de: could not connect to host lenders.direct: could not connect to host lenovogaming.com: could not connect to host lentri.com: did not receive HSTS header leob.in: did not receive HSTS header +leolana.com: could not connect to host leon-jaekel.com: could not connect to host leonhooijer.nl: could not connect to host leopold.email: could not connect to host leopotamgroup.com: could not connect to host lepont.pl: could not connect to host lerner.moscow: did not receive HSTS header les-corsaires.net: could not connect to host les-voitures-electriques.com: did not receive HSTS header @@ -3351,35 +3347,36 @@ lesperlesdunet.fr: could not connect to lesquerda.cat: did not receive HSTS header letitfly.me: could not connect to host letras.mus.br: did not receive HSTS header letsmultiplayerplay.com: did not receive HSTS header letustravel.tk: could not connect to host level-10.net: did not receive HSTS header levelum.com: did not receive HSTS header levert.ch: could not connect to host -levindesalpes.fr: did not receive HSTS header lexpierce.social: could not connect to host lfullerdesign.com: did not receive HSTS header lg21.co: could not connect to host lgiswa.com.au: did not receive HSTS header lgrs.com.au: did not receive HSTS header +lgsg.us: could not connect to host lgts.se: could not connect to host lhalbert.xyz: could not connect to host li.search.yahoo.com: did not receive HSTS header liaillustr.at: did not receive HSTS header liam-w.com: did not receive HSTS header liamjack.fr: could not connect to host lianye.in: could not connect to host lianye1.cc: could not connect to host lianye2.cc: could not connect to host lianye3.cc: could not connect to host lianye4.cc: could not connect to host lianye5.cc: could not connect to host lianye6.cc: could not connect to host +lianyexiuchang.in: could not connect to host liaoshuma.com: could not connect to host libanco.com: could not connect to host libertyrp.org: could not connect to host library.linode.com: did not receive HSTS header librechan.net: could not connect to host libreduca.com: could not connect to host lidl-selection.at: could not connect to host lidlovajogurteka.si: could not connect to host @@ -3469,16 +3466,17 @@ lordjevington.co.uk: could not connect t lostg.com: did not receive HSTS header lostinsecurity.com: could not connect to host lostinweb.eu: could not connect to host lothai.re: did not receive HSTS header lothuytinhsi.com: could not connect to host lotsencafe.de: did not receive HSTS header loveable.de: could not connect to host lovelifelovelive.com: could not connect to host +lovelive.us: could not connect to host lovelyblogacademy.com: did not receive HSTS header lovelycorral.com: did not receive HSTS header loveto.at: could not connect to host lowhangingfruitgrabber.com: could not connect to host loxis.be: did not receive HSTS header lpak.nl: could not connect to host lpgram.ga: could not connect to host lrhsclubs.com: could not connect to host @@ -3529,27 +3527,22 @@ m2tc.fr: could not connect to host m3-gmbh.de: did not receive HSTS header m82labs.com: did not receive HSTS header maarten.nyc: could not connect to host mac-torrents.me: did not receive HSTS header macbolo.com: could not connect to host macchedil.com: did not receive HSTS header macdj.tk: could not connect to host macgeneral.de: did not receive HSTS header -machbach.com: could not connect to host -machbach.net: could not connect to host macsandcheesedreams.com: could not connect to host madars.org: did not receive HSTS header maddin.ga: could not connect to host madebymagnitude.com: did not receive HSTS header -mademoiselle-emma.be: could not connect to host -mademoiselle-emma.fr: could not connect to host maderwin.com: did not receive HSTS header mae-berlinistanbul.com: could not connect to host -maelstrom.ninja: did not receive HSTS header mafamane.com: could not connect to host mafiareturns.com: max-age too low: 2592000 magenx.com: did not receive HSTS header magia360.com: did not receive HSTS header mahamed91.pw: could not connect to host mail-settings.google.com: did not receive HSTS header (error ignored - included regardless) mail.google.com: did not receive HSTS header (error ignored - included regardless) mailchuck.com: could not connect to host @@ -3606,41 +3599,40 @@ markrego.com: could not connect to host marksill.com: could not connect to host marktboten.de: did not receive HSTS header marktissink.nl: did not receive HSTS header markus-dev.com: did not receive HSTS header markusweimar.de: did not receive HSTS header marleyresort.com: did not receive HSTS header marriottvetcareers.com: could not connect to host marshut.net: could not connect to host -martensson.io: could not connect to host martiert.com: could not connect to host martijnvhoof.nl: could not connect to host +martin-mattel.com: could not connect to host martin-smith.info: could not connect to host martinec.co.uk: could not connect to host martinestyle.com: could not connect to host martineve.com: did not receive HSTS header martinp.no: could not connect to host marumagic.com: did not receive HSTS header masjidtawheed.net: did not receive HSTS header maskt.pw: max-age too low: 0 masterapi.ninja: did not receive HSTS header masteringtheterminal.com: did not receive HSTS header mastimtibetano.com: could not connect to host mastodones.club: could not connect to host masty.nl: did not receive HSTS header matatall.com: did not receive HSTS header matchneedle.com: could not connect to host maternalsafety.org: did not receive HSTS header -matomeplus.co: did not receive HSTS header +matomeplus.co: could not connect to host matrict.com: could not connect to host matrip.de: could not connect to host matrix.ac: could not connect to host matrixcheats.net: could not connect to host -matrixmedia.ro: could not connect to host matsuz.com: could not connect to host mattandreko.com: did not receive HSTS header mattberryman.com: max-age too low: 0 matterconcern.com: could not connect to host mattfin.ch: could not connect to host matthewprenger.com: could not connect to host matthiassteen.be: max-age too low: 0 mattressinsider.com: max-age too low: 3153600 @@ -3650,27 +3642,26 @@ mattwservices.co.uk: did not receive HST matty.digital: max-age too low: 3600 maultrom.ml: could not connect to host maupiknik.com: did not receive HSTS header maur.cz: did not receive HSTS header mavisang.cf: could not connect to host mawe.red: could not connect to host maxr1998.de: did not receive HSTS header maxserver.com: did not receive HSTS header -may24.tw: could not connect to host maya.mg: could not connect to host mazz-tech.com: could not connect to host mca2017.org: did not receive HSTS header mcard.vn: did not receive HSTS header mcc.re: could not connect to host mcdonalds.ru: did not receive HSTS header mcga.media: could not connect to host mclab.su: could not connect to host mclist.it: could not connect to host -mdcloudps.com: could not connect to host +mctherealm.net: could not connect to host mdfnet.se: did not receive HSTS header mdscomp.net: did not receive HSTS header meamod.com: max-age too low: 0 meat-education.com: could not connect to host mecenat-cassous.com: did not receive HSTS header mechmk1.me: did not receive HSTS header medallia.io: could not connect to host mediacru.sh: did not receive HSTS header @@ -3762,26 +3753,27 @@ mightysounds.cz: max-age too low: 0 mijcorijneveld.nl: did not receive HSTS header mijn-email.org: could not connect to host mijnkredietpaspoort.nl: could not connect to host mikaelemilsson.net: did not receive HSTS header mikeburns.com: could not connect to host mikeg.de: did not receive HSTS header mikek.work: did not receive HSTS header mikeology.org: could not connect to host -mikes.tk: could not connect to host +mikepair.net: could not connect to host mikeybot.com: could not connect to host mikk.cz: could not connect to host mikrom.cz: did not receive HSTS header miku.be: did not receive HSTS header miku.hatsune.my: max-age too low: 5184000 milatrans.pl: did not receive HSTS header milcoresonline.com: could not connect to host milesgeek.com: did not receive HSTS header military-portal.cz: did not receive HSTS header +mimobile.website: could not connect to host mimoderoupa.pt: could not connect to host mindcraft.ga: could not connect to host mindoktor.se: did not receive HSTS header minecraftserverz.com: could not connect to host minecraftvoter.com: could not connect to host mineover.es: could not connect to host minh.at: could not connect to host mini-piraten.de: did not receive HSTS header @@ -3794,17 +3786,16 @@ minoris.se: could not connect to host miragrow.com: could not connect to host mirindadomo.ru: did not receive HSTS header mironized.com: did not receive HSTS header mirrorx.com: did not receive HSTS header missrain.tw: could not connect to host mist.ink: could not connect to host mister.hosting: could not connect to host misterl.net: did not receive HSTS header -mita.me: could not connect to host mittenhacks.com: could not connect to host mivcon.net: could not connect to host mizd.at: could not connect to host mizi.name: could not connect to host mk-dizajn.com: did not receive HSTS header mkakh.xyz: did not receive HSTS header mkasu.org: did not receive HSTS header mlcdn.co: could not connect to host @@ -3930,16 +3921,17 @@ musewearflipflops.com: could not connect mushroomandfern.com: could not connect to host musikkfondene.no: did not receive HSTS header mustika.cf: could not connect to host mutamatic.com: could not connect to host muzykaprzeszladoplay.pl: did not receive HSTS header mvanmarketing.nl: did not receive HSTS header mvsecurity.nl: could not connect to host mw.search.yahoo.com: did not receive HSTS header +my-cdn.de: could not connect to host my-owncloud.com: could not connect to host my.alfresco.com: did not receive HSTS header my.swedbank.se: did not receive HSTS header myairshop.gr: could not connect to host myandroidtools.cc: could not connect to host mybudget.xyz: could not connect to host mybusiness.cm: did not receive HSTS header mychocolateweightloss.com: did not receive HSTS header @@ -3967,17 +3959,17 @@ mypagella.eu: could not connect to host mypagella.it: could not connect to host mypension.ca: could not connect to host myphonebox.de: could not connect to host myrig.com: could not connect to host myrig.io: could not connect to host myrig.net: could not connect to host mysecretrewards.com: did not receive HSTS header mystery-science-theater-3000.de: did not receive HSTS header -mythlogic.com: did not receive HSTS header +mythlogic.com: could not connect to host mythslegendscollection.com: did not receive HSTS header myweb360.de: did not receive HSTS header myzone.com: did not receive HSTS header mziulu.me: could not connect to host n0psled.nl: could not connect to host n2x.in: could not connect to host n4l.pw: could not connect to host nabru.co.uk: did not receive HSTS header @@ -3999,47 +3991,49 @@ namorico.me: did not receive HSTS header nan.zone: could not connect to host nandex.org: could not connect to host naniki.co.uk: did not receive HSTS header nanogeneinc.com: could not connect to host nansay.cn: could not connect to host nanto.eu: could not connect to host naphex.rocks: could not connect to host narada.com.ua: could not connect to host +narindal.ch: did not receive HSTS header nashira.cz: did not receive HSTS header natalia-fadeeva.ru: could not connect to host natalia.io: could not connect to host natalieandjoshua.com: could not connect to host natalt.org: did not receive HSTS header natanaelys.com: could not connect to host nathanmfarrugia.com: did not receive HSTS header nationwidevehiclecontracts.co.uk: did not receive HSTS header natural-progesterone.net: could not connect to host naturecoaster.com: did not receive HSTS header naturesystems.cz: max-age too low: 0 natuurbehangnederland.nl: could not connect to host nauck.org: could not connect to host nav.jobs: could not connect to host naval.tf: could not connect to host -navenlle.com: could not connect to host +navenlle.com: did not receive HSTS header navjobs.com: did not receive HSTS header nbb.io: could not connect to host nbg-ha.de: could not connect to host ncc60205.info: could not connect to host ncpc.gov: could not connect to host nct.org.uk: did not receive HSTS header nctx.co.uk: did not receive HSTS header near.st: did not receive HSTS header nebulousenhanced.com: could not connect to host nedzad.me: could not connect to host neftaly.com: did not receive HSTS header negativecurvature.net: could not connect to host neilgreen.net: did not receive HSTS header neko-life.com: did not receive HSTS header neko-system.com: did not receive HSTS header +nekosc.com: did not receive HSTS header nemecl.eu: could not connect to host nemno.de: could not connect to host nemovement.org: could not connect to host neoani.me: could not connect to host neofelhz.space: did not receive HSTS header neonisi.com: could not connect to host neonnuke.tech: did not receive HSTS header neosolution.ca: did not receive HSTS header @@ -4050,17 +4044,16 @@ nestedquotes.ca: could not connect to ho net-navi.cc: did not receive HSTS header netbox.cc: could not connect to host netherwind.eu: could not connect to host netica.fr: could not connect to host netlilo.com: could not connect to host netloanusa.com: could not connect to host netmagik.com: did not receive HSTS header netresourcedesign.com: could not connect to host -netsystems.pro: could not connect to host nettefoundation.com: could not connect to host networx-online.de: could not connect to host netzbit.de: could not connect to host netzpolitik.org: max-age too low: 2592000 netztest.at: did not receive HSTS header netzvieh.de: could not connect to host netzzwerg4u.de: could not connect to host neueonlinecasino2016.com: could not connect to host @@ -4111,17 +4104,16 @@ nikcub.com: could not connect to host niklas.pw: could not connect to host niklaslindblad.se: did not receive HSTS header ninchisho-online.com: did not receive HSTS header ninhs.org: could not connect to host nippler.org: did not receive HSTS header nippombashi.net: did not receive HSTS header nipponcareers.com: did not receive HSTS header nitrix.me: could not connect to host -niva.synology.me: could not connect to host nixien.fr: could not connect to host nixmag.net: did not receive HSTS header nkp-media.de: could not connect to host nll.fi: could not connect to host nmadda.com: did not receive HSTS header nmctest.net: could not connect to host nmueller.at: could not connect to host nnote.net: could not connect to host @@ -4237,17 +4229,16 @@ oldchaphome.nl: did not receive HSTS hea oldoakflorist.com: could not connect to host oliverdunk.com: did not receive HSTS header ollehbizev.co.kr: could not connect to host olswangtrainees.com: could not connect to host omacostudio.com: could not connect to host omgaanmetidealen.com: could not connect to host ominto.com: max-age too low: 0 omniti.com: max-age too low: 1 -omniverse.ru: could not connect to host omquote.gq: could not connect to host omskit.ru: did not receive HSTS header oneb4nk.com: could not connect to host oneclickloan.com: could not connect to host onecycling.my: max-age too low: 0 onecycling.world: max-age too low: 0 onefour.co: could not connect to host onehourloan.com: could not connect to host @@ -4297,31 +4288,30 @@ openmind-shop.de: did not receive HSTS h openmtbmap.org: did not receive HSTS header openpriv.pw: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 118" data: no] openprovider.nl: did not receive HSTS header openquery.com.au: did not receive HSTS header openshift.redhat.com: did not receive HSTS header opensourcehouse.net: could not connect to host opensrd.com: could not connect to host openxmpp.com: could not connect to host -opic.gov: did not receive HSTS header opim.ca: did not receive HSTS header opoleo.com: could not connect to host -oppaiti.me: could not connect to host opperwall.net: did not receive HSTS header opsafewinter.net: could not connect to host opsbears.com: did not receive HSTS header optenhoefel.de: could not connect to host optimista.soy: could not connect to host optometriepunt.nl: did not receive HSTS header optumrxhealthstore.com: could not connect to host oracaodocredo.com.br: could not connect to host orbiosales.com: could not connect to host orbitcom.de: max-age too low: 0 orbograph-hrcm.com: could not connect to host +order.one: could not connect to host ordereat.fr: could not connect to host orf-digitalsatkarte.at: could not connect to host organiplan.com: could not connect to host organisationsberatung-jacobi.de: did not receive HSTS header originpc.com: did not receive HSTS header orioncustompcs.com: could not connect to host orionfcu.com: did not receive HSTS header orionrebellion.com: could not connect to host @@ -4359,17 +4349,16 @@ overclockers.ge: could not connect to ho override.io: did not receive HSTS header oversight.io: could not connect to host ovuscloud.de: could not connect to host ovvy.net: did not receive HSTS header owncloud.help: could not connect to host ownmovies.fr: could not connect to host oxygenabsorbers.com: did not receive HSTS header oxynux.fr: could not connect to host -oyoony.de: did not receive HSTS header oyste.in: could not connect to host p.linode.com: could not connect to host p3in.com: did not receive HSTS header p8r.de: could not connect to host pa.search.yahoo.com: did not receive HSTS header pablocamino.tk: could not connect to host pacelink.de: could not connect to host packlane.com: did not receive HSTS header @@ -4381,33 +4370,32 @@ pahae.de: did not receive HSTS header paigeglass.com: did not receive HSTS header paintingat.com: could not connect to host paisaone.com: did not receive HSTS header pajonzeck.de: could not connect to host paku.me: could not connect to host palmer.im: could not connect to host pamplona.tv: could not connect to host pamsoft.pl: max-age too low: 0 +pan.tips: could not connect to host panaceallc.net: could not connect to host panama-gbs.com: did not receive HSTS header panamaequity.com: did not receive HSTS header panamateakforestry.com: did not receive HSTS header panni.me: could not connect to host -panoranordic.net: could not connect to host pansu.space: could not connect to host pants-off.xyz: could not connect to host pantsu.cat: did not receive HSTS header papalytics.com: could not connect to host papeda.net: could not connect to host papercard.co.uk: did not receive HSTS header papierniak.net: could not connect to host papygeek.com: could not connect to host parabhairavayoga.com: did not receive HSTS header paradiselost.com: max-age too low: 0 -parakranov.ru: did not receive HSTS header parent5446.us: could not connect to host parentmail.co.uk: did not receive HSTS header parithy.net: could not connect to host parkingplus.co.il: could not connect to host parkrocker.com: did not receive HSTS header parkwithark.com: could not connect to host parpaing-paillette.net: could not connect to host particonpsplus.it: did not receive HSTS header @@ -4431,17 +4419,16 @@ paster.li: did not receive HSTS header pataua.kiwi: did not receive HSTS header paternitydnatest.com: could not connect to host patientinsight.net: could not connect to host patt.us: could not connect to host patterson.mp: could not connect to host paul-kerebel.pro: could not connect to host paulbunyanmls.com: could not connect to host paulproell.at: could not connect to host -paulrobertlloyd.com: could not connect to host paulyang.cn: did not receive HSTS header pavelfojt.cz: did not receive HSTS header paxwinkel.nl: did not receive HSTS header pay.gigahost.dk: did not receive HSTS header payfreez.com: could not connect to host payments-reference.org: could not connect to host payments.google.com: did not receive HSTS header (error ignored - included regardless) payroll.ch: could not connect to host @@ -4455,17 +4442,17 @@ pcfun.net: could not connect to host pchax.net: could not connect to host pchospital.cc: did not receive HSTS header pdamsidoarjo.co.id: could not connect to host pdevio.com: could not connect to host pdf.yt: could not connect to host peakapp.nl: could not connect to host peerherrmann.de: could not connect to host peetah.com: max-age too low: 0 -peissen.com: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsISiteSecurityService.processHeader]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: /builds/slave/m-cen-l64-periodicupdate-00000/getHSTSPreloadList.js :: processStsHeader :: line 118" data: no] +peissen.com: could not connect to host pekkapikkarainen.fi: did not receive HSTS header pekkarik.ru: could not connect to host peliculasaudiolatinoonline.com: could not connect to host peliseries24.com: did not receive HSTS header pengui.uk: could not connect to host penguinclientsystem.com: did not receive HSTS header pentano.net: could not connect to host pepchid.com: could not connect to host @@ -4559,17 +4546,16 @@ planet-work.com: could not connect to ho planpharmacy.com: could not connect to host plass.hamburg: could not connect to host platform.lookout.com: could not connect to host platomania.eu: did not receive HSTS header play.google.com: did not receive HSTS header (error ignored - included regardless) playerhunter.com: did not receive HSTS header playflick.com: did not receive HSTS header playmaker.io: could not connect to host -playmfe.com: could not connect to host playmyplay.com: did not receive HSTS header playnation.io: could not connect to host playsharp.com: could not connect to host pleier-it.de: did not receive HSTS header pleier.it: did not receive HSTS header plfgr.eu.org: could not connect to host plhdb.org: did not receive HSTS header plirt.ru: did not receive HSTS header @@ -4610,17 +4596,16 @@ pompompoes.com: could not connect to hos ponolau.com: did not receive HSTS header pontualcomp.com: could not connect to host pony.today: could not connect to host poolsandstuff.com: did not receive HSTS header poon.tech: could not connect to host porno-gif.ru: did not receive HSTS header pornstars.me: did not receive HSTS header portalplatform.net: could not connect to host -portalzine.de: did not receive HSTS header poshpak.com: max-age too low: 86400 postcodewise.co.uk: did not receive HSTS header postscheduler.org: could not connect to host posylka.de: did not receive HSTS header potatoheads.net: could not connect to host potbar.com: could not connect to host potlytics.com: could not connect to host potsky.com: did not receive HSTS header @@ -4634,17 +4619,16 @@ pozyczka-bez-zaswiadczen.pl: did not rec ppr-truby.ru: could not connect to host ppuu.org: did not receive HSTS header ppy3.com: did not receive HSTS header pr.search.yahoo.com: did not receive HSTS header pr2studio.com: could not connect to host practicallabs.com: could not connect to host pratinav.xyz: could not connect to host prattpokemon.com: could not connect to host -preciscx.com: could not connect to host prediksisydney.com: could not connect to host preexport.com: did not receive HSTS header preezzie.com: could not connect to host prefis.com: did not receive HSTS header prefontaine.name: could not connect to host prego-shop.de: did not receive HSTS header preissler.co.uk: could not connect to host prelist.org: did not receive HSTS header @@ -4705,16 +4689,17 @@ prxio.date: could not connect to host prxio.site: could not connect to host prytkov.com: did not receive HSTS header pshostpk.com: did not receive HSTS header pstrozniak.com: could not connect to host psw.academy: did not receive HSTS header psw.consulting: did not receive HSTS header ptn.moscow: could not connect to host ptonet.com: could not connect to host +pub-online.ro: did not receive HSTS header pubkey.is: could not connect to host publications.qld.gov.au: did not receive HSTS header publicspeakingcamps.com: could not connect to host pugliese.fr: could not connect to host puiterwijk.org: could not connect to host pumpgames.net: could not connect to host punchr-kamikazee.rhcloud.com: did not receive HSTS header puppydns.com: did not receive HSTS header @@ -4854,17 +4839,18 @@ regaloaks.com: did not receive HSTS head regalpalms.com: did not receive HSTS header regenbogenwald.de: did not receive HSTS header regenerescence.com: did not receive HSTS header reggae-cdmx.com: did not receive HSTS header rehabthailand.nl: could not connect to host reic.me: could not connect to host reikiqueen.uk: could not connect to host reinaldudras.ee: did not receive HSTS header -reisyukaku.org: did not receive HSTS header +reinouthoornweg.nl: could not connect to host +reisyukaku.org: could not connect to host reithguard-it.de: did not receive HSTS header rejo.in: could not connect to host rejuvemedspa.com: did not receive HSTS header relaxhavefun.com: did not receive HSTS header relayawards.com: could not connect to host reliable-mail.de: did not receive HSTS header relisten.nl: did not receive HSTS header rem.pe: could not connect to host @@ -4942,32 +4928,30 @@ rkkhok.hu: did not receive HSTS header rkmantpur.org: did not receive HSTS header rme.li: did not receive HSTS header rngmeme.com: could not connect to host roadfeast.com: could not connect to host roan24.pl: did not receive HSTS header robertglastra.com: could not connect to host robigalia.org: did not receive HSTS header robin.co.kr: did not receive HSTS header -robinlinden.eu: could not connect to host robteix.com: did not receive HSTS header robtex.net: did not receive HSTS header robtex.org: did not receive HSTS header rochman.id: could not connect to host rockeyscrivo.com: did not receive HSTS header rocksberg.net: could not connect to host rockstarloan.com: could not connect to host rockz.io: could not connect to host roddis.net: did not receive HSTS header rodney.id.au: could not connect to host rodosto.com: could not connect to host roeper.party: could not connect to host roesemann.email: could not connect to host roguelikecenter.fr: did not receive HSTS header -roguesignal.net: could not connect to host rolandreed.cn: did not receive HSTS header rolemaster.net: could not connect to host rolroer.co.za: could not connect to host romab.com: did not receive HSTS header romans-place.me.uk: could not connect to host romeoferraris.com: did not receive HSTS header romulusapp.com: could not connect to host ron2k.za.net: could not connect to host @@ -4982,20 +4966,22 @@ rossen.be: did not receive HSTS header rough.nu: could not connect to host roundtheme.com: did not receive HSTS header rous.se: could not connect to host rout0r.org: did not receive HSTS header rouvray.org: could not connect to host royal-forest.org: max-age too low: 0 royalhop.co: could not connect to host royalpub.net: did not receive HSTS header +royalsignaturecruise.com: did not receive HSTS header rprimas.duckdns.org: could not connect to host rr.in.th: could not connect to host rrke.cc: did not receive HSTS header rsajeey.info: could not connect to host +rsampaio.info: could not connect to host rsauget.fr: could not connect to host rsf.io: could not connect to host rsmaps.org: could not connect to host rubbereggs.ca: could not connect to host rubberfurs.org: did not receive HSTS header rubecodeberg.com: could not connect to host rubenschulz.nl: did not receive HSTS header rubi-ka.net: max-age too low: 0 @@ -5018,17 +5004,16 @@ russmarshall.com: could not connect to h ruxit.com: did not receive HSTS header rw.search.yahoo.com: did not receive HSTS header rx-contact.com: could not connect to host rxprep.com: did not receive HSTS header rxv.cc: could not connect to host ryanteck.uk: did not receive HSTS header rylin.net: did not receive HSTS header rzegroup.com: did not receive HSTS header -s-cubed.net: could not connect to host s.how: did not receive HSTS header safelist.eu: did not receive HSTS header safematix.com: could not connect to host safemovescheme.co.uk: did not receive HSTS header saferedirect.link: could not connect to host safewings-nh.nl: did not receive HSTS header sageth.com: max-age too low: 0 sah3.net: could not connect to host @@ -5073,17 +5058,16 @@ saucyfox.net: did not receive HSTS heade saumon.xyz: could not connect to host saunasandstuff.ca: did not receive HSTS header saunasandstuff.com: did not receive HSTS header savannahtasteexperience.com: did not receive HSTS header saveyour.biz: did not receive HSTS header sawamura-rental.com: did not receive HSTS header say-hanabi.com: could not connect to host sazima.ru: did not receive HSTS header -sbiewald.de: could not connect to host sbox-archives.com: could not connect to host sby.de: did not receive HSTS header sc4le.com: could not connect to host scannabi.com: could not connect to host schadegarant.net: could not connect to host schauer.so: could not connect to host scherzstempel.de: max-age too low: 86400 schnell-gold.com: could not connect to host @@ -5100,31 +5084,31 @@ scienceathome.org: did not receive HSTS scivillage.com: did not receive HSTS header sclgroup.cc: did not receive HSTS header scooshonline.co.uk: did not receive HSTS header scotbirchfield.com: did not receive HSTS header scottdial.com: did not receive HSTS header scottferguson.com.au: did not receive HSTS header scottgthomas.com: could not connect to host scourt.info: could not connect to host -scourt.org.ua: did not receive HSTS header +scourt.org.ua: could not connect to host scrambl.is: could not connect to host scramble.io: could not connect to host scrambler.in: could not connect to host scrapings.net: could not connect to host screencaster.io: did not receive HSTS header screenresolution.space: could not connect to host screensaversplanet.com: could not connect to host scribbleserver.com: did not receive HSTS header scribe.systems: could not connect to host scrion.com: could not connect to host script.google.com: did not receive HSTS header (error ignored - included regardless) scriptenforcer.net: could not connect to host scriptict.nl: could not connect to host -scrollstory.com: could not connect to host +scrollstory.com: did not receive HSTS header sd4u.be: max-age too low: 86400 sdmoscow.ru: could not connect to host sdrobs.com: did not receive HSTS header sdsl-speedtest.de: could not connect to host seans.cc: did not receive HSTS header search-one.de: did not receive HSTS header sebastian-bair.de: could not connect to host sebastian-lutsch.de: could not connect to host @@ -5134,17 +5118,16 @@ seccom.ch: did not receive HSTS header secondary-survivor.com: could not connect to host secondary-survivor.help: could not connect to host secondary-survivor.net: could not connect to host secondarysurvivor.help: could not connect to host secondarysurvivorportal.com: could not connect to host secondarysurvivorportal.help: could not connect to host secondbyte.nl: could not connect to host secondspace.ca: could not connect to host -secretsanta.fr: did not receive HSTS header sectia22.ro: did not receive HSTS header section508.gov: did not receive HSTS header sectun.com: did not receive HSTS header secure-games.us: could not connect to host secure.link: did not receive HSTS header securechat4.me: could not connect to host secureradio.net: could not connect to host securesuisse.ch: could not connect to host @@ -5202,16 +5185,17 @@ serfdom.io: did not receive HSTS header serized.pw: could not connect to host serverangels.co.uk: did not receive HSTS header servercode.ca: did not receive HSTS header serverdensity.io: did not receive HSTS header servergno.me: did not receive HSTS header servermonkey.nl: could not connect to host seryo.moe: could not connect to host seryo.net: could not connect to host +sesha.co.za: could not connect to host sethcaplan.com: could not connect to host setphaserstostun.org: could not connect to host setuid.de: could not connect to host setuid.io: did not receive HSTS header seyahatsagliksigortalari.com: could not connect to host sfsltd.com: did not receive HSTS header shadoom.com: did not receive HSTS header shadowmorph.info: did not receive HSTS header @@ -5232,16 +5216,17 @@ shibe.club: could not connect to host shiftins.com: could not connect to host shiftplanning.com: did not receive HSTS header shiinko.com: could not connect to host shindorei.fr: did not receive HSTS header shinebijoux.com.br: could not connect to host shinju.moe: could not connect to host shiona.xyz: could not connect to host shipmile.com: did not receive HSTS header +shirt2go.shop: did not receive HSTS header shm-forum.org.uk: could not connect to host shocksrv.com: did not receive HSTS header shooshosha.com: could not connect to host shopontarget.com: did not receive HSTS header shoprose.ru: could not connect to host shops.neonisi.com: could not connect to host shower.im: could not connect to host showkeeper.tv: did not receive HSTS header @@ -5254,17 +5239,16 @@ shyrydan.es: could not connect to host si.to: could not connect to host siammedia.co: could not connect to host sianimacion.com: could not connect to host sichere-kartenakzeptanz.de: did not receive HSTS header siciliadigitale.pro: could not connect to host siddhant.me: max-age too low: 0 siebens.net: could not connect to host sifls.com: could not connect to host -siirtutkusu.com: could not connect to host sijimi.cn: did not receive HSTS header sikayetvar.com: did not receive HSTS header silaslova-ekb.ru: could not connect to host silent.live: could not connect to host silentcircle.com: did not receive HSTS header silentcircle.org: could not connect to host silentlink.io: could not connect to host silicagelpackets.ca: did not receive HSTS header @@ -5427,24 +5411,25 @@ speedcounter.net: did not receive HSTS h speedmann.de: could not connect to host speedy.lt: max-age too low: 0 speedyprep.com: did not receive HSTS header speidel.com.tr: did not receive HSTS header spencerbaer.com: could not connect to host sperohub.io: could not connect to host spiegels.nl: could not connect to host spielcasinos.com: did not receive HSTS header -spiet.nl: could not connect to host +spiff.eu: could not connect to host spikeykc.me: did not receive HSTS header spillmaker.no: did not receive HSTS header spilsbury.io: could not connect to host spirit-dev.net: max-age too low: 0 spititout.it: could not connect to host spittersberger.recipes: did not receive HSTS header spokonline.com: could not connect to host +spom.net: could not connect to host sponsortobias.com: could not connect to host sportchirp-internal.azurewebsites.net: did not receive HSTS header sporthit.ru: did not receive HSTS header sportwette.eu: did not receive HSTS header spot-events.com: could not connect to host spotifyripper.tk: could not connect to host spotlightsrule.ddns.net: could not connect to host spr.id.au: did not receive HSTS header @@ -5464,29 +5449,30 @@ srrr.ca: could not connect to host ss.wtf: could not connect to host ssl.panoramio.com: did not receive HSTS header ssl.rip: could not connect to host ssmato.me: could not connect to host ssn1.ru: did not receive HSTS header ssnc.org: max-age too low: 300 sspanda.com: did not receive HSTS header ssrvpn.tech: could not connect to host +sss3s.com: could not connect to host ssworld.ga: could not connect to host staack.com: could not connect to host stabletoken.com: could not connect to host stackfiles.io: could not connect to host stadjerspasonline.nl: could not connect to host stadtbauwerk.at: did not receive HSTS header staffjoy.com: did not receive HSTS header staffjoystaging.com: did not receive HSTS header stahl.xyz: could not connect to host stalkerhispano.com: max-age too low: 0 stalkerteam.pl: did not receive HSTS header stalschermer.nl: could not connect to host -stamonicatourandtravel.com: could not connect to host +stamonicatourandtravel.com: did not receive HSTS header standardssuck.org: did not receive HSTS header standingmist.com: did not receive HSTS header starandshield.com: did not receive HSTS header starfeeling.net: could not connect to host stargatepartners.com: did not receive HSTS header starmusic.ga: did not receive HSTS header starttraffic.com: did not receive HSTS header startuponcloud.com: max-age too low: 2678400 @@ -5539,17 +5525,16 @@ str0.at: did not receive HSTS header strasweb.fr: did not receive HSTS header strbt.de: could not connect to host strchr.com: did not receive HSTS header streamingeverywhere.com: did not receive HSTS header streamingmagazin.de: could not connect to host streampanel.net: did not receive HSTS header streams.dyndns.org: could not connect to host strictlysudo.com: could not connect to host -strife.tk: could not connect to host strivephysmed.com: did not receive HSTS header stroeercrm.de: could not connect to host strongest-privacy.com: could not connect to host stuartbaxter.co: could not connect to host student-scientist.org: did not receive HSTS header studentresearcher.org: did not receive HSTS header studentskydenik.cz: could not connect to host studenttravel.cz: did not receive HSTS header @@ -5638,17 +5623,17 @@ syriatalk.org: could not connect to host syrocon.ch: could not connect to host sysadminstory.com: could not connect to host sysgeek.cn: could not connect to host syso.name: could not connect to host syspen.space: did not receive HSTS header sysrq.tech: could not connect to host system.cf: could not connect to host systemd.me: could not connect to host -szaszm.tk: max-age too low: 0 +szaszm.tk: could not connect to host t-complex.space: could not connect to host t-ken.xyz: could not connect to host t-shirts4less.nl: did not receive HSTS header t-tz.com: could not connect to host t0dd.eu: could not connect to host t4c-rebirth.com: could not connect to host t4x.org: did not receive HSTS header taabe.xyz: could not connect to host @@ -5830,32 +5815,31 @@ thewp.pro: could not connect to host thezonders.com: did not receive HSTS header thierfreund.de: could not connect to host thinkcoding.de: could not connect to host thinkcoding.org: could not connect to host thinkdo.jp: could not connect to host thinlyveiledcontempt.com: could not connect to host thirdpartytrade.com: did not receive HSTS header thirty5.net: did not receive HSTS header -thiscloudiscrap.com: could not connect to host thisisacompletetest.ga: could not connect to host thisisforager.com: could not connect to host thiswebhost.com: did not receive HSTS header thomaskliszowski.fr: did not receive HSTS header thomasmeester.nl: did not receive HSTS header thomasschweizer.net: could not connect to host +thompsonfamily.cloud: could not connect to host thorncreek.net: did not receive HSTS header thriveapproach.co.uk: did not receive HSTS header throughthelookingglasslens.co.uk: could not connect to host thumbtack.com: did not receive HSTS header thundercampaign.com: could not connect to host thusoy.com: did not receive HSTS header ti.blog.br: could not connect to host tibbitshall.ca: did not receive HSTS header -ticfleet.com: could not connect to host tickettoaster.de: max-age too low: 0 tickopa.co.uk: could not connect to host tickreport.com: did not receive HSTS header ticktock.today: did not receive HSTS header tictactux.de: could not connect to host tidmore.us: could not connect to host tie-online.org: did not receive HSTS header tiendschuurstraat.nl: could not connect to host @@ -5902,16 +5886,17 @@ tlo.hosting: could not connect to host tlo.link: did not receive HSTS header tlo.network: could not connect to host tls.li: could not connect to host tlsbv.nl: did not receive HSTS header tm-solutions.eu: did not receive HSTS header tmaward.net: could not connect to host tmitchell.io: could not connect to host tmprod.com: did not receive HSTS header +tnb-plattform.de: could not connect to host tncnanet.com.br: could not connect to host tnrsca.jp: did not receive HSTS header tobias-bielefeld.de: did not receive HSTS header tobiasmathes.com: could not connect to host tobiasmathes.name: could not connect to host tobiasofficial.at: could not connect to host todamateria.com.br: did not receive HSTS header todesschaf.org: could not connect to host @@ -5950,29 +5935,27 @@ tosecure.link: could not connect to host toshnix.com: could not connect to host toshub.com: could not connect to host totem-eshop.cz: could not connect to host toucedo.de: could not connect to host touchbasemail.com: did not receive HSTS header touchpointidg.us: could not connect to host touchscreen-handy.de: did not receive HSTS header touchtable.nl: did not receive HSTS header -touha.me: could not connect to host tourpeer.com: did not receive HSTS header toxme.se: did not receive HSTS header toyotamotala.se: could not connect to host tpbcdn.com: could not connect to host tpe-edu.com: could not connect to host tpms4u.at: did not receive HSTS header tracktivity.com.au: did not receive HSTS header tradinews.com: could not connect to host tradinews.fr: could not connect to host tradingcentre.com.au: did not receive HSTS header tradinghope.com: could not connect to host -tradiz.org: could not connect to host trafficmanager.xxx: did not receive HSTS header traindb.nl: did not receive HSTS header training4girls.ru: did not receive HSTS header trainut.com: could not connect to host transformify.org: did not receive HSTS header transl8.eu: could not connect to host translate.googleapis.com: did not receive HSTS header (error ignored - included regardless) transportal.sk: did not receive HSTS header @@ -6030,16 +6013,17 @@ twinkseason.ca: could not connect to hos twinkseason.co: could not connect to host twinkseason.co.uk: could not connect to host twinkseason.com: could not connect to host twinkseason.net: could not connect to host twinkseason.org: could not connect to host twinkseason.xyz: could not connect to host twisata.com: did not receive HSTS header twist.party: could not connect to host +twitter.ax: could not connect to host twogo.com: did not receive HSTS header twolinepassbrewing.com: could not connect to host tx041cap.org: did not receive HSTS header txclimbers.com: could not connect to host txf.pw: could not connect to host ty2u.com: did not receive HSTS header tylian.net: max-age too low: 0 typingrevolution.com: did not receive HSTS header @@ -6162,29 +6146,30 @@ uzmandroid.top: could not connect to hos v0tti.com: could not connect to host v2.pw: did not receive HSTS header v4veedu.com: could not connect to host v7.cl: could not connect to host vaalmarketplace.co.za: did not receive HSTS header vaddder.com: could not connect to host vaelma.fi: could not connect to host valethound.com: could not connect to host -validator.nu: did not receive HSTS header valkyrja.xyz: did not receive HSTS header valleyridgepta.org: could not connect to host vallis.net: did not receive HSTS header valmagus.com: could not connect to host vampirism.eu: could not connect to host vanacht.co.za: did not receive HSTS header vanderkley.it: could not connect to host vanestack.com: could not connect to host vanetv.com: could not connect to host vanitas.xyz: could not connect to host vanitynailworkz.com: could not connect to host vansieleghem.com: could not connect to host +vapeshopsupply.com: could not connect to host +vapordepot.jp: could not connect to host vasanth.org: did not receive HSTS header vbulletin-russia.com: could not connect to host vbulletinrussia.com: could not connect to host vcdove.com: did not receive HSTS header vcr.re: could not connect to host vdhco.be: did not receive HSTS header veblen.com: could not connect to host vechkasov.ru: did not receive HSTS header @@ -6248,16 +6233,17 @@ vizeat.com: did not receive HSTS header vizional.com: max-age too low: 0 vjeff.com: could not connect to host vlastimilburian.cz: did not receive HSTS header vlogge.com: could not connect to host vlora.city: could not connect to host vm0.eu: did not receive HSTS header vmrdev.com: could not connect to host voceinveste.com: did not receive HSTS header +vogler.name: could not connect to host voicesuk.co.uk: did not receive HSTS header volcrado.com: did not receive HSTS header voliere-info.nl: did not receive HSTS header volkden.com: could not connect to host vonavy-cukor.sk: could not connect to host vonavycukor.sk: could not connect to host voodoo-laden.de: max-age too low: 86400 voodooladen.de: max-age too low: 86400 @@ -6291,24 +6277,23 @@ wallabag.org: did not receive HSTS heade wallet.google.com: did not receive HSTS header (error ignored - included regardless) wallsblog.dk: could not connect to host walnutgaming.co.uk: could not connect to host walterlynnmosley.com: did not receive HSTS header wan.pp.ua: could not connect to host wanban.io: could not connect to host wangjun.me: did not receive HSTS header wangqiliang.xn--fiqs8s: could not connect to host -wangqr.tk: could not connect to host wangzuan168.cc: did not receive HSTS header wanybug.cn: could not connect to host wapjt.cn: could not connect to host wapt.fr: did not receive HSTS header warandpeace.xyz: could not connect to host warehost.de: did not receive HSTS header -warezaddict.com: could not connect to host +warezaddict.com: did not receive HSTS header warhistoryonline.com: max-age too low: 0 warped.com: did not receive HSTS header warrencreative.com: did not receive HSTS header warsentech.com: could not connect to host washingtonviews.com: did not receive HSTS header watchium.com: did not receive HSTS header watersportmarkt.net: did not receive HSTS header watsonhall.uk: could not connect to host @@ -6350,16 +6335,17 @@ webtechgadgetry.com: did not receive HST webtiles.co.uk: could not connect to host webtobesocial.de: could not connect to host webuni.hu: did not receive HSTS header webwork.pw: could not connect to host wecanfindit.co.za: could not connect to host weddingenvelopes.co.uk: did not receive HSTS header weddingibiza.nl: could not connect to host weekly.fyi: could not connect to host +wefinanceinc.com: could not connect to host wegenaer.nl: could not connect to host welkers.org: could not connect to host wellastore.ru: did not receive HSTS header welpy.com: could not connect to host weltmeisterschaft.net: could not connect to host weltverschwoerung.de: did not receive HSTS header weme.eu: could not connect to host wendalyncheng.com: did not receive HSTS header @@ -6453,16 +6439,17 @@ work-and-jockel.de: did not receive HSTS workfone.io: did not receive HSTS header workpermit.com.vn: could not connect to host workwithgo.com: could not connect to host worldsbeststory.com: did not receive HSTS header worldwhisperer.net: did not receive HSTS header worshapp.com: could not connect to host wowapi.org: could not connect to host wowinvasion.com: did not receive HSTS header +wp-rescue.com.au: did not receive HSTS header wpblog.com.tw: did not receive HSTS header wpcarer.pro: did not receive HSTS header wpdublin.com: could not connect to host wpfast.net: did not receive HSTS header wpfortify.com: did not receive HSTS header wphostingspot.com: did not receive HSTS header wpmetadatastandardsproject.org: did not receive HSTS header writeapp.me: did not receive HSTS header @@ -6497,18 +6484,20 @@ www.rme.li: did not receive HSTS header www.sandbox.mydigipass.com: could not connect to host www.sb: could not connect to host www.surfeasy.com: did not receive HSTS header www.zenpayroll.com: did not receive HSTS header www3.info: did not receive HSTS header wxukang.cn: could not connect to host wy6.org: could not connect to host wybmabiity.com: max-age too low: 0 +wzrd.in: could not connect to host x-power-detox.com: could not connect to host x-ripped-hd.com: could not connect to host +x1616.tk: could not connect to host x2w.io: could not connect to host x3led.com: could not connect to host x64architecture.com: could not connect to host xa.search.yahoo.com: did not receive HSTS header xandocs.com: could not connect to host xavierbarroso.com: could not connect to host xbind.io: could not connect to host xbt.co: could not connect to host @@ -6567,33 +6556,34 @@ xn--werner-schffer-fib.de: could not con xn--xdtx3pfzbiw3ar8e7yedqrhui.com: could not connect to host xn--yoamomisuasbcn-ynb.com: could not connect to host xobox.me: could not connect to host xoffy.com: did not receive HSTS header xom.party: could not connect to host xor-a.net: could not connect to host xperiacodes.com: did not receive HSTS header xpi.fr: could not connect to host +xpj.sx: could not connect to host xrippedhd.com: could not connect to host xsmobile.de: could not connect to host xtom.email: could not connect to host xtream-hosting.com: could not connect to host xtream-hosting.de: could not connect to host xtream-hosting.eu: could not connect to host xtreamhosting.eu: could not connect to host xtrim.ru: did not receive HSTS header xuexb.com: did not receive HSTS header -xuri.me: max-age too low: 2592000 xuwei.de: could not connect to host xuyh0120.win: did not receive HSTS header xxbase.com: could not connect to host xynex.us: could not connect to host y-o-w.com: did not receive HSTS header yachts-magazine.com: did not receive HSTS header yagi2.com: could not connect to host +yahoo.ax: could not connect to host yalook.com: did not receive HSTS header yamamo10.com: could not connect to host yanwh.xyz: did not receive HSTS header yaoidreams.com: did not receive HSTS header yaporn.tv: did not receive HSTS header yard-fu.com: could not connect to host yardbird.us: could not connect to host yasinaydin.net: max-age too low: 2592000 @@ -6631,17 +6621,16 @@ youcontrol.ru: could not connect to host youlog.net: could not connect to host youngandunited.nl: did not receive HSTS header youon.tokyo: could not connect to host yourbapp.ch: could not connect to host yourciso.com: could not connect to host yourcomputer.expert: did not receive HSTS header yoursecondphone.co: could not connect to host yourstrongbox.com: could not connect to host -yoyoost.duckdns.org: could not connect to host ypiresia.fr: could not connect to host ytcuber.xyz: could not connect to host yu7.jp: did not receive HSTS header yuan.ga: did not receive HSTS header yuhen.ru: did not receive HSTS header yuko.moe: could not connect to host yummyfamilyrecipes.com: could not connect to host yunpan.blue: could not connect to host @@ -6653,17 +6642,16 @@ yuushou.com: max-age too low: 0 yux.io: did not receive HSTS header yuyu.io: could not connect to host ywei.org: could not connect to host yzal.io: could not connect to host z3liff.com: could not connect to host z3liff.net: could not connect to host za.search.yahoo.com: did not receive HSTS header zadieheimlich.com: did not receive HSTS header -zahe.me: could not connect to host zahyantechnologies.com: could not connect to host zakoncontrol.com: could not connect to host zamorano.edu: could not connect to host zamos.ru: max-age too low: 0 zaneweb.org: did not receive HSTS header zanthra.com: could not connect to host zao.fi: could not connect to host zap.yt: could not connect to host @@ -6679,31 +6667,31 @@ zefu.ca: could not connect to host zehntner.ch: could not connect to host zelfstandigemakelaars.net: could not connect to host zenghx.tk: could not connect to host zenpayroll.com: did not receive HSTS header zentraler-kreditausschuss.de: did not receive HSTS header zentralwolke.de: did not receive HSTS header zera.com.au: could not connect to host zerekin.net: did not receive HSTS header -zerocool.io: could not connect to host zeroday.sk: did not receive HSTS header zerolab.org: could not connect to host zeroml.ml: could not connect to host zertitude.com: could not connect to host zerudi.com: did not receive HSTS header zett4.me: could not connect to host zeytin.pro: could not connect to host zgrep.org: could not connect to host zh.search.yahoo.com: did not receive HSTS header zh1.li: could not connect to host zhangzifan.com: did not receive HSTS header zhaojin97.cn: did not receive HSTS header zhendingresources.com: max-age too low: 0 zhihua-lai.com: did not receive HSTS header +zhousiru.com: could not connect to host zicklam.com: did not receive HSTS header zigcore.com.br: could not connect to host zihao.me: did not receive HSTS header zinc-x.com: did not receive HSTS header zinenapse.info: could not connect to host zirtue.io: did not receive HSTS header zittingskalender.be: could not connect to host zixo.sk: could not connect to host
--- a/security/manager/ssl/nsSTSPreloadList.inc +++ b/security/manager/ssl/nsSTSPreloadList.inc @@ -3,17 +3,17 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ /*****************************************************************************/ /* This is an automatically generated file. If you're not */ /* nsSiteSecurityService.cpp, you shouldn't be #including it. */ /*****************************************************************************/ #include <stdint.h> -const PRTime gPreloadListExpirationTime = INT64_C(1509896194326000); +const PRTime gPreloadListExpirationTime = INT64_C(1509982994819000); static const char kSTSHostTable[] = { /* "0.me.uk", true */ '0', '.', 'm', 'e', '.', 'u', 'k', '\0', /* "007-preisvergleich.de", true */ '0', '0', '7', '-', 'p', 'r', 'e', 'i', 's', 'v', 'e', 'r', 'g', 'l', 'e', 'i', 'c', 'h', '.', 'd', 'e', '\0', /* "00f.net", true */ '0', '0', 'f', '.', 'n', 'e', 't', '\0', /* "00wbf.com", true */ '0', '0', 'w', 'b', 'f', '.', 'c', 'o', 'm', '\0', /* "0100dev.com", true */ '0', '1', '0', '0', 'd', 'e', 'v', '.', 'c', 'o', 'm', '\0', /* "0100dev.nl", true */ '0', '1', '0', '0', 'd', 'e', 'v', '.', 'n', 'l', '\0', @@ -130,17 +130,16 @@ static const char kSTSHostTable[] = { /* "1km.ro", true */ '1', 'k', 'm', '.', 'r', 'o', '\0', /* "1kmi.co", true */ '1', 'k', 'm', 'i', '.', 'c', 'o', '\0', /* "1on1on1.de", true */ '1', 'o', 'n', '1', 'o', 'n', '1', '.', 'd', 'e', '\0', /* "1on1on1.tv", true */ '1', 'o', 'n', '1', 'o', 'n', '1', '.', 't', 'v', '\0', /* "1p.ro", false */ '1', 'p', '.', 'r', 'o', '\0', /* "1panorama.ru", true */ '1', 'p', 'a', 'n', 'o', 'r', 'a', 'm', 'a', '.', 'r', 'u', '\0', /* "1para.net", true */ '1', 'p', 'a', 'r', 'a', '.', 'n', 'e', 't', '\0', /* "1pw.ca", true */ '1', 'p', 'w', '.', 'c', 'a', '\0', - /* "1px.tv", true */ '1', 'p', 'x', '.', 't', 'v', '\0', /* "1q365a.com", true */ '1', 'q', '3', '6', '5', 'a', '.', 'c', 'o', 'm', '\0', /* "1rs.nl", true */ '1', 'r', 's', '.', 'n', 'l', '\0', /* "1scope.com", true */ '1', 's', 'c', 'o', 'p', 'e', '.', 'c', 'o', 'm', '\0', /* "1se2or3.com", true */ '1', 's', 'e', '2', 'o', 'r', '3', '.', 'c', 'o', 'm', '\0', /* "1st-community.de", true */ '1', 's', 't', '-', 'c', 'o', 'm', 'm', 'u', 'n', 'i', 't', 'y', '.', 'd', 'e', '\0', /* "1ststop.co.uk", true */ '1', 's', 't', 's', 't', 'o', 'p', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "1three1.net", true */ '1', 't', 'h', 'r', 'e', 'e', '1', '.', 'n', 'e', 't', '\0', /* "1whw.co.uk", true */ '1', 'w', 'h', 'w', '.', 'c', 'o', '.', 'u', 'k', '\0', @@ -214,19 +213,19 @@ static const char kSTSHostTable[] = { /* "365maya.com", true */ '3', '6', '5', 'm', 'a', 'y', 'a', '.', 'c', 'o', 'm', '\0', /* "365skulls.com", true */ '3', '6', '5', 's', 'k', 'u', 'l', 'l', 's', '.', 'c', 'o', 'm', '\0', /* "3778.com", true */ '3', '7', '7', '8', '.', 'c', 'o', 'm', '\0', /* "3778vip.com", true */ '3', '7', '7', '8', 'v', 'i', 'p', '.', 'c', 'o', 'm', '\0', /* "379700.com", true */ '3', '7', '9', '7', '0', '0', '.', 'c', 'o', 'm', '\0', /* "393335.ml", true */ '3', '9', '3', '3', '3', '5', '.', 'm', 'l', '\0', /* "398.info", true */ '3', '9', '8', '.', 'i', 'n', 'f', 'o', '\0', /* "39988.com", true */ '3', '9', '9', '8', '8', '.', 'c', 'o', 'm', '\0', - /* "3ags.de", true */ '3', 'a', 'g', 's', '.', 'd', 'e', '\0', /* "3bakayottu.com", true */ '3', 'b', 'a', 'k', 'a', 'y', 'o', 't', 't', 'u', '.', 'c', 'o', 'm', '\0', /* "3bigking.com", true */ '3', 'b', 'i', 'g', 'k', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', + /* "3c-d.de", true */ '3', 'c', '-', 'd', '.', 'd', 'e', '\0', /* "3chat.org", true */ '3', 'c', 'h', 'a', 't', '.', 'o', 'r', 'g', '\0', /* "3circlefunding.ch", true */ '3', 'c', 'i', 'r', 'c', 'l', 'e', 'f', 'u', 'n', 'd', 'i', 'n', 'g', '.', 'c', 'h', '\0', /* "3cs.ch", true */ '3', 'c', 's', '.', 'c', 'h', '\0', /* "3d-bastler.de", true */ '3', 'd', '-', 'b', 'a', 's', 't', 'l', 'e', 'r', '.', 'd', 'e', '\0', /* "3dcart.com", true */ '3', 'd', 'c', 'a', 'r', 't', '.', 'c', 'o', 'm', '\0', /* "3dmedium.de", true */ '3', 'd', 'm', 'e', 'd', 'i', 'u', 'm', '.', 'd', 'e', '\0', /* "3do3dont.com", true */ '3', 'd', 'o', '3', 'd', 'o', 'n', 't', '.', 'c', 'o', 'm', '\0', /* "3dprintsondemand.eu", true */ '3', 'd', 'p', 'r', 'i', 'n', 't', 's', 'o', 'n', 'd', 'e', 'm', 'a', 'n', 'd', '.', 'e', 'u', '\0', @@ -273,17 +272,16 @@ static const char kSTSHostTable[] = { /* "4u2ore.net", true */ '4', 'u', '2', 'o', 'r', 'e', '.', 'n', 'e', 't', '\0', /* "4vf.de", true */ '4', 'v', 'f', '.', 'd', 'e', '\0', /* "4winds.pt", true */ '4', 'w', 'i', 'n', 'd', 's', '.', 'p', 't', '\0', /* "4x.fi", true */ '4', 'x', '.', 'f', 'i', '\0', /* "500p.xyz", true */ '5', '0', '0', 'p', '.', 'x', 'y', 'z', '\0', /* "507.net", true */ '5', '0', '7', '.', 'n', 'e', 't', '\0', /* "50plusnet.nl", true */ '5', '0', 'p', 'l', 'u', 's', 'n', 'e', 't', '.', 'n', 'l', '\0', /* "525.info", true */ '5', '2', '5', '.', 'i', 'n', 'f', 'o', '\0', - /* "52neptune.com", true */ '5', '2', 'n', 'e', 'p', 't', 'u', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "54below.com", true */ '5', '4', 'b', 'e', 'l', 'o', 'w', '.', 'c', 'o', 'm', '\0', /* "54bf.com", true */ '5', '4', 'b', 'f', '.', 'c', 'o', 'm', '\0', /* "57aromas.com", true */ '5', '7', 'a', 'r', 'o', 'm', 'a', 's', '.', 'c', 'o', 'm', '\0', /* "5apps.com", true */ '5', 'a', 'p', 'p', 's', '.', 'c', 'o', 'm', '\0', /* "5c1fd0f31022cbc40af9f785847baaf9.space", true */ '5', 'c', '1', 'f', 'd', '0', 'f', '3', '1', '0', '2', '2', 'c', 'b', 'c', '4', '0', 'a', 'f', '9', 'f', '7', '8', '5', '8', '4', '7', 'b', 'a', 'a', 'f', '9', '.', 's', 'p', 'a', 'c', 'e', '\0', /* "5h0r7.com", true */ '5', 'h', '0', 'r', '7', '.', 'c', 'o', 'm', '\0', /* "646.io", false */ '6', '4', '6', '.', 'i', 'o', '\0', /* "64616e.xyz", true */ '6', '4', '6', '1', '6', 'e', '.', 'x', 'y', 'z', '\0', @@ -512,17 +510,16 @@ static const char kSTSHostTable[] = { /* "ad-notam.pt", true */ 'a', 'd', '-', 'n', 'o', 't', 'a', 'm', '.', 'p', 't', '\0', /* "ad-notam.us", true */ 'a', 'd', '-', 'n', 'o', 't', 'a', 'm', '.', 'u', 's', '\0', /* "ada.gov", true */ 'a', 'd', 'a', '.', 'g', 'o', 'v', '\0', /* "adalis.org", true */ 'a', 'd', 'a', 'l', 'i', 's', '.', 'o', 'r', 'g', '\0', /* "adam-kostecki.de", true */ 'a', 'd', 'a', 'm', '-', 'k', 'o', 's', 't', 'e', 'c', 'k', 'i', '.', 'd', 'e', '\0', /* "adambyers.com", true */ 'a', 'd', 'a', 'm', 'b', 'y', 'e', 'r', 's', '.', 'c', 'o', 'm', '\0', /* "adamdixon.co.uk", true */ 'a', 'd', 'a', 'm', 'd', 'i', 'x', 'o', 'n', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "adamek.online", true */ 'a', 'd', 'a', 'm', 'e', 'k', '.', 'o', 'n', 'l', 'i', 'n', 'e', '\0', - /* "adamgold.net", false */ 'a', 'd', 'a', 'm', 'g', 'o', 'l', 'd', '.', 'n', 'e', 't', '\0', /* "adamkaminski.com", true */ 'a', 'd', 'a', 'm', 'k', 'a', 'm', 'i', 'n', 's', 'k', 'i', '.', 'c', 'o', 'm', '\0', /* "adamkostecki.de", true */ 'a', 'd', 'a', 'm', 'k', 'o', 's', 't', 'e', 'c', 'k', 'i', '.', 'd', 'e', '\0', /* "adamoutler.com", true */ 'a', 'd', 'a', 'm', 'o', 'u', 't', 'l', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "adamricheimer.com", true */ 'a', 'd', 'a', 'm', 'r', 'i', 'c', 'h', 'e', 'i', 'm', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "adams.dk", true */ 'a', 'd', 'a', 'm', 's', '.', 'd', 'k', '\0', /* "adamstas.com", true */ 'a', 'd', 'a', 'm', 's', 't', 'a', 's', '.', 'c', 'o', 'm', '\0', /* "adamwilcox.org", true */ 'a', 'd', 'a', 'm', 'w', 'i', 'l', 'c', 'o', 'x', '.', 'o', 'r', 'g', '\0', /* "adapt-elektronik.com", true */ 'a', 'd', 'a', 'p', 't', '-', 'e', 'l', 'e', 'k', 't', 'r', 'o', 'n', 'i', 'k', '.', 'c', 'o', 'm', '\0', @@ -621,17 +618,16 @@ static const char kSTSHostTable[] = { /* "aegrel.ee", true */ 'a', 'e', 'g', 'r', 'e', 'l', '.', 'e', 'e', '\0', /* "aeon.co", true */ 'a', 'e', 'o', 'n', '.', 'c', 'o', '\0', /* "aerandir.fr", true */ 'a', 'e', 'r', 'a', 'n', 'd', 'i', 'r', '.', 'f', 'r', '\0', /* "aerelon.de", false */ 'a', 'e', 'r', 'e', 'l', 'o', 'n', '.', 'd', 'e', '\0', /* "aerolog.co", true */ 'a', 'e', 'r', 'o', 'l', 'o', 'g', '.', 'c', 'o', '\0', /* "aertel.ie", true */ 'a', 'e', 'r', 't', 'e', 'l', '.', 'i', 'e', '\0', /* "aesym.de", true */ 'a', 'e', 's', 'y', 'm', '.', 'd', 'e', '\0', /* "aetherc0r3.eu", true */ 'a', 'e', 't', 'h', 'e', 'r', 'c', '0', 'r', '3', '.', 'e', 'u', '\0', - /* "aevpn.net", true */ 'a', 'e', 'v', 'p', 'n', '.', 'n', 'e', 't', '\0', /* "aextron.com", true */ 'a', 'e', 'x', 't', 'r', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "aextron.de", true */ 'a', 'e', 'x', 't', 'r', 'o', 'n', '.', 'd', 'e', '\0', /* "aextron.org", true */ 'a', 'e', 'x', 't', 'r', 'o', 'n', '.', 'o', 'r', 'g', '\0', /* "afb24.de", true */ 'a', 'f', 'b', '2', '4', '.', 'd', 'e', '\0', /* "afdkompakt.de", true */ 'a', 'f', 'd', 'k', 'o', 'm', 'p', 'a', 'k', 't', '.', 'd', 'e', '\0', /* "affiliateroyale.com", true */ 'a', 'f', 'f', 'i', 'l', 'i', 'a', 't', 'e', 'r', 'o', 'y', 'a', 'l', 'e', '.', 'c', 'o', 'm', '\0', /* "affiliatetest.azurewebsites.net", true */ 'a', 'f', 'f', 'i', 'l', 'i', 'a', 't', 'e', 't', 'e', 's', 't', '.', 'a', 'z', 'u', 'r', 'e', 'w', 'e', 'b', 's', 'i', 't', 'e', 's', '.', 'n', 'e', 't', '\0', /* "affinity.vc", true */ 'a', 'f', 'f', 'i', 'n', 'i', 't', 'y', '.', 'v', 'c', '\0', @@ -648,17 +644,16 @@ static const char kSTSHostTable[] = { /* "afri.cc", true */ 'a', 'f', 'r', 'i', '.', 'c', 'c', '\0', /* "africa.dating", true */ 'a', 'f', 'r', 'i', 'c', 'a', '.', 'd', 'a', 't', 'i', 'n', 'g', '\0', /* "africatravel.de", true */ 'a', 'f', 'r', 'i', 'c', 'a', 't', 'r', 'a', 'v', 'e', 'l', '.', 'd', 'e', '\0', /* "afrodigital.uk", true */ 'a', 'f', 'r', 'o', 'd', 'i', 'g', 'i', 't', 'a', 'l', '.', 'u', 'k', '\0', /* "after.im", true */ 'a', 'f', 't', 'e', 'r', '.', 'i', 'm', '\0', /* "afterstack.net", true */ 'a', 'f', 't', 'e', 'r', 's', 't', 'a', 'c', 'k', '.', 'n', 'e', 't', '\0', /* "afuh.de", true */ 'a', 'f', 'u', 'h', '.', 'd', 'e', '\0', /* "afva.net", true */ 'a', 'f', 'v', 'a', '.', 'n', 'e', 't', '\0', - /* "afvallendoeje.nu", true */ 'a', 'f', 'v', 'a', 'l', 'l', 'e', 'n', 'd', 'o', 'e', 'j', 'e', '.', 'n', 'u', '\0', /* "ag-websolutions.de", true */ 'a', 'g', '-', 'w', 'e', 'b', 's', 'o', 'l', 'u', 't', 'i', 'o', 'n', 's', '.', 'd', 'e', '\0', /* "agdalieso.com.ba", true */ 'a', 'g', 'd', 'a', 'l', 'i', 'e', 's', 'o', '.', 'c', 'o', 'm', '.', 'b', 'a', '\0', /* "ageg.ca", true */ 'a', 'g', 'e', 'g', '.', 'c', 'a', '\0', /* "agenciadeempregosdourados.com.br", true */ 'a', 'g', 'e', 'n', 'c', 'i', 'a', 'd', 'e', 'e', 'm', 'p', 'r', 'e', 'g', 'o', 's', 'd', 'o', 'u', 'r', 'a', 'd', 'o', 's', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "agenda-loto.net", false */ 'a', 'g', 'e', 'n', 'd', 'a', '-', 'l', 'o', 't', 'o', '.', 'n', 'e', 't', '\0', /* "agenda21senden.de", true */ 'a', 'g', 'e', 'n', 'd', 'a', '2', '1', 's', 'e', 'n', 'd', 'e', 'n', '.', 'd', 'e', '\0', /* "agent6.com.au", true */ 'a', 'g', 'e', 'n', 't', '6', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "agfmedia.com", true */ 'a', 'g', 'f', 'm', 'e', 'd', 'i', 'a', '.', 'c', 'o', 'm', '\0', @@ -957,17 +952,16 @@ static const char kSTSHostTable[] = { /* "alupferd.de", true */ 'a', 'l', 'u', 'p', 'f', 'e', 'r', 'd', '.', 'd', 'e', '\0', /* "aluroof.eu", true */ 'a', 'l', 'u', 'r', 'o', 'o', 'f', '.', 'e', 'u', '\0', /* "alvicom.hu", true */ 'a', 'l', 'v', 'i', 'c', 'o', 'm', '.', 'h', 'u', '\0', /* "alvosec.com", true */ 'a', 'l', 'v', 'o', 's', 'e', 'c', '.', 'c', 'o', 'm', '\0', /* "alwayslookingyourbest.com", true */ 'a', 'l', 'w', 'a', 'y', 's', 'l', 'o', 'o', 'k', 'i', 'n', 'g', 'y', 'o', 'u', 'r', 'b', 'e', 's', 't', '.', 'c', 'o', 'm', '\0', /* "alwaysmine.fi", true */ 'a', 'l', 'w', 'a', 'y', 's', 'm', 'i', 'n', 'e', '.', 'f', 'i', '\0', /* "alyoung.com", true */ 'a', 'l', 'y', 'o', 'u', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "am3.se", true */ 'a', 'm', '3', '.', 's', 'e', '\0', - /* "am8888.top", true */ 'a', 'm', '8', '8', '8', '8', '.', 't', 'o', 'p', '\0', /* "ama.ne.jp", true */ 'a', 'm', 'a', '.', 'n', 'e', '.', 'j', 'p', '\0', /* "amadoraslindas.com", true */ 'a', 'm', 'a', 'd', 'o', 'r', 'a', 's', 'l', 'i', 'n', 'd', 'a', 's', '.', 'c', 'o', 'm', '\0', /* "amadvice.com", true */ 'a', 'm', 'a', 'd', 'v', 'i', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "amagdic.com", true */ 'a', 'm', 'a', 'g', 'd', 'i', 'c', '.', 'c', 'o', 'm', '\0', /* "amagical.net", true */ 'a', 'm', 'a', 'g', 'i', 'c', 'a', 'l', '.', 'n', 'e', 't', '\0', /* "amani-kinderdorf.de", false */ 'a', 'm', 'a', 'n', 'i', '-', 'k', 'i', 'n', 'd', 'e', 'r', 'd', 'o', 'r', 'f', '.', 'd', 'e', '\0', /* "amartinz.at", true */ 'a', 'm', 'a', 'r', 't', 'i', 'n', 'z', '.', 'a', 't', '\0', /* "amateri.com", true */ 'a', 'm', 'a', 't', 'e', 'r', 'i', '.', 'c', 'o', 'm', '\0', @@ -1269,23 +1263,21 @@ static const char kSTSHostTable[] = { /* "aposke.org", true */ 'a', 'p', 'o', 's', 'k', 'e', '.', 'o', 'r', 'g', '\0', /* "apothes.is", true */ 'a', 'p', 'o', 't', 'h', 'e', 's', '.', 'i', 's', '\0', /* "app-at.work", true */ 'a', 'p', 'p', '-', 'a', 't', '.', 'w', 'o', 'r', 'k', '\0', /* "app.recurly.com", true */ 'a', 'p', 'p', '.', 'r', 'e', 'c', 'u', 'r', 'l', 'y', '.', 'c', 'o', 'm', '\0', /* "app.simpletax.ca", true */ 'a', 'p', 'p', '.', 's', 'i', 'm', 'p', 'l', 'e', 't', 'a', 'x', '.', 'c', 'a', '\0', /* "app.yinxiang.com", false */ 'a', 'p', 'p', '.', 'y', 'i', 'n', 'x', 'i', 'a', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "appartement-andrea.at", true */ 'a', 'p', 'p', 'a', 'r', 't', 'e', 'm', 'e', 'n', 't', '-', 'a', 'n', 'd', 'r', 'e', 'a', '.', 'a', 't', '\0', /* "appartementhaus-badria.de", true */ 'a', 'p', 'p', 'a', 'r', 't', 'e', 'm', 'e', 'n', 't', 'h', 'a', 'u', 's', '-', 'b', 'a', 'd', 'r', 'i', 'a', '.', 'd', 'e', '\0', - /* "appchive.net", true */ 'a', 'p', 'p', 'c', 'h', 'i', 'v', 'e', '.', 'n', 'e', 't', '\0', /* "appdrinks.com", true */ 'a', 'p', 'p', 'd', 'r', 'i', 'n', 'k', 's', '.', 'c', 'o', 'm', '\0', /* "appelboomdefilm.nl", true */ 'a', 'p', 'p', 'e', 'l', 'b', 'o', 'o', 'm', 'd', 'e', 'f', 'i', 'l', 'm', '.', 'n', 'l', '\0', /* "appengine.google.com", true */ 'a', 'p', 'p', 'e', 'n', 'g', 'i', 'n', 'e', '.', 'g', 'o', 'o', 'g', 'l', 'e', '.', 'c', 'o', 'm', '\0', /* "apperio.com", true */ 'a', 'p', 'p', 'e', 'r', 'i', 'o', '.', 'c', 'o', 'm', '\0', /* "appharbor.com", true */ 'a', 'p', 'p', 'h', 'a', 'r', 'b', 'o', 'r', '.', 'c', 'o', 'm', '\0', - /* "apple.ax", true */ 'a', 'p', 'p', 'l', 'e', '.', 'a', 'x', '\0', /* "applelife.ru", true */ 'a', 'p', 'p', 'l', 'e', 'l', 'i', 'f', 'e', '.', 'r', 'u', '\0', /* "applemon.com", true */ 'a', 'p', 'p', 'l', 'e', 'm', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "appleoosa.com", true */ 'a', 'p', 'p', 'l', 'e', 'o', 'o', 's', 'a', '.', 'c', 'o', 'm', '\0', /* "applesana.es", true */ 'a', 'p', 'p', 'l', 'e', 's', 'a', 'n', 'a', '.', 'e', 's', '\0', /* "applesencia.com", true */ 'a', 'p', 'p', 'l', 'e', 's', 'e', 'n', 'c', 'i', 'a', '.', 'c', 'o', 'm', '\0', /* "applewatch.co.nz", true */ 'a', 'p', 'p', 'l', 'e', 'w', 'a', 't', 'c', 'h', '.', 'c', 'o', '.', 'n', 'z', '\0', /* "applian.jp", true */ 'a', 'p', 'p', 'l', 'i', 'a', 'n', '.', 'j', 'p', '\0', /* "apply.eu", true */ 'a', 'p', 'p', 'l', 'y', '.', 'e', 'u', '\0', @@ -1455,16 +1447,17 @@ static const char kSTSHostTable[] = { /* "arubasunsetbeach.com", true */ 'a', 'r', 'u', 'b', 'a', 's', 'u', 'n', 's', 'e', 't', 'b', 'e', 'a', 'c', 'h', '.', 'c', 'o', 'm', '\0', /* "arveron.ch", true */ 'a', 'r', 'v', 'e', 'r', 'o', 'n', '.', 'c', 'h', '\0', /* "arvid.io", true */ 'a', 'r', 'v', 'i', 'd', '.', 'i', 'o', '\0', /* "arvindhariharan.com", true */ 'a', 'r', 'v', 'i', 'n', 'd', 'h', 'a', 'r', 'i', 'h', 'a', 'r', 'a', 'n', '.', 'c', 'o', 'm', '\0', /* "arvindhariharan.me", true */ 'a', 'r', 'v', 'i', 'n', 'd', 'h', 'a', 'r', 'i', 'h', 'a', 'r', 'a', 'n', '.', 'm', 'e', '\0', /* "arw.me", true */ 'a', 'r', 'w', '.', 'm', 'e', '\0', /* "aryan-nation.com", true */ 'a', 'r', 'y', 'a', 'n', '-', 'n', 'a', 't', 'i', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "aryasenna.net", true */ 'a', 'r', 'y', 'a', 's', 'e', 'n', 'n', 'a', '.', 'n', 'e', 't', '\0', + /* "arzid.com", true */ 'a', 'r', 'z', 'i', 'd', '.', 'c', 'o', 'm', '\0', /* "as200753.com", true */ 'a', 's', '2', '0', '0', '7', '5', '3', '.', 'c', 'o', 'm', '\0', /* "as200753.net", true */ 'a', 's', '2', '0', '0', '7', '5', '3', '.', 'n', 'e', 't', '\0', /* "as44222.net", true */ 'a', 's', '4', '4', '2', '2', '2', '.', 'n', 'e', 't', '\0', /* "asadatec.de", true */ 'a', 's', 'a', 'd', 'a', 't', 'e', 'c', '.', 'd', 'e', '\0', /* "asadzulfahri.com", true */ 'a', 's', 'a', 'd', 'z', 'u', 'l', 'f', 'a', 'h', 'r', 'i', '.', 'c', 'o', 'm', '\0', /* "asafilm.co", true */ 'a', 's', 'a', 'f', 'i', 'l', 'm', '.', 'c', 'o', '\0', /* "asafomba.com", true */ 'a', 's', 'a', 'f', 'o', 'm', 'b', 'a', '.', 'c', 'o', 'm', '\0', /* "asahikoji.net", true */ 'a', 's', 'a', 'h', 'i', 'k', 'o', 'j', 'i', '.', 'n', 'e', 't', '\0', @@ -1617,16 +1610,17 @@ static const char kSTSHostTable[] = { /* "augias.org", true */ 'a', 'u', 'g', 'i', 'a', 's', '.', 'o', 'r', 'g', '\0', /* "augiero.it", true */ 'a', 'u', 'g', 'i', 'e', 'r', 'o', '.', 'i', 't', '\0', /* "augmentable.de", true */ 'a', 'u', 'g', 'm', 'e', 'n', 't', 'a', 'b', 'l', 'e', '.', 'd', 'e', '\0', /* "augustian-life.cz", true */ 'a', 'u', 'g', 'u', 's', 't', 'i', 'a', 'n', '-', 'l', 'i', 'f', 'e', '.', 'c', 'z', '\0', /* "augustiner-kantorei-erfurt.de", true */ 'a', 'u', 'g', 'u', 's', 't', 'i', 'n', 'e', 'r', '-', 'k', 'a', 'n', 't', 'o', 'r', 'e', 'i', '-', 'e', 'r', 'f', 'u', 'r', 't', '.', 'd', 'e', '\0', /* "augustiner-kantorei.de", true */ 'a', 'u', 'g', 'u', 's', 't', 'i', 'n', 'e', 'r', '-', 'k', 'a', 'n', 't', 'o', 'r', 'e', 'i', '.', 'd', 'e', '\0', /* "aukaraoke.su", true */ 'a', 'u', 'k', 'a', 'r', 'a', 'o', 'k', 'e', '.', 's', 'u', '\0', /* "aulo.in", false */ 'a', 'u', 'l', 'o', '.', 'i', 'n', '\0', + /* "aunali1.com", true */ 'a', 'u', 'n', 'a', 'l', 'i', '1', '.', 'c', 'o', 'm', '\0', /* "auplidespages.fr", true */ 'a', 'u', 'p', 'l', 'i', 'd', 'e', 's', 'p', 'a', 'g', 'e', 's', '.', 'f', 'r', '\0', /* "aur.rocks", true */ 'a', 'u', 'r', '.', 'r', 'o', 'c', 'k', 's', '\0', /* "aureus.pw", true */ 'a', 'u', 'r', 'e', 'u', 's', '.', 'p', 'w', '\0', /* "auri.ga", true */ 'a', 'u', 'r', 'i', '.', 'g', 'a', '\0', /* "auricblue.com", true */ 'a', 'u', 'r', 'i', 'c', 'b', 'l', 'u', 'e', '.', 'c', 'o', 'm', '\0', /* "auriko-games.de", true */ 'a', 'u', 'r', 'i', 'k', 'o', '-', 'g', 'a', 'm', 'e', 's', '.', 'd', 'e', '\0', /* "aurora-terraria.org", true */ 'a', 'u', 'r', 'o', 'r', 'a', '-', 't', 'e', 'r', 'r', 'a', 'r', 'i', 'a', '.', 'o', 'r', 'g', '\0', /* "aurorarecordings.com", true */ 'a', 'u', 'r', 'o', 'r', 'a', 'r', 'e', 'c', 'o', 'r', 'd', 'i', 'n', 'g', 's', '.', 'c', 'o', 'm', '\0', @@ -1717,32 +1711,34 @@ static const char kSTSHostTable[] = { /* "axiomer.me", true */ 'a', 'x', 'i', 'o', 'm', 'e', 'r', '.', 'm', 'e', '\0', /* "axiomer.net", true */ 'a', 'x', 'i', 'o', 'm', 'e', 'r', '.', 'n', 'e', 't', '\0', /* "axiomer.org", true */ 'a', 'x', 'i', 'o', 'm', 'e', 'r', '.', 'o', 'r', 'g', '\0', /* "axka.com", false */ 'a', 'x', 'k', 'a', '.', 'c', 'o', 'm', '\0', /* "axolotlfarm.org", true */ 'a', 'x', 'o', 'l', 'o', 't', 'l', 'f', 'a', 'r', 'm', '.', 'o', 'r', 'g', '\0', /* "axolsoft.com", true */ 'a', 'x', 'o', 'l', 's', 'o', 'f', 't', '.', 'c', 'o', 'm', '\0', /* "axrec.de", true */ 'a', 'x', 'r', 'e', 'c', '.', 'd', 'e', '\0', /* "axtux.tk", true */ 'a', 'x', 't', 'u', 'x', '.', 't', 'k', '\0', + /* "ayahuascaadvisor.com", true */ 'a', 'y', 'a', 'h', 'u', 'a', 's', 'c', 'a', 'a', 'd', 'v', 'i', 's', 'o', 'r', '.', 'c', 'o', 'm', '\0', /* "ayesh.me", true */ 'a', 'y', 'e', 's', 'h', '.', 'm', 'e', '\0', /* "aykutcevik.com", true */ 'a', 'y', 'k', 'u', 't', 'c', 'e', 'v', 'i', 'k', '.', 'c', 'o', 'm', '\0', /* "aylak.com", true */ 'a', 'y', 'l', 'a', 'k', '.', 'c', 'o', 'm', '\0', /* "aymerick.fr", true */ 'a', 'y', 'm', 'e', 'r', 'i', 'c', 'k', '.', 'f', 'r', '\0', /* "aymericlagier.com", true */ 'a', 'y', 'm', 'e', 'r', 'i', 'c', 'l', 'a', 'g', 'i', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "ayothemes.com", true */ 'a', 'y', 'o', 't', 'h', 'e', 'm', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "ayurveda-mantry.com", true */ 'a', 'y', 'u', 'r', 'v', 'e', 'd', 'a', '-', 'm', 'a', 'n', 't', 'r', 'y', '.', 'c', 'o', 'm', '\0', /* "ayurveda101.com", false */ 'a', 'y', 'u', 'r', 'v', 'e', 'd', 'a', '1', '0', '1', '.', 'c', 'o', 'm', '\0', /* "azabani.com", true */ 'a', 'z', 'a', 'b', 'a', 'n', 'i', '.', 'c', 'o', 'm', '\0', /* "azamra.com", true */ 'a', 'z', 'a', 'm', 'r', 'a', '.', 'c', 'o', 'm', '\0', /* "azazy.net", true */ 'a', 'z', 'a', 'z', 'y', '.', 'n', 'e', 't', '\0', /* "azbuki.by", true */ 'a', 'z', 'b', 'u', 'k', 'i', '.', 'b', 'y', '\0', /* "azia.info", true */ 'a', 'z', 'i', 'a', '.', 'i', 'n', 'f', 'o', '\0', /* "azimut.fr", true */ 'a', 'z', 'i', 'm', 'u', 't', '.', 'f', 'r', '\0', /* "azirevpn.com", true */ 'a', 'z', 'i', 'r', 'e', 'v', 'p', 'n', '.', 'c', 'o', 'm', '\0', /* "azlk-team.ru", true */ 'a', 'z', 'l', 'k', '-', 't', 'e', 'a', 'm', '.', 'r', 'u', '\0', + /* "azort.com", true */ 'a', 'z', 'o', 'r', 't', '.', 'c', 'o', 'm', '\0', /* "azrazalea.net", true */ 'a', 'z', 'r', 'a', 'z', 'a', 'l', 'e', 'a', '.', 'n', 'e', 't', '\0', /* "aztrix.me", true */ 'a', 'z', 't', 'r', 'i', 'x', '.', 'm', 'e', '\0', /* "azun.pl", true */ 'a', 'z', 'u', 'n', '.', 'p', 'l', '\0', /* "azuxul.fr", true */ 'a', 'z', 'u', 'x', 'u', 'l', '.', 'f', 'r', '\0', /* "azzag.co.uk", true */ 'a', 'z', 'z', 'a', 'g', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "azzorti.com", true */ 'a', 'z', 'z', 'o', 'r', 't', 'i', '.', 'c', 'o', 'm', '\0', /* "b-b-law.com", true */ 'b', '-', 'b', '-', 'l', 'a', 'w', '.', 'c', 'o', 'm', '\0', /* "b-pi.duckdns.org", true */ 'b', '-', 'p', 'i', '.', 'd', 'u', 'c', 'k', 'd', 'n', 's', '.', 'o', 'r', 'g', '\0', @@ -1848,16 +1844,17 @@ static const char kSTSHostTable[] = { /* "bankbranchlocator.com", true */ 'b', 'a', 'n', 'k', 'b', 'r', 'a', 'n', 'c', 'h', 'l', 'o', 'c', 'a', 't', 'o', 'r', '.', 'c', 'o', 'm', '\0', /* "bankcardoffer.com", true */ 'b', 'a', 'n', 'k', 'c', 'a', 'r', 'd', 'o', 'f', 'f', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "bankcircle.co.in", true */ 'b', 'a', 'n', 'k', 'c', 'i', 'r', 'c', 'l', 'e', '.', 'c', 'o', '.', 'i', 'n', '\0', /* "bankersonline.com", true */ 'b', 'a', 'n', 'k', 'e', 'r', 's', 'o', 'n', 'l', 'i', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "bankin.com", true */ 'b', 'a', 'n', 'k', 'i', 'n', '.', 'c', 'o', 'm', '\0', /* "bankinter.pt", true */ 'b', 'a', 'n', 'k', 'i', 'n', 't', 'e', 'r', '.', 'p', 't', '\0', /* "bankofdenton.com", true */ 'b', 'a', 'n', 'k', 'o', 'f', 'd', 'e', 'n', 't', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "bankstownapartments.com.au", true */ 'b', 'a', 'n', 'k', 's', 't', 'o', 'w', 'n', 'a', 'p', 'a', 'r', 't', 'm', 'e', 'n', 't', 's', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', + /* "bannisbierblog.de", true */ 'b', 'a', 'n', 'n', 'i', 's', 'b', 'i', 'e', 'r', 'b', 'l', 'o', 'g', '.', 'd', 'e', '\0', /* "banri.me", true */ 'b', 'a', 'n', 'r', 'i', '.', 'm', 'e', '\0', /* "baofengtech.com", true */ 'b', 'a', 'o', 'f', 'e', 'n', 'g', 't', 'e', 'c', 'h', '.', 'c', 'o', 'm', '\0', /* "baptistboard.com", true */ 'b', 'a', 'p', 't', 'i', 's', 't', 'b', 'o', 'a', 'r', 'd', '.', 'c', 'o', 'm', '\0', /* "baptiste-peugnez.fr", true */ 'b', 'a', 'p', 't', 'i', 's', 't', 'e', '-', 'p', 'e', 'u', 'g', 'n', 'e', 'z', '.', 'f', 'r', '\0', /* "barans2239.com", true */ 'b', 'a', 'r', 'a', 'n', 's', '2', '2', '3', '9', '.', 'c', 'o', 'm', '\0', /* "barbarians.com", true */ 'b', 'a', 'r', 'b', 'a', 'r', 'i', 'a', 'n', 's', '.', 'c', 'o', 'm', '\0', /* "barbaros.info", true */ 'b', 'a', 'r', 'b', 'a', 'r', 'o', 's', '.', 'i', 'n', 'f', 'o', '\0', /* "barbate.fr", true */ 'b', 'a', 'r', 'b', 'a', 't', 'e', '.', 'f', 'r', '\0', @@ -1866,16 +1863,17 @@ static const char kSTSHostTable[] = { /* "barbu.family", true */ 'b', 'a', 'r', 'b', 'u', '.', 'f', 'a', 'm', 'i', 'l', 'y', '\0', /* "barburas.com", true */ 'b', 'a', 'r', 'b', 'u', 'r', 'a', 's', '.', 'c', 'o', 'm', '\0', /* "barcel.com.mx", true */ 'b', 'a', 'r', 'c', 'e', 'l', '.', 'c', 'o', 'm', '.', 'm', 'x', '\0', /* "barclays.net", true */ 'b', 'a', 'r', 'c', 'l', 'a', 'y', 's', '.', 'n', 'e', 't', '\0', /* "barcodeberlin.com", true */ 'b', 'a', 'r', 'c', 'o', 'd', 'e', 'b', 'e', 'r', 'l', 'i', 'n', '.', 'c', 'o', 'm', '\0', /* "barcoderealty.com", true */ 'b', 'a', 'r', 'c', 'o', 'd', 'e', 'r', 'e', 'a', 'l', 't', 'y', '.', 'c', 'o', 'm', '\0', /* "bardiharborow.com", true */ 'b', 'a', 'r', 'd', 'i', 'h', 'a', 'r', 'b', 'o', 'r', 'o', 'w', '.', 'c', 'o', 'm', '\0', /* "bardiharborow.tk", true */ 'b', 'a', 'r', 'd', 'i', 'h', 'a', 'r', 'b', 'o', 'r', 'o', 'w', '.', 't', 'k', '\0', + /* "bariller.fr", true */ 'b', 'a', 'r', 'i', 'l', 'l', 'e', 'r', '.', 'f', 'r', '\0', /* "baripedia.org", true */ 'b', 'a', 'r', 'i', 'p', 'e', 'd', 'i', 'a', '.', 'o', 'r', 'g', '\0', /* "barisi.me", true */ 'b', 'a', 'r', 'i', 's', 'i', '.', 'm', 'e', '\0', /* "barkerjr.xyz", true */ 'b', 'a', 'r', 'k', 'e', 'r', 'j', 'r', '.', 'x', 'y', 'z', '\0', /* "barnabycolby.io", true */ 'b', 'a', 'r', 'n', 'a', 'b', 'y', 'c', 'o', 'l', 'b', 'y', '.', 'i', 'o', '\0', /* "baropkamp.be", true */ 'b', 'a', 'r', 'o', 'p', 'k', 'a', 'm', 'p', '.', 'b', 'e', '\0', /* "barqo.co", true */ 'b', 'a', 'r', 'q', 'o', '.', 'c', 'o', '\0', /* "barracuda.blog", true */ 'b', 'a', 'r', 'r', 'a', 'c', 'u', 'd', 'a', '.', 'b', 'l', 'o', 'g', '\0', /* "barracuda.com.tr", true */ 'b', 'a', 'r', 'r', 'a', 'c', 'u', 'd', 'a', '.', 'c', 'o', 'm', '.', 't', 'r', '\0', @@ -2117,17 +2115,16 @@ static const char kSTSHostTable[] = { /* "bernd-leitner-fotodesign.de", true */ 'b', 'e', 'r', 'n', 'd', '-', 'l', 'e', 'i', 't', 'n', 'e', 'r', '-', 'f', 'o', 't', 'o', 'd', 'e', 's', 'i', 'g', 'n', '.', 'd', 'e', '\0', /* "bernd-leitner.de", true */ 'b', 'e', 'r', 'n', 'd', '-', 'l', 'e', 'i', 't', 'n', 'e', 'r', '.', 'd', 'e', '\0', /* "berr.yt", true */ 'b', 'e', 'r', 'r', '.', 'y', 't', '\0', /* "berra.se", true */ 'b', 'e', 'r', 'r', 'a', '.', 's', 'e', '\0', /* "bersierservices.ch", true */ 'b', 'e', 'r', 's', 'i', 'e', 'r', 's', 'e', 'r', 'v', 'i', 'c', 'e', 's', '.', 'c', 'h', '\0', /* "bersotavocats.fr", true */ 'b', 'e', 'r', 's', 'o', 't', 'a', 'v', 'o', 'c', 'a', 't', 's', '.', 'f', 'r', '\0', /* "berst.cz", true */ 'b', 'e', 'r', 's', 't', '.', 'c', 'z', '\0', /* "berthabailey.com", true */ 'b', 'e', 'r', 't', 'h', 'a', 'b', 'a', 'i', 'l', 'e', 'y', '.', 'c', 'o', 'm', '\0', - /* "bertholdsson.com", true */ 'b', 'e', 'r', 't', 'h', 'o', 'l', 'd', 's', 's', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "bertoliniodontoiatria.it", true */ 'b', 'e', 'r', 't', 'o', 'l', 'i', 'n', 'i', 'o', 'd', 'o', 'n', 't', 'o', 'i', 'a', 't', 'r', 'i', 'a', '.', 'i', 't', '\0', /* "bertrand.bio", true */ 'b', 'e', 'r', 't', 'r', 'a', 'n', 'd', '.', 'b', 'i', 'o', '\0', /* "beryl.net", true */ 'b', 'e', 'r', 'y', 'l', '.', 'n', 'e', 't', '\0', /* "besnik.de", true */ 'b', 'e', 's', 'n', 'i', 'k', '.', 'd', 'e', '\0', /* "bespokestraps.com", true */ 'b', 'e', 's', 'p', 'o', 'k', 'e', 's', 't', 'r', 'a', 'p', 's', '.', 'c', 'o', 'm', '\0', /* "best-wallpaper.net", true */ 'b', 'e', 's', 't', '-', 'w', 'a', 'l', 'l', 'p', 'a', 'p', 'e', 'r', '.', 'n', 'e', 't', '\0', /* "best-wedding-quotes.com", true */ 'b', 'e', 's', 't', '-', 'w', 'e', 'd', 'd', 'i', 'n', 'g', '-', 'q', 'u', 'o', 't', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "best10websitebuilders.com", true */ 'b', 'e', 's', 't', '1', '0', 'w', 'e', 'b', 's', 'i', 't', 'e', 'b', 'u', 'i', 'l', 'd', 'e', 'r', 's', '.', 'c', 'o', 'm', '\0', @@ -2370,16 +2367,17 @@ static const char kSTSHostTable[] = { /* "bitminter.com", true */ 'b', 'i', 't', 'm', 'i', 'n', 't', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "bitmoe.com", true */ 'b', 'i', 't', 'm', 'o', 'e', '.', 'c', 'o', 'm', '\0', /* "bitmon.net", true */ 'b', 'i', 't', 'm', 'o', 'n', '.', 'n', 'e', 't', '\0', /* "bitok.com", true */ 'b', 'i', 't', 'o', 'k', '.', 'c', 'o', 'm', '\0', /* "bitplay.space", true */ 'b', 'i', 't', 'p', 'l', 'a', 'y', '.', 's', 'p', 'a', 'c', 'e', '\0', /* "bitpod.de", true */ 'b', 'i', 't', 'p', 'o', 'd', '.', 'd', 'e', '\0', /* "bitpumpe.net", true */ 'b', 'i', 't', 'p', 'u', 'm', 'p', 'e', '.', 'n', 'e', 't', '\0', /* "bitraum.io", true */ 'b', 'i', 't', 'r', 'a', 'u', 'm', '.', 'i', 'o', '\0', + /* "bitref.com", true */ 'b', 'i', 't', 'r', 'e', 'f', '.', 'c', 'o', 'm', '\0', /* "bitrush.nl", true */ 'b', 'i', 't', 'r', 'u', 's', 'h', '.', 'n', 'l', '\0', /* "bitsafe.com.my", true */ 'b', 'i', 't', 's', 'a', 'f', 'e', '.', 'c', 'o', 'm', '.', 'm', 'y', '\0', /* "bitsensor.io", true */ 'b', 'i', 't', 's', 'e', 'n', 's', 'o', 'r', '.', 'i', 'o', '\0', /* "bitshaker.net", true */ 'b', 'i', 't', 's', 'h', 'a', 'k', 'e', 'r', '.', 'n', 'e', 't', '\0', /* "bitskins.co", true */ 'b', 'i', 't', 's', 'k', 'i', 'n', 's', '.', 'c', 'o', '\0', /* "bitskrieg.net", true */ 'b', 'i', 't', 's', 'k', 'r', 'i', 'e', 'g', '.', 'n', 'e', 't', '\0', /* "bitstorm.nl", true */ 'b', 'i', 't', 's', 't', 'o', 'r', 'm', '.', 'n', 'l', '\0', /* "bitstorm.org", true */ 'b', 'i', 't', 's', 't', 'o', 'r', 'm', '.', 'o', 'r', 'g', '\0', @@ -2892,16 +2890,17 @@ static const char kSTSHostTable[] = { /* "buildingclouds.eu", true */ 'b', 'u', 'i', 'l', 'd', 'i', 'n', 'g', 'c', 'l', 'o', 'u', 'd', 's', '.', 'e', 'u', '\0', /* "buildingclouds.fr", true */ 'b', 'u', 'i', 'l', 'd', 'i', 'n', 'g', 'c', 'l', 'o', 'u', 'd', 's', '.', 'f', 'r', '\0', /* "buildingcostestimators.co.uk", true */ 'b', 'u', 'i', 'l', 'd', 'i', 'n', 'g', 'c', 'o', 's', 't', 'e', 's', 't', 'i', 'm', 'a', 't', 'o', 'r', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "builditsolutions.net", true */ 'b', 'u', 'i', 'l', 'd', 'i', 't', 's', 'o', 'l', 'u', 't', 'i', 'o', 'n', 's', '.', 'n', 'e', 't', '\0', /* "buildkite.com", true */ 'b', 'u', 'i', 'l', 'd', 'k', 'i', 't', 'e', '.', 'c', 'o', 'm', '\0', /* "builtwith.com", true */ 'b', 'u', 'i', 'l', 't', 'w', 'i', 't', 'h', '.', 'c', 'o', 'm', '\0', /* "buka.jp", true */ 'b', 'u', 'k', 'a', '.', 'j', 'p', '\0', /* "bukkenfan.jp", true */ 'b', 'u', 'k', 'k', 'e', 'n', 'f', 'a', 'n', '.', 'j', 'p', '\0', + /* "bul3seas.eu", true */ 'b', 'u', 'l', '3', 's', 'e', 'a', 's', '.', 'e', 'u', '\0', /* "bulario.com", true */ 'b', 'u', 'l', 'a', 'r', 'i', 'o', '.', 'c', 'o', 'm', '\0', /* "bulbcompare.com", true */ 'b', 'u', 'l', 'b', 'c', 'o', 'm', 'p', 'a', 'r', 'e', '.', 'c', 'o', 'm', '\0', /* "bulbgenie.com", true */ 'b', 'u', 'l', 'b', 'g', 'e', 'n', 'i', 'e', '.', 'c', 'o', 'm', '\0', /* "buldogueingles.com.br", true */ 'b', 'u', 'l', 'd', 'o', 'g', 'u', 'e', 'i', 'n', 'g', 'l', 'e', 's', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "bulkcandystore.com", true */ 'b', 'u', 'l', 'k', 'c', 'a', 'n', 'd', 'y', 's', 't', 'o', 'r', 'e', '.', 'c', 'o', 'm', '\0', /* "bulkingtime.com", true */ 'b', 'u', 'l', 'k', 'i', 'n', 'g', 't', 'i', 'm', 'e', '.', 'c', 'o', 'm', '\0', /* "bulktrade.de", true */ 'b', 'u', 'l', 'k', 't', 'r', 'a', 'd', 'e', '.', 'd', 'e', '\0', /* "bulldog-hosting.de", true */ 'b', 'u', 'l', 'l', 'd', 'o', 'g', '-', 'h', 'o', 's', 't', 'i', 'n', 'g', '.', 'd', 'e', '\0', @@ -2993,16 +2992,17 @@ static const char kSTSHostTable[] = { /* "bytes.fyi", true */ 'b', 'y', 't', 'e', 's', '.', 'f', 'y', 'i', '\0', /* "bytesatwork.de", true */ 'b', 'y', 't', 'e', 's', 'a', 't', 'w', 'o', 'r', 'k', '.', 'd', 'e', '\0', /* "bytesatwork.eu", true */ 'b', 'y', 't', 'e', 's', 'a', 't', 'w', 'o', 'r', 'k', '.', 'e', 'u', '\0', /* "byteshark.org", true */ 'b', 'y', 't', 'e', 's', 'h', 'a', 'r', 'k', '.', 'o', 'r', 'g', '\0', /* "byteshift.ca", true */ 'b', 'y', 't', 'e', 's', 'h', 'i', 'f', 't', '.', 'c', 'a', '\0', /* "bytesizedalex.com", true */ 'b', 'y', 't', 'e', 's', 'i', 'z', 'e', 'd', 'a', 'l', 'e', 'x', '.', 'c', 'o', 'm', '\0', /* "bytesofcode.de", true */ 'b', 'y', 't', 'e', 's', 'o', 'f', 'c', 'o', 'd', 'e', '.', 'd', 'e', '\0', /* "bytesunlimited.com", true */ 'b', 'y', 't', 'e', 's', 'u', 'n', 'l', 'i', 'm', 'i', 't', 'e', 'd', '.', 'c', 'o', 'm', '\0', + /* "bytesystems.com", true */ 'b', 'y', 't', 'e', 's', 'y', 's', 't', 'e', 'm', 's', '.', 'c', 'o', 'm', '\0', /* "byteturtle.eu", true */ 'b', 'y', 't', 'e', 't', 'u', 'r', 't', 'l', 'e', '.', 'e', 'u', '\0', /* "bythisverse.com", true */ 'b', 'y', 't', 'h', 'i', 's', 'v', 'e', 'r', 's', 'e', '.', 'c', 'o', 'm', '\0', /* "byurudraw.pics", true */ 'b', 'y', 'u', 'r', 'u', 'd', 'r', 'a', 'w', '.', 'p', 'i', 'c', 's', '\0', /* "bziaks.xyz", true */ 'b', 'z', 'i', 'a', 'k', 's', '.', 'x', 'y', 'z', '\0', /* "bztech.com.br", true */ 'b', 'z', 't', 'e', 'c', 'h', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "bzv-fr.eu", true */ 'b', 'z', 'v', '-', 'f', 'r', '.', 'e', 'u', '\0', /* "c-path.org", true */ 'c', '-', 'p', 'a', 't', 'h', '.', 'o', 'r', 'g', '\0', /* "c-rickroll-v.pw", true */ 'c', '-', 'r', 'i', 'c', 'k', 'r', 'o', 'l', 'l', '-', 'v', '.', 'p', 'w', '\0', @@ -3284,17 +3284,16 @@ static const char kSTSHostTable[] = { /* "cbengineeringinc.com", true */ 'c', 'b', 'e', 'n', 'g', 'i', 'n', 'e', 'e', 'r', 'i', 'n', 'g', 'i', 'n', 'c', '.', 'c', 'o', 'm', '\0', /* "cbintermountainrealty.com", true */ 'c', 'b', 'i', 'n', 't', 'e', 'r', 'm', 'o', 'u', 'n', 't', 'a', 'i', 'n', 'r', 'e', 'a', 'l', 't', 'y', '.', 'c', 'o', 'm', '\0', /* "ccac.gov", true */ 'c', 'c', 'a', 'c', '.', 'g', 'o', 'v', '\0', /* "ccayearbook.com", true */ 'c', 'c', 'a', 'y', 'e', 'a', 'r', 'b', 'o', 'o', 'k', '.', 'c', 'o', 'm', '\0', /* "ccgn.co", true */ 'c', 'c', 'g', 'n', '.', 'c', 'o', '\0', /* "ccja.ro", false */ 'c', 'c', 'j', 'a', '.', 'r', 'o', '\0', /* "ccl-sti.ch", true */ 'c', 'c', 'l', '-', 's', 't', 'i', '.', 'c', 'h', '\0', /* "ccsys.com", true */ 'c', 'c', 's', 'y', 's', '.', 'c', 'o', 'm', '\0', - /* "cctld.com", true */ 'c', 'c', 't', 'l', 'd', '.', 'c', 'o', 'm', '\0', /* "cctvview.info", true */ 'c', 'c', 't', 'v', 'v', 'i', 'e', 'w', '.', 'i', 'n', 'f', 'o', '\0', /* "ccu.io", true */ 'c', 'c', 'u', '.', 'i', 'o', '\0', /* "cda-aigle.ch", true */ 'c', 'd', 'a', '-', 'a', 'i', 'g', 'l', 'e', '.', 'c', 'h', '\0', /* "cdasiaonline.com", true */ 'c', 'd', 'a', 's', 'i', 'a', 'o', 'n', 'l', 'i', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "cdburnerxp.se", true */ 'c', 'd', 'b', 'u', 'r', 'n', 'e', 'r', 'x', 'p', '.', 's', 'e', '\0', /* "cdepot.eu", true */ 'c', 'd', 'e', 'p', 'o', 't', '.', 'e', 'u', '\0', /* "cdkeykopen.com", true */ 'c', 'd', 'k', 'e', 'y', 'k', 'o', 'p', 'e', 'n', '.', 'c', 'o', 'm', '\0', /* "cdkeyworld.de", true */ 'c', 'd', 'k', 'e', 'y', 'w', 'o', 'r', 'l', 'd', '.', 'd', 'e', '\0', @@ -3332,16 +3331,17 @@ static const char kSTSHostTable[] = { /* "censys.io", true */ 'c', 'e', 'n', 's', 'y', 's', '.', 'i', 'o', '\0', /* "centennialrewards.com", true */ 'c', 'e', 'n', 't', 'e', 'n', 'n', 'i', 'a', 'l', 'r', 'e', 'w', 'a', 'r', 'd', 's', '.', 'c', 'o', 'm', '\0', /* "centerforpolicy.org", true */ 'c', 'e', 'n', 't', 'e', 'r', 'f', 'o', 'r', 'p', 'o', 'l', 'i', 'c', 'y', '.', 'o', 'r', 'g', '\0', /* "centerpereezd.ru", false */ 'c', 'e', 'n', 't', 'e', 'r', 'p', 'e', 'r', 'e', 'e', 'z', 'd', '.', 'r', 'u', '\0', /* "centerpoint.ovh", true */ 'c', 'e', 'n', 't', 'e', 'r', 'p', 'o', 'i', 'n', 't', '.', 'o', 'v', 'h', '\0', /* "centos.tips", true */ 'c', 'e', 'n', 't', 'o', 's', '.', 't', 'i', 'p', 's', '\0', /* "central4.me", true */ 'c', 'e', 'n', 't', 'r', 'a', 'l', '4', '.', 'm', 'e', '\0', /* "centralfor.me", true */ 'c', 'e', 'n', 't', 'r', 'a', 'l', 'f', 'o', 'r', '.', 'm', 'e', '\0', + /* "centrallead.net", true */ 'c', 'e', 'n', 't', 'r', 'a', 'l', 'l', 'e', 'a', 'd', '.', 'n', 'e', 't', '\0', /* "centralstatecu.org", true */ 'c', 'e', 'n', 't', 'r', 'a', 'l', 's', 't', 'a', 't', 'e', 'c', 'u', '.', 'o', 'r', 'g', '\0', /* "centralvoice.org", true */ 'c', 'e', 'n', 't', 'r', 'a', 'l', 'v', 'o', 'i', 'c', 'e', '.', 'o', 'r', 'g', '\0', /* "centralync.com", true */ 'c', 'e', 'n', 't', 'r', 'a', 'l', 'y', 'n', 'c', '.', 'c', 'o', 'm', '\0', /* "centrationgame.com", true */ 'c', 'e', 'n', 't', 'r', 'a', 't', 'i', 'o', 'n', 'g', 'a', 'm', 'e', '.', 'c', 'o', 'm', '\0', /* "centricweb.com", true */ 'c', 'e', 'n', 't', 'r', 'i', 'c', 'w', 'e', 'b', '.', 'c', 'o', 'm', '\0', /* "centrobill.com", true */ 'c', 'e', 'n', 't', 'r', 'o', 'b', 'i', 'l', 'l', '.', 'c', 'o', 'm', '\0', /* "centrojovencuenca.es", true */ 'c', 'e', 'n', 't', 'r', 'o', 'j', 'o', 'v', 'e', 'n', 'c', 'u', 'e', 'n', 'c', 'a', '.', 'e', 's', '\0', /* "centrumhodinek.cz", true */ 'c', 'e', 'n', 't', 'r', 'u', 'm', 'h', 'o', 'd', 'i', 'n', 'e', 'k', '.', 'c', 'z', '\0', @@ -3579,17 +3579,16 @@ static const char kSTSHostTable[] = { /* "chrisirwin.ca", true */ 'c', 'h', 'r', 'i', 's', 'i', 'r', 'w', 'i', 'n', '.', 'c', 'a', '\0', /* "chrisjean.com", true */ 'c', 'h', 'r', 'i', 's', 'j', 'e', 'a', 'n', '.', 'c', 'o', 'm', '\0', /* "chriskirchner.de", true */ 'c', 'h', 'r', 'i', 's', 'k', 'i', 'r', 'c', 'h', 'n', 'e', 'r', '.', 'd', 'e', '\0', /* "chrismathys.com", true */ 'c', 'h', 'r', 'i', 's', 'm', 'a', 't', 'h', 'y', 's', '.', 'c', 'o', 'm', '\0', /* "chrismcclendon.com", true */ 'c', 'h', 'r', 'i', 's', 'm', 'c', 'c', 'l', 'e', 'n', 'd', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "chrismckee.co.uk", true */ 'c', 'h', 'r', 'i', 's', 'm', 'c', 'k', 'e', 'e', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "chrisnekarda.com", true */ 'c', 'h', 'r', 'i', 's', 'n', 'e', 'k', 'a', 'r', 'd', 'a', '.', 'c', 'o', 'm', '\0', /* "chrisshort.net", false */ 'c', 'h', 'r', 'i', 's', 's', 'h', 'o', 'r', 't', '.', 'n', 'e', 't', '\0', - /* "christadelphiananswers.org", true */ 'c', 'h', 'r', 'i', 's', 't', 'a', 'd', 'e', 'l', 'p', 'h', 'i', 'a', 'n', 'a', 'n', 's', 'w', 'e', 'r', 's', '.', 'o', 'r', 'g', '\0', /* "christadelphians.eu", true */ 'c', 'h', 'r', 'i', 's', 't', 'a', 'd', 'e', 'l', 'p', 'h', 'i', 'a', 'n', 's', '.', 'e', 'u', '\0', /* "christensenplace.us", true */ 'c', 'h', 'r', 'i', 's', 't', 'e', 'n', 's', 'e', 'n', 'p', 'l', 'a', 'c', 'e', '.', 'u', 's', '\0', /* "christiaanconover.com", true */ 'c', 'h', 'r', 'i', 's', 't', 'i', 'a', 'a', 'n', 'c', 'o', 'n', 'o', 'v', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "christian-host.com", true */ 'c', 'h', 'r', 'i', 's', 't', 'i', 'a', 'n', '-', 'h', 'o', 's', 't', '.', 'c', 'o', 'm', '\0', /* "christianbargon.de", false */ 'c', 'h', 'r', 'i', 's', 't', 'i', 'a', 'n', 'b', 'a', 'r', 'g', 'o', 'n', '.', 'd', 'e', '\0', /* "christianforums.com", true */ 'c', 'h', 'r', 'i', 's', 't', 'i', 'a', 'n', 'f', 'o', 'r', 'u', 'm', 's', '.', 'c', 'o', 'm', '\0', /* "christiangaetano.com", true */ 'c', 'h', 'r', 'i', 's', 't', 'i', 'a', 'n', 'g', 'a', 'e', 't', 'a', 'n', 'o', '.', 'c', 'o', 'm', '\0', /* "christianhoffmann.info", true */ 'c', 'h', 'r', 'i', 's', 't', 'i', 'a', 'n', 'h', 'o', 'f', 'f', 'm', 'a', 'n', 'n', '.', 'i', 'n', 'f', 'o', '\0', @@ -3648,17 +3647,16 @@ static const char kSTSHostTable[] = { /* "cieslar.io", true */ 'c', 'i', 'e', 's', 'l', 'a', 'r', '.', 'i', 'o', '\0', /* "cigar-cartel.com", true */ 'c', 'i', 'g', 'a', 'r', '-', 'c', 'a', 'r', 't', 'e', 'l', '.', 'c', 'o', 'm', '\0', /* "cigarterminal.com", false */ 'c', 'i', 'g', 'a', 'r', 't', 'e', 'r', 'm', 'i', 'n', 'a', 'l', '.', 'c', 'o', 'm', '\0', /* "cigoteket.se", true */ 'c', 'i', 'g', 'o', 't', 'e', 'k', 'e', 't', '.', 's', 'e', '\0', /* "ciicutini.ro", true */ 'c', 'i', 'i', 'c', 'u', 't', 'i', 'n', 'i', '.', 'r', 'o', '\0', /* "cima-idf.fr", true */ 'c', 'i', 'm', 'a', '-', 'i', 'd', 'f', '.', 'f', 'r', '\0', /* "cimballa.com", true */ 'c', 'i', 'm', 'b', 'a', 'l', 'l', 'a', '.', 'c', 'o', 'm', '\0', /* "cimfax.com", true */ 'c', 'i', 'm', 'f', 'a', 'x', '.', 'c', 'o', 'm', '\0', - /* "cinartelorgu.com", true */ 'c', 'i', 'n', 'a', 'r', 't', 'e', 'l', 'o', 'r', 'g', 'u', '.', 'c', 'o', 'm', '\0', /* "cine-music.de", true */ 'c', 'i', 'n', 'e', '-', 'm', 'u', 's', 'i', 'c', '.', 'd', 'e', '\0', /* "cinefilzonen.se", true */ 'c', 'i', 'n', 'e', 'f', 'i', 'l', 'z', 'o', 'n', 'e', 'n', '.', 's', 'e', '\0', /* "cinema5.ru", true */ 'c', 'i', 'n', 'e', 'm', 'a', '5', '.', 'r', 'u', '\0', /* "cinemaclub.co", true */ 'c', 'i', 'n', 'e', 'm', 'a', 'c', 'l', 'u', 'b', '.', 'c', 'o', '\0', /* "cinemysticism.com", true */ 'c', 'i', 'n', 'e', 'm', 'y', 's', 't', 'i', 'c', 'i', 's', 'm', '.', 'c', 'o', 'm', '\0', /* "cinnabon.com", true */ 'c', 'i', 'n', 'n', 'a', 'b', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "cinq-elements.com", true */ 'c', 'i', 'n', 'q', '-', 'e', 'l', 'e', 'm', 'e', 'n', 't', 's', '.', 'c', 'o', 'm', '\0', /* "cinq-elements.fr", true */ 'c', 'i', 'n', 'q', '-', 'e', 'l', 'e', 'm', 'e', 'n', 't', 's', '.', 'f', 'r', '\0', @@ -3804,16 +3802,17 @@ static const char kSTSHostTable[] = { /* "cloudspace-analytics.com", true */ 'c', 'l', 'o', 'u', 'd', 's', 'p', 'a', 'c', 'e', '-', 'a', 'n', 'a', 'l', 'y', 't', 'i', 'c', 's', '.', 'c', 'o', 'm', '\0', /* "cloudteam.de", true */ 'c', 'l', 'o', 'u', 'd', 't', 'e', 'a', 'm', '.', 'd', 'e', '\0', /* "cloudup.com", true */ 'c', 'l', 'o', 'u', 'd', 'u', 'p', '.', 'c', 'o', 'm', '\0', /* "cloudwarez.xyz", true */ 'c', 'l', 'o', 'u', 'd', 'w', 'a', 'r', 'e', 'z', '.', 'x', 'y', 'z', '\0', /* "clounix.online", true */ 'c', 'l', 'o', 'u', 'n', 'i', 'x', '.', 'o', 'n', 'l', 'i', 'n', 'e', '\0', /* "clouz.de", true */ 'c', 'l', 'o', 'u', 'z', '.', 'd', 'e', '\0', /* "clovissantos.com", true */ 'c', 'l', 'o', 'v', 'i', 's', 's', 'a', 'n', 't', 'o', 's', '.', 'c', 'o', 'm', '\0', /* "clownish.co.il", true */ 'c', 'l', 'o', 'w', 'n', 'i', 's', 'h', '.', 'c', 'o', '.', 'i', 'l', '\0', + /* "cloxy.com", true */ 'c', 'l', 'o', 'x', 'y', '.', 'c', 'o', 'm', '\0', /* "clr3.com", true */ 'c', 'l', 'r', '3', '.', 'c', 'o', 'm', '\0', /* "clsimage.com", true */ 'c', 'l', 's', 'i', 'm', 'a', 'g', 'e', '.', 'c', 'o', 'm', '\0', /* "clsimplex.com", true */ 'c', 'l', 's', 'i', 'm', 'p', 'l', 'e', 'x', '.', 'c', 'o', 'm', '\0', /* "clu-in.org", true */ 'c', 'l', 'u', '-', 'i', 'n', '.', 'o', 'r', 'g', '\0', /* "club-is.ru", true */ 'c', 'l', 'u', 'b', '-', 'i', 's', '.', 'r', 'u', '\0', /* "clubdeslecteurs.net", true */ 'c', 'l', 'u', 'b', 'd', 'e', 's', 'l', 'e', 'c', 't', 'e', 'u', 'r', 's', '.', 'n', 'e', 't', '\0', /* "clubempleos.com", true */ 'c', 'l', 'u', 'b', 'e', 'm', 'p', 'l', 'e', 'o', 's', '.', 'c', 'o', 'm', '\0', /* "clubeohara.com", true */ 'c', 'l', 'u', 'b', 'e', 'o', 'h', 'a', 'r', 'a', '.', 'c', 'o', 'm', '\0', @@ -3921,17 +3920,16 @@ static const char kSTSHostTable[] = { /* "cogniflex.com", true */ 'c', 'o', 'g', 'n', 'i', 'f', 'l', 'e', 'x', '.', 'c', 'o', 'm', '\0', /* "cognitivecomputingconsortium.com", true */ 'c', 'o', 'g', 'n', 'i', 't', 'i', 'v', 'e', 'c', 'o', 'm', 'p', 'u', 't', 'i', 'n', 'g', 'c', 'o', 'n', 's', 'o', 'r', 't', 'i', 'u', 'm', '.', 'c', 'o', 'm', '\0', /* "cogumelosmagicos.org", true */ 'c', 'o', 'g', 'u', 'm', 'e', 'l', 'o', 's', 'm', 'a', 'g', 'i', 'c', 'o', 's', '.', 'o', 'r', 'g', '\0', /* "coi-verify.com", true */ 'c', 'o', 'i', '-', 'v', 'e', 'r', 'i', 'f', 'y', '.', 'c', 'o', 'm', '\0', /* "coimmvest.com", true */ 'c', 'o', 'i', 'm', 'm', 'v', 'e', 's', 't', '.', 'c', 'o', 'm', '\0', /* "coin.dance", true */ 'c', 'o', 'i', 'n', '.', 'd', 'a', 'n', 'c', 'e', '\0', /* "coinapult.com", true */ 'c', 'o', 'i', 'n', 'a', 'p', 'u', 'l', 't', '.', 'c', 'o', 'm', '\0', /* "coinbase.com", true */ 'c', 'o', 'i', 'n', 'b', 'a', 's', 'e', '.', 'c', 'o', 'm', '\0', - /* "coinbit.trade", true */ 'c', 'o', 'i', 'n', 'b', 'i', 't', '.', 't', 'r', 'a', 'd', 'e', '\0', /* "coincoin.eu.org", true */ 'c', 'o', 'i', 'n', 'c', 'o', 'i', 'n', '.', 'e', 'u', '.', 'o', 'r', 'g', '\0', /* "coindatabase.net", true */ 'c', 'o', 'i', 'n', 'd', 'a', 't', 'a', 'b', 'a', 's', 'e', '.', 'n', 'e', 't', '\0', /* "coinessa.com", true */ 'c', 'o', 'i', 'n', 'e', 's', 's', 'a', '.', 'c', 'o', 'm', '\0', /* "coinflux.com", true */ 'c', 'o', 'i', 'n', 'f', 'l', 'u', 'x', '.', 'c', 'o', 'm', '\0', /* "coinjar-sandbox.com", true */ 'c', 'o', 'i', 'n', 'j', 'a', 'r', '-', 's', 'a', 'n', 'd', 'b', 'o', 'x', '.', 'c', 'o', 'm', '\0', /* "coinmewallet.com", true */ 'c', 'o', 'i', 'n', 'm', 'e', 'w', 'a', 'l', 'l', 'e', 't', '.', 'c', 'o', 'm', '\0', /* "coinpit.io", true */ 'c', 'o', 'i', 'n', 'p', 'i', 't', '.', 'i', 'o', '\0', /* "coisasdemulher.org", true */ 'c', 'o', 'i', 's', 'a', 's', 'd', 'e', 'm', 'u', 'l', 'h', 'e', 'r', '.', 'o', 'r', 'g', '\0', @@ -4028,17 +4026,16 @@ static const char kSTSHostTable[] = { /* "compagnia-buffo.de", true */ 'c', 'o', 'm', 'p', 'a', 'g', 'n', 'i', 'a', '-', 'b', 'u', 'f', 'f', 'o', '.', 'd', 'e', '\0', /* "comparamejor.com", true */ 'c', 'o', 'm', 'p', 'a', 'r', 'a', 'm', 'e', 'j', 'o', 'r', '.', 'c', 'o', 'm', '\0', /* "compareandrecycle.co.uk", false */ 'c', 'o', 'm', 'p', 'a', 'r', 'e', 'a', 'n', 'd', 'r', 'e', 'c', 'y', 'c', 'l', 'e', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "compareandrecycle.com", false */ 'c', 'o', 'm', 'p', 'a', 'r', 'e', 'a', 'n', 'd', 'r', 'e', 'c', 'y', 'c', 'l', 'e', '.', 'c', 'o', 'm', '\0', /* "comparexcloudcenter.com", true */ 'c', 'o', 'm', 'p', 'a', 'r', 'e', 'x', 'c', 'l', 'o', 'u', 'd', 'c', 'e', 'n', 't', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "compassdirectportal.com", true */ 'c', 'o', 'm', 'p', 'a', 's', 's', 'd', 'i', 'r', 'e', 'c', 't', 'p', 'o', 'r', 't', 'a', 'l', '.', 'c', 'o', 'm', '\0', /* "compeuphoria.com", true */ 'c', 'o', 'm', 'p', 'e', 'u', 'p', 'h', 'o', 'r', 'i', 'a', '.', 'c', 'o', 'm', '\0', /* "compibus.fr", true */ 'c', 'o', 'm', 'p', 'i', 'b', 'u', 's', '.', 'f', 'r', '\0', - /* "compilenix.org", true */ 'c', 'o', 'm', 'p', 'i', 'l', 'e', 'n', 'i', 'x', '.', 'o', 'r', 'g', '\0', /* "completefloorcoverings.com", true */ 'c', 'o', 'm', 'p', 'l', 'e', 't', 'e', 'f', 'l', 'o', 'o', 'r', 'c', 'o', 'v', 'e', 'r', 'i', 'n', 'g', 's', '.', 'c', 'o', 'm', '\0', /* "completesecurityessex.co.uk", true */ 'c', 'o', 'm', 'p', 'l', 'e', 't', 'e', 's', 'e', 'c', 'u', 'r', 'i', 't', 'y', 'e', 's', 's', 'e', 'x', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "completesecurityessex.com", true */ 'c', 'o', 'm', 'p', 'l', 'e', 't', 'e', 's', 'e', 'c', 'u', 'r', 'i', 't', 'y', 'e', 's', 's', 'e', 'x', '.', 'c', 'o', 'm', '\0', /* "completesportperformance.com", true */ 'c', 'o', 'm', 'p', 'l', 'e', 't', 'e', 's', 'p', 'o', 'r', 't', 'p', 'e', 'r', 'f', 'o', 'r', 'm', 'a', 'n', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "completionist.me", true */ 'c', 'o', 'm', 'p', 'l', 'e', 't', 'i', 'o', 'n', 'i', 's', 't', '.', 'm', 'e', '\0', /* "complexart.ro", true */ 'c', 'o', 'm', 'p', 'l', 'e', 'x', 'a', 'r', 't', '.', 'r', 'o', '\0', /* "compliance-systeme.de", true */ 'c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e', '-', 's', 'y', 's', 't', 'e', 'm', 'e', '.', 'd', 'e', '\0', /* "compliancedictionary.com", true */ 'c', 'o', 'm', 'p', 'l', 'i', 'a', 'n', 'c', 'e', 'd', 'i', 'c', 't', 'i', 'o', 'n', 'a', 'r', 'y', '.', 'c', 'o', 'm', '\0', @@ -4481,16 +4478,17 @@ static const char kSTSHostTable[] = { /* "cyberguerrilla.info", true */ 'c', 'y', 'b', 'e', 'r', 'g', 'u', 'e', 'r', 'r', 'i', 'l', 'l', 'a', '.', 'i', 'n', 'f', 'o', '\0', /* "cyberguerrilla.org", true */ 'c', 'y', 'b', 'e', 'r', 'g', 'u', 'e', 'r', 'r', 'i', 'l', 'l', 'a', '.', 'o', 'r', 'g', '\0', /* "cyberhouse.at", false */ 'c', 'y', 'b', 'e', 'r', 'h', 'o', 'u', 's', 'e', '.', 'a', 't', '\0', /* "cyberianhusky.com", true */ 'c', 'y', 'b', 'e', 'r', 'i', 'a', 'n', 'h', 'u', 's', 'k', 'y', '.', 'c', 'o', 'm', '\0', /* "cyberkov.com", true */ 'c', 'y', 'b', 'e', 'r', 'k', 'o', 'v', '.', 'c', 'o', 'm', '\0', /* "cyberlab.team", true */ 'c', 'y', 'b', 'e', 'r', 'l', 'a', 'b', '.', 't', 'e', 'a', 'm', '\0', /* "cyberoptic.de", true */ 'c', 'y', 'b', 'e', 'r', 'o', 'p', 't', 'i', 'c', '.', 'd', 'e', '\0', /* "cyberpeace.nl", true */ 'c', 'y', 'b', 'e', 'r', 'p', 'e', 'a', 'c', 'e', '.', 'n', 'l', '\0', + /* "cybersecurity.nz", true */ 'c', 'y', 'b', 'e', 'r', 's', 'e', 'c', 'u', 'r', 'i', 't', 'y', '.', 'n', 'z', '\0', /* "cybersecuritychallenge.be", true */ 'c', 'y', 'b', 'e', 'r', 's', 'e', 'c', 'u', 'r', 'i', 't', 'y', 'c', 'h', 'a', 'l', 'l', 'e', 'n', 'g', 'e', '.', 'b', 'e', '\0', /* "cyberspect.com", true */ 'c', 'y', 'b', 'e', 'r', 's', 'p', 'e', 'c', 't', '.', 'c', 'o', 'm', '\0', /* "cyberspect.io", true */ 'c', 'y', 'b', 'e', 'r', 's', 'p', 'e', 'c', 't', '.', 'i', 'o', '\0', /* "cyberstatus.de", true */ 'c', 'y', 'b', 'e', 'r', 's', 't', 'a', 't', 'u', 's', '.', 'd', 'e', '\0', /* "cybertorsk.org", true */ 'c', 'y', 'b', 'e', 'r', 't', 'o', 'r', 's', 'k', '.', 'o', 'r', 'g', '\0', /* "cybertu.be", true */ 'c', 'y', 'b', 'e', 'r', 't', 'u', '.', 'b', 'e', '\0', /* "cyberwars.dk", true */ 'c', 'y', 'b', 'e', 'r', 'w', 'a', 'r', 's', '.', 'd', 'k', '\0', /* "cyberwire.nl", true */ 'c', 'y', 'b', 'e', 'r', 'w', 'i', 'r', 'e', '.', 'n', 'l', '\0', @@ -4608,17 +4606,16 @@ static const char kSTSHostTable[] = { /* "danielkoster.nl", true */ 'd', 'a', 'n', 'i', 'e', 'l', 'k', 'o', 's', 't', 'e', 'r', '.', 'n', 'l', '\0', /* "danielmarquard.com", true */ 'd', 'a', 'n', 'i', 'e', 'l', 'm', 'a', 'r', 'q', 'u', 'a', 'r', 'd', '.', 'c', 'o', 'm', '\0', /* "danielmoch.com", true */ 'd', 'a', 'n', 'i', 'e', 'l', 'm', 'o', 'c', 'h', '.', 'c', 'o', 'm', '\0', /* "danielmostertman.com", true */ 'd', 'a', 'n', 'i', 'e', 'l', 'm', 'o', 's', 't', 'e', 'r', 't', 'm', 'a', 'n', '.', 'c', 'o', 'm', '\0', /* "danielmostertman.nl", true */ 'd', 'a', 'n', 'i', 'e', 'l', 'm', 'o', 's', 't', 'e', 'r', 't', 'm', 'a', 'n', '.', 'n', 'l', '\0', /* "danielrozenberg.com", true */ 'd', 'a', 'n', 'i', 'e', 'l', 'r', 'o', 'z', 'e', 'n', 'b', 'e', 'r', 'g', '.', 'c', 'o', 'm', '\0', /* "danielsblog.org", true */ 'd', 'a', 'n', 'i', 'e', 'l', 's', 'b', 'l', 'o', 'g', '.', 'o', 'r', 'g', '\0', /* "danielstach.cz", true */ 'd', 'a', 'n', 'i', 'e', 'l', 's', 't', 'a', 'c', 'h', '.', 'c', 'z', '\0', - /* "danielthompson.info", true */ 'd', 'a', 'n', 'i', 'e', 'l', 't', 'h', 'o', 'm', 'p', 's', 'o', 'n', '.', 'i', 'n', 'f', 'o', '\0', /* "danieltollot.de", true */ 'd', 'a', 'n', 'i', 'e', 'l', 't', 'o', 'l', 'l', 'o', 't', '.', 'd', 'e', '\0', /* "danielvoogsgerd.nl", true */ 'd', 'a', 'n', 'i', 'e', 'l', 'v', 'o', 'o', 'g', 's', 'g', 'e', 'r', 'd', '.', 'n', 'l', '\0', /* "danilapisarev.com", true */ 'd', 'a', 'n', 'i', 'l', 'a', 'p', 'i', 's', 'a', 'r', 'e', 'v', '.', 'c', 'o', 'm', '\0', /* "danjesensky.com", true */ 'd', 'a', 'n', 'j', 'e', 's', 'e', 'n', 's', 'k', 'y', '.', 'c', 'o', 'm', '\0', /* "dank.ninja", true */ 'd', 'a', 'n', 'k', '.', 'n', 'i', 'n', 'j', 'a', '\0', /* "dankeblog.com", true */ 'd', 'a', 'n', 'k', 'e', 'b', 'l', 'o', 'g', '.', 'c', 'o', 'm', '\0', /* "dankim.de", false */ 'd', 'a', 'n', 'k', 'i', 'm', '.', 'd', 'e', '\0', /* "danla.nl", true */ 'd', 'a', 'n', 'l', 'a', '.', 'n', 'l', '\0', @@ -4633,17 +4630,16 @@ static const char kSTSHostTable[] = { /* "danscomp.com", true */ 'd', 'a', 'n', 's', 'c', 'o', 'm', 'p', '.', 'c', 'o', 'm', '\0', /* "danseressen.nl", true */ 'd', 'a', 'n', 's', 'e', 'r', 'e', 's', 's', 'e', 'n', '.', 'n', 'l', '\0', /* "dansk-skole.de", true */ 'd', 'a', 'n', 's', 'k', '-', 's', 'k', 'o', 'l', 'e', '.', 'd', 'e', '\0', /* "danskoferie.dk", true */ 'd', 'a', 'n', 's', 'k', 'o', 'f', 'e', 'r', 'i', 'e', '.', 'd', 'k', '\0', /* "danw.io", true */ 'd', 'a', 'n', 'w', '.', 'i', 'o', '\0', /* "daphne.informatik.uni-freiburg.de", true */ 'd', 'a', 'p', 'h', 'n', 'e', '.', 'i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'k', '.', 'u', 'n', 'i', '-', 'f', 'r', 'e', 'i', 'b', 'u', 'r', 'g', '.', 'd', 'e', '\0', /* "daracokorilo.com", true */ 'd', 'a', 'r', 'a', 'c', 'o', 'k', 'o', 'r', 'i', 'l', 'o', '.', 'c', 'o', 'm', '\0', /* "darbtech.net", true */ 'd', 'a', 'r', 'b', 't', 'e', 'c', 'h', '.', 'n', 'e', 't', '\0', - /* "darchoods.net", false */ 'd', 'a', 'r', 'c', 'h', 'o', 'o', 'd', 's', '.', 'n', 'e', 't', '\0', /* "darcymarshall.com", true */ 'd', 'a', 'r', 'c', 'y', 'm', 'a', 'r', 's', 'h', 'a', 'l', 'l', '.', 'c', 'o', 'm', '\0', /* "dareyou.be", true */ 'd', 'a', 'r', 'e', 'y', 'o', 'u', '.', 'b', 'e', '\0', /* "darinkotter.com", true */ 'd', 'a', 'r', 'i', 'n', 'k', 'o', 't', 't', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "darioturchetti.me", true */ 'd', 'a', 'r', 'i', 'o', 't', 'u', 'r', 'c', 'h', 'e', 't', 't', 'i', '.', 'm', 'e', '\0', /* "darisni.me", true */ 'd', 'a', 'r', 'i', 's', 'n', 'i', '.', 'm', 'e', '\0', /* "dark-vision.cz", true */ 'd', 'a', 'r', 'k', '-', 'v', 'i', 's', 'i', 'o', 'n', '.', 'c', 'z', '\0', /* "darkag.ovh", true */ 'd', 'a', 'r', 'k', 'a', 'g', '.', 'o', 'v', 'h', '\0', /* "darkcores.net", true */ 'd', 'a', 'r', 'k', 'c', 'o', 'r', 'e', 's', '.', 'n', 'e', 't', '\0', @@ -4681,16 +4677,17 @@ static const char kSTSHostTable[] = { /* "databionix.com", true */ 'd', 'a', 't', 'a', 'b', 'i', 'o', 'n', 'i', 'x', '.', 'c', 'o', 'm', '\0', /* "databutlr.com", true */ 'd', 'a', 't', 'a', 'b', 'u', 't', 'l', 'r', '.', 'c', 'o', 'm', '\0', /* "databutlr.net", true */ 'd', 'a', 't', 'a', 'b', 'u', 't', 'l', 'r', '.', 'n', 'e', 't', '\0', /* "datacalle.com", true */ 'd', 'a', 't', 'a', 'c', 'a', 'l', 'l', 'e', '.', 'c', 'o', 'm', '\0', /* "datacandy.com", true */ 'd', 'a', 't', 'a', 'c', 'a', 'n', 'd', 'y', '.', 'c', 'o', 'm', '\0', /* "datacenternews.asia", true */ 'd', 'a', 't', 'a', 'c', 'e', 'n', 't', 'e', 'r', 'n', 'e', 'w', 's', '.', 'a', 's', 'i', 'a', '\0', /* "datacenternews.co.nz", true */ 'd', 'a', 't', 'a', 'c', 'e', 'n', 't', 'e', 'r', 'n', 'e', 'w', 's', '.', 'c', 'o', '.', 'n', 'z', '\0', /* "datacentrenews.eu", true */ 'd', 'a', 't', 'a', 'c', 'e', 'n', 't', 'r', 'e', 'n', 'e', 'w', 's', '.', 'e', 'u', '\0', + /* "datadit.hu", true */ 'd', 'a', 't', 'a', 'd', 'i', 't', '.', 'h', 'u', '\0', /* "datadyne.technology", true */ 'd', 'a', 't', 'a', 'd', 'y', 'n', 'e', '.', 't', 'e', 'c', 'h', 'n', 'o', 'l', 'o', 'g', 'y', '\0', /* "dataisme.com", true */ 'd', 'a', 't', 'a', 'i', 's', 'm', 'e', '.', 'c', 'o', 'm', '\0', /* "datajapan.co.jp", true */ 'd', 'a', 't', 'a', 'j', 'a', 'p', 'a', 'n', '.', 'c', 'o', '.', 'j', 'p', '\0', /* "datalysis.ch", true */ 'd', 'a', 't', 'a', 'l', 'y', 's', 'i', 's', '.', 'c', 'h', '\0', /* "datamatic.ru", true */ 'd', 'a', 't', 'a', 'm', 'a', 't', 'i', 'c', '.', 'r', 'u', '\0', /* "dataprotectionadvisors.com", true */ 'd', 'a', 't', 'a', 'p', 'r', 'o', 't', 'e', 'c', 't', 'i', 'o', 'n', 'a', 'd', 'v', 'i', 's', 'o', 'r', 's', '.', 'c', 'o', 'm', '\0', /* "datapun.ch", true */ 'd', 'a', 't', 'a', 'p', 'u', 'n', '.', 'c', 'h', '\0', /* "datascience.cafe", true */ 'd', 'a', 't', 'a', 's', 'c', 'i', 'e', 'n', 'c', 'e', '.', 'c', 'a', 'f', 'e', '\0', @@ -4851,17 +4848,17 @@ static const char kSTSHostTable[] = { /* "deeprecce.com", true */ 'd', 'e', 'e', 'p', 'r', 'e', 'c', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "deeprecce.link", true */ 'd', 'e', 'e', 'p', 'r', 'e', 'c', 'c', 'e', '.', 'l', 'i', 'n', 'k', '\0', /* "deepserve.info", true */ 'd', 'e', 'e', 'p', 's', 'e', 'r', 'v', 'e', '.', 'i', 'n', 'f', 'o', '\0', /* "deepvision.com.ua", true */ 'd', 'e', 'e', 'p', 'v', 'i', 's', 'i', 'o', 'n', '.', 'c', 'o', 'm', '.', 'u', 'a', '\0', /* "deepzz.com", true */ 'd', 'e', 'e', 'p', 'z', 'z', '.', 'c', 'o', 'm', '\0', /* "deer.team", true */ 'd', 'e', 'e', 'r', '.', 't', 'e', 'a', 'm', '\0', /* "deetz.nl", true */ 'd', 'e', 'e', 't', 'z', '.', 'n', 'l', '\0', /* "deezeno.com", true */ 'd', 'e', 'e', 'z', 'e', 'n', 'o', '.', 'c', 'o', 'm', '\0', - /* "defcon.org", true */ 'd', 'e', 'f', 'c', 'o', 'n', '.', 'o', 'r', 'g', '\0', + /* "def-pos.ru", true */ 'd', 'e', 'f', '-', 'p', 'o', 's', '.', 'r', 'u', '\0', /* "defendas.com", true */ 'd', 'e', 'f', 'e', 'n', 'd', 'a', 's', '.', 'c', 'o', 'm', '\0', /* "defendinnovation.org", true */ 'd', 'e', 'f', 'e', 'n', 'd', 'i', 'n', 'n', 'o', 'v', 'a', 't', 'i', 'o', 'n', '.', 'o', 'r', 'g', '\0', /* "defero.io", true */ 'd', 'e', 'f', 'e', 'r', 'o', '.', 'i', 'o', '\0', /* "defi-metier.com", true */ 'd', 'e', 'f', 'i', '-', 'm', 'e', 't', 'i', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "defi-metier.fr", true */ 'd', 'e', 'f', 'i', '-', 'm', 'e', 't', 'i', 'e', 'r', '.', 'f', 'r', '\0', /* "defi-metier.org", true */ 'd', 'e', 'f', 'i', '-', 'm', 'e', 't', 'i', 'e', 'r', '.', 'o', 'r', 'g', '\0', /* "defi-metiers.com", true */ 'd', 'e', 'f', 'i', '-', 'm', 'e', 't', 'i', 'e', 'r', 's', '.', 'c', 'o', 'm', '\0', /* "defi-metiers.fr", true */ 'd', 'e', 'f', 'i', '-', 'm', 'e', 't', 'i', 'e', 'r', 's', '.', 'f', 'r', '\0', @@ -4995,16 +4992,17 @@ static const char kSTSHostTable[] = { /* "dethemium.com", true */ 'd', 'e', 't', 'h', 'e', 'm', 'i', 'u', 'm', '.', 'c', 'o', 'm', '\0', /* "detoxsinutritie.ro", true */ 'd', 'e', 't', 'o', 'x', 's', 'i', 'n', 'u', 't', 'r', 'i', 't', 'i', 'e', '.', 'r', 'o', '\0', /* "detroit-english.de", true */ 'd', 'e', 't', 'r', 'o', 'i', 't', '-', 'e', 'n', 'g', 'l', 'i', 's', 'h', '.', 'd', 'e', '\0', /* "detroitstylepizza.com", true */ 'd', 'e', 't', 'r', 'o', 'i', 't', 's', 't', 'y', 'l', 'e', 'p', 'i', 'z', 'z', 'a', '.', 'c', 'o', 'm', '\0', /* "detskysad.com", true */ 'd', 'e', 't', 's', 'k', 'y', 's', 'a', 'd', '.', 'c', 'o', 'm', '\0', /* "detteflies.com", true */ 'd', 'e', 't', 't', 'e', 'f', 'l', 'i', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "deurenfabriek.nl", true */ 'd', 'e', 'u', 'r', 'e', 'n', 'f', 'a', 'b', 'r', 'i', 'e', 'k', '.', 'n', 'l', '\0', /* "deusu.de", true */ 'd', 'e', 'u', 's', 'u', '.', 'd', 'e', '\0', + /* "deusu.org", true */ 'd', 'e', 'u', 's', 'u', '.', 'o', 'r', 'g', '\0', /* "deutsch-vietnamesisch-dolmetscher.com", true */ 'd', 'e', 'u', 't', 's', 'c', 'h', '-', 'v', 'i', 'e', 't', 'n', 'a', 'm', 'e', 's', 'i', 's', 'c', 'h', '-', 'd', 'o', 'l', 'm', 'e', 't', 's', 'c', 'h', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "deux.solutions", true */ 'd', 'e', 'u', 'x', '.', 's', 'o', 'l', 'u', 't', 'i', 'o', 'n', 's', '\0', /* "deuxsol.co", true */ 'd', 'e', 'u', 'x', 's', 'o', 'l', '.', 'c', 'o', '\0', /* "deuxsol.com", true */ 'd', 'e', 'u', 'x', 's', 'o', 'l', '.', 'c', 'o', 'm', '\0', /* "deuxsolutions.com", true */ 'd', 'e', 'u', 'x', 's', 'o', 'l', 'u', 't', 'i', 'o', 'n', 's', '.', 'c', 'o', 'm', '\0', /* "dev-aegon.azurewebsites.net", true */ 'd', 'e', 'v', '-', 'a', 'e', 'g', 'o', 'n', '.', 'a', 'z', 'u', 'r', 'e', 'w', 'e', 'b', 's', 'i', 't', 'e', 's', '.', 'n', 'e', 't', '\0', /* "dev-tek.de", true */ 'd', 'e', 'v', '-', 't', 'e', 'k', '.', 'd', 'e', '\0', /* "devb.nl", true */ 'd', 'e', 'v', 'b', '.', 'n', 'l', '\0', @@ -5067,17 +5065,16 @@ static const char kSTSHostTable[] = { /* "dhautefeuille.eu", true */ 'd', 'h', 'a', 'u', 't', 'e', 'f', 'e', 'u', 'i', 'l', 'l', 'e', '.', 'e', 'u', '\0', /* "dhauwer.nl", true */ 'd', 'h', 'a', 'u', 'w', 'e', 'r', '.', 'n', 'l', '\0', /* "dhconcept.ch", true */ 'd', 'h', 'c', 'o', 'n', 'c', 'e', 'p', 't', '.', 'c', 'h', '\0', /* "dhedegaard.dk", true */ 'd', 'h', 'e', 'd', 'e', 'g', 'a', 'a', 'r', 'd', '.', 'd', 'k', '\0', /* "dhhs.gov", true */ 'd', 'h', 'h', 's', '.', 'g', 'o', 'v', '\0', /* "dhlinux.org", true */ 'd', 'h', 'l', 'i', 'n', 'u', 'x', '.', 'o', 'r', 'g', '\0', /* "dhome.at", true */ 'd', 'h', 'o', 'm', 'e', '.', 'a', 't', '\0', /* "dhuy.net", true */ 'd', 'h', 'u', 'y', '.', 'n', 'e', 't', '\0', - /* "diablofan.hopto.org", true */ 'd', 'i', 'a', 'b', 'l', 'o', 'f', 'a', 'n', '.', 'h', 'o', 'p', 't', 'o', '.', 'o', 'r', 'g', '\0', /* "diagnosia.com", true */ 'd', 'i', 'a', 'g', 'n', 'o', 's', 'i', 'a', '.', 'c', 'o', 'm', '\0', /* "diagnostix.org", true */ 'd', 'i', 'a', 'g', 'n', 'o', 's', 't', 'i', 'x', '.', 'o', 'r', 'g', '\0', /* "diamante.ro", true */ 'd', 'i', 'a', 'm', 'a', 'n', 't', 'e', '.', 'r', 'o', '\0', /* "diamorphine.com", true */ 'd', 'i', 'a', 'm', 'o', 'r', 'p', 'h', 'i', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "dianefriedli.ch", true */ 'd', 'i', 'a', 'n', 'e', 'f', 'r', 'i', 'e', 'd', 'l', 'i', '.', 'c', 'h', '\0', /* "diare-na-miru.cz", true */ 'd', 'i', 'a', 'r', 'e', '-', 'n', 'a', '-', 'm', 'i', 'r', 'u', '.', 'c', 'z', '\0', /* "diasdasemana.com", true */ 'd', 'i', 'a', 's', 'd', 'a', 's', 'e', 'm', 'a', 'n', 'a', '.', 'c', 'o', 'm', '\0', /* "diasp.cz", true */ 'd', 'i', 'a', 's', 'p', '.', 'c', 'z', '\0', @@ -5108,17 +5105,16 @@ static const char kSTSHostTable[] = { /* "dieb.photo", true */ 'd', 'i', 'e', 'b', '.', 'p', 'h', 'o', 't', 'o', '\0', /* "diedrich.co", false */ 'd', 'i', 'e', 'd', 'r', 'i', 'c', 'h', '.', 'c', 'o', '\0', /* "diedrich.me", true */ 'd', 'i', 'e', 'd', 'r', 'i', 'c', 'h', '.', 'm', 'e', '\0', /* "diegelernten.de", true */ 'd', 'i', 'e', 'g', 'e', 'l', 'e', 'r', 'n', 't', 'e', 'n', '.', 'd', 'e', '\0', /* "diegerbers.de", true */ 'd', 'i', 'e', 'g', 'e', 'r', 'b', 'e', 'r', 's', '.', 'd', 'e', '\0', /* "diegogelin.com", true */ 'd', 'i', 'e', 'g', 'o', 'g', 'e', 'l', 'i', 'n', '.', 'c', 'o', 'm', '\0', /* "diegorbaquero.com", true */ 'd', 'i', 'e', 'g', 'o', 'r', 'b', 'a', 'q', 'u', 'e', 'r', 'o', '.', 'c', 'o', 'm', '\0', /* "diehl.io", true */ 'd', 'i', 'e', 'h', 'l', '.', 'i', 'o', '\0', - /* "diemattels.at", true */ 'd', 'i', 'e', 'm', 'a', 't', 't', 'e', 'l', 's', '.', 'a', 't', '\0', /* "diemogebhardt.com", true */ 'd', 'i', 'e', 'm', 'o', 'g', 'e', 'b', 'h', 'a', 'r', 'd', 't', '.', 'c', 'o', 'm', '\0', /* "dienstplan.cc", true */ 'd', 'i', 'e', 'n', 's', 't', 'p', 'l', 'a', 'n', '.', 'c', 'c', '\0', /* "dienstplan.one", true */ 'd', 'i', 'e', 'n', 's', 't', 'p', 'l', 'a', 'n', '.', 'o', 'n', 'e', '\0', /* "dieselgalleri.com", true */ 'd', 'i', 'e', 's', 'e', 'l', 'g', 'a', 'l', 'l', 'e', 'r', 'i', '.', 'c', 'o', 'm', '\0', /* "dieser.me", true */ 'd', 'i', 'e', 's', 'e', 'r', '.', 'm', 'e', '\0', /* "dietbrand.eu", true */ 'd', 'i', 'e', 't', 'b', 'r', 'a', 'n', 'd', '.', 'e', 'u', '\0', /* "dieti.net", true */ 'd', 'i', 'e', 't', 'i', '.', 'n', 'e', 't', '\0', /* "dietrich.cx", true */ 'd', 'i', 'e', 't', 'r', 'i', 'c', 'h', '.', 'c', 'x', '\0', @@ -5217,17 +5213,16 @@ static const char kSTSHostTable[] = { /* "discover-mercure.com", true */ 'd', 'i', 's', 'c', 'o', 'v', 'e', 'r', '-', 'm', 'e', 'r', 'c', 'u', 'r', 'e', '.', 'c', 'o', 'm', '\0', /* "discoverhealthage.com", false */ 'd', 'i', 's', 'c', 'o', 'v', 'e', 'r', 'h', 'e', 'a', 'l', 't', 'h', 'a', 'g', 'e', '.', 'c', 'o', 'm', '\0', /* "discoveringdocker.com", true */ 'd', 'i', 's', 'c', 'o', 'v', 'e', 'r', 'i', 'n', 'g', 'd', 'o', 'c', 'k', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "discoverrsv.com", true */ 'd', 'i', 's', 'c', 'o', 'v', 'e', 'r', 'r', 's', 'v', '.', 'c', 'o', 'm', '\0', /* "discoveryballoon.org", true */ 'd', 'i', 's', 'c', 'o', 'v', 'e', 'r', 'y', 'b', 'a', 'l', 'l', 'o', 'o', 'n', '.', 'o', 'r', 'g', '\0', /* "discoveryrom.org", true */ 'd', 'i', 's', 'c', 'o', 'v', 'e', 'r', 'y', 'r', 'o', 'm', '.', 'o', 'r', 'g', '\0', /* "disinclined.org", true */ 'd', 'i', 's', 'i', 'n', 'c', 'l', 'i', 'n', 'e', 'd', '.', 'o', 'r', 'g', '\0', /* "disking.co.uk", true */ 'd', 'i', 's', 'k', 'i', 'n', 'g', '.', 'c', 'o', '.', 'u', 'k', '\0', - /* "disorderboutique.com", true */ 'd', 'i', 's', 'o', 'r', 'd', 'e', 'r', 'b', 'o', 'u', 't', 'i', 'q', 'u', 'e', '.', 'c', 'o', 'm', '\0', /* "disposable.link", true */ 'd', 'i', 's', 'p', 'o', 's', 'a', 'b', 'l', 'e', '.', 'l', 'i', 'n', 'k', '\0', /* "dissectcyber.com", true */ 'd', 'i', 's', 's', 'e', 'c', 't', 'c', 'y', 'b', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "dissidence.ovh", true */ 'd', 'i', 's', 's', 'i', 'd', 'e', 'n', 'c', 'e', '.', 'o', 'v', 'h', '\0', /* "dist.torproject.org", false */ 'd', 'i', 's', 't', '.', 't', 'o', 'r', 'p', 'r', 'o', 'j', 'e', 'c', 't', '.', 'o', 'r', 'g', '\0', /* "distinctivephotography.com.au", true */ 'd', 'i', 's', 't', 'i', 'n', 'c', 't', 'i', 'v', 'e', 'p', 'h', 'o', 't', 'o', 'g', 'r', 'a', 'p', 'h', 'y', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "distinguishedprisoner.com", true */ 'd', 'i', 's', 't', 'i', 'n', 'g', 'u', 'i', 's', 'h', 'e', 'd', 'p', 'r', 'i', 's', 'o', 'n', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "distrilogservices.com", true */ 'd', 'i', 's', 't', 'r', 'i', 'l', 'o', 'g', 's', 'e', 'r', 'v', 'i', 'c', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "ditch.ch", true */ 'd', 'i', 't', 'c', 'h', '.', 'c', 'h', '\0', @@ -5242,16 +5237,17 @@ static const char kSTSHostTable[] = { /* "diversityflags.com.au", true */ 'd', 'i', 'v', 'e', 'r', 's', 'i', 't', 'y', 'f', 'l', 'a', 'g', 's', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "diversityflags.nz", true */ 'd', 'i', 'v', 'e', 'r', 's', 'i', 't', 'y', 'f', 'l', 'a', 'g', 's', '.', 'n', 'z', '\0', /* "divinegames.studio", true */ 'd', 'i', 'v', 'i', 'n', 'e', 'g', 'a', 'm', 'e', 's', '.', 's', 't', 'u', 'd', 'i', 'o', '\0', /* "divingwithnic.com", true */ 'd', 'i', 'v', 'i', 'n', 'g', 'w', 'i', 't', 'h', 'n', 'i', 'c', '.', 'c', 'o', 'm', '\0', /* "dixmag.com", true */ 'd', 'i', 'x', 'm', 'a', 'g', '.', 'c', 'o', 'm', '\0', /* "diybook.at", true */ 'd', 'i', 'y', 'b', 'o', 'o', 'k', '.', 'a', 't', '\0', /* "diycc.org", true */ 'd', 'i', 'y', 'c', 'c', '.', 'o', 'r', 'g', '\0', /* "diymediahome.org", true */ 'd', 'i', 'y', 'm', 'e', 'd', 'i', 'a', 'h', 'o', 'm', 'e', '.', 'o', 'r', 'g', '\0', + /* "diyosun.com", true */ 'd', 'i', 'y', 'o', 's', 'u', 'n', '.', 'c', 'o', 'm', '\0', /* "diyvideoeditor.com", true */ 'd', 'i', 'y', 'v', 'i', 'd', 'e', 'o', 'e', 'd', 'i', 't', 'o', 'r', '.', 'c', 'o', 'm', '\0', /* "diz.in.ua", true */ 'd', 'i', 'z', '.', 'i', 'n', '.', 'u', 'a', '\0', /* "dj-x.info", true */ 'd', 'j', '-', 'x', '.', 'i', 'n', 'f', 'o', '\0', /* "djangobirthday.com", true */ 'd', 'j', 'a', 'n', 'g', 'o', 'b', 'i', 'r', 't', 'h', 'd', 'a', 'y', '.', 'c', 'o', 'm', '\0', /* "djangoproject.com", true */ 'd', 'j', 'a', 'n', 'g', 'o', 'p', 'r', 'o', 'j', 'e', 'c', 't', '.', 'c', 'o', 'm', '\0', /* "djangosnippets.org", true */ 'd', 'j', 'a', 'n', 'g', 'o', 's', 'n', 'i', 'p', 'p', 'e', 't', 's', '.', 'o', 'r', 'g', '\0', /* "djc.me", true */ 'd', 'j', 'c', '.', 'm', 'e', '\0', /* "djieno.com", true */ 'd', 'j', 'i', 'e', 'n', 'o', '.', 'c', 'o', 'm', '\0', @@ -5298,16 +5294,17 @@ static const char kSTSHostTable[] = { /* "dnshallinta.fi", true */ 'd', 'n', 's', 'h', 'a', 'l', 'l', 'i', 'n', 't', 'a', '.', 'f', 'i', '\0', /* "dnslog.com", true */ 'd', 'n', 's', 'l', 'o', 'g', '.', 'c', 'o', 'm', '\0', /* "dnsman.se", true */ 'd', 'n', 's', 'm', 'a', 'n', '.', 's', 'e', '\0', /* "dnstwister.report", true */ 'd', 'n', 's', 't', 'w', 'i', 's', 't', 'e', 'r', '.', 'r', 'e', 'p', 'o', 'r', 't', '\0', /* "do.gd", true */ 'd', 'o', '.', 'g', 'd', '\0', /* "do67.de", true */ 'd', 'o', '6', '7', '.', 'd', 'e', '\0', /* "do67.net", true */ 'd', 'o', '6', '7', '.', 'n', 'e', 't', '\0', /* "doak.io", true */ 'd', 'o', 'a', 'k', '.', 'i', 'o', '\0', + /* "dobrev.family", true */ 'd', 'o', 'b', 'r', 'e', 'v', '.', 'f', 'a', 'm', 'i', 'l', 'y', '\0', /* "dobrisan.ro", true */ 'd', 'o', 'b', 'r', 'i', 's', 'a', 'n', '.', 'r', 'o', '\0', /* "dobsnet.net", true */ 'd', 'o', 'b', 's', 'n', 'e', 't', '.', 'n', 'e', 't', '\0', /* "doc.python.org", true */ 'd', 'o', 'c', '.', 'p', 'y', 't', 'h', 'o', 'n', '.', 'o', 'r', 'g', '\0', /* "doc.to", true */ 'd', 'o', 'c', '.', 't', 'o', '\0', /* "docabo.ch", true */ 'd', 'o', 'c', 'a', 'b', 'o', '.', 'c', 'h', '\0', /* "docbox.ch", true */ 'd', 'o', 'c', 'b', 'o', 'x', '.', 'c', 'h', '\0', /* "docemeldoces.com", true */ 'd', 'o', 'c', 'e', 'm', 'e', 'l', 'd', 'o', 'c', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "dochitaceahlau.ro", true */ 'd', 'o', 'c', 'h', 'i', 't', 'a', 'c', 'e', 'a', 'h', 'l', 'a', 'u', '.', 'r', 'o', '\0', @@ -5331,17 +5328,16 @@ static const char kSTSHostTable[] = { /* "dogan.ch", false */ 'd', 'o', 'g', 'a', 'n', '.', 'c', 'h', '\0', /* "dogcratereview.info", true */ 'd', 'o', 'g', 'c', 'r', 'a', 't', 'e', 'r', 'e', 'v', 'i', 'e', 'w', '.', 'i', 'n', 'f', 'o', '\0', /* "dogfi.sh", true */ 'd', 'o', 'g', 'f', 'i', '.', 's', 'h', '\0', /* "doggroomingcourse.com", true */ 'd', 'o', 'g', 'g', 'r', 'o', 'o', 'm', 'i', 'n', 'g', 'c', 'o', 'u', 'r', 's', 'e', '.', 'c', 'o', 'm', '\0', /* "dogmap.jp", true */ 'd', 'o', 'g', 'm', 'a', 'p', '.', 'j', 'p', '\0', /* "dognlife.com", true */ 'd', 'o', 'g', 'n', 'l', 'i', 'f', 'e', '.', 'c', 'o', 'm', '\0', /* "dohanews.co", true */ 'd', 'o', 'h', 'a', 'n', 'e', 'w', 's', '.', 'c', 'o', '\0', /* "dokelio-idf.fr", true */ 'd', 'o', 'k', 'e', 'l', 'i', 'o', '-', 'i', 'd', 'f', '.', 'f', 'r', '\0', - /* "doku-gilde.de", true */ 'd', 'o', 'k', 'u', '-', 'g', 'i', 'l', 'd', 'e', '.', 'd', 'e', '\0', /* "dokuboard.com", true */ 'd', 'o', 'k', 'u', 'b', 'o', 'a', 'r', 'd', '.', 'c', 'o', 'm', '\0', /* "dokuraum.de", true */ 'd', 'o', 'k', 'u', 'r', 'a', 'u', 'm', '.', 'd', 'e', '\0', /* "dolarcanadense.com.br", true */ 'd', 'o', 'l', 'a', 'r', 'c', 'a', 'n', 'a', 'd', 'e', 'n', 's', 'e', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "doleta.gov", true */ 'd', 'o', 'l', 'e', 't', 'a', '.', 'g', 'o', 'v', '\0', /* "doli.se", true */ 'd', 'o', 'l', 'i', '.', 's', 'e', '\0', /* "dolice.net", true */ 'd', 'o', 'l', 'i', 'c', 'e', '.', 'n', 'e', 't', '\0', /* "dollemore.com", true */ 'd', 'o', 'l', 'l', 'e', 'm', 'o', 'r', 'e', '.', 'c', 'o', 'm', '\0', /* "dolorism.com", true */ 'd', 'o', 'l', 'o', 'r', 'i', 's', 'm', '.', 'c', 'o', 'm', '\0', @@ -6009,16 +6005,17 @@ static const char kSTSHostTable[] = { /* "emavok.eu", true */ 'e', 'm', 'a', 'v', 'o', 'k', '.', 'e', 'u', '\0', /* "embellir-aroma.com", true */ 'e', 'm', 'b', 'e', 'l', 'l', 'i', 'r', '-', 'a', 'r', 'o', 'm', 'a', '.', 'c', 'o', 'm', '\0', /* "embellir-kyujin.com", true */ 'e', 'm', 'b', 'e', 'l', 'l', 'i', 'r', '-', 'k', 'y', 'u', 'j', 'i', 'n', '.', 'c', 'o', 'm', '\0', /* "embraceni.org", true */ 'e', 'm', 'b', 'r', 'a', 'c', 'e', 'n', 'i', '.', 'o', 'r', 'g', '\0', /* "embracethedarkness.co.uk", true */ 'e', 'm', 'b', 'r', 'a', 'c', 'e', 't', 'h', 'e', 'd', 'a', 'r', 'k', 'n', 'e', 's', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "embroideryexpress.co.uk", true */ 'e', 'm', 'b', 'r', 'o', 'i', 'd', 'e', 'r', 'y', 'e', 'x', 'p', 'r', 'e', 's', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "emero.de", true */ 'e', 'm', 'e', 'r', 'o', '.', 'd', 'e', '\0', /* "emesolutions.net", true */ 'e', 'm', 'e', 's', 'o', 'l', 'u', 't', 'i', 'o', 'n', 's', '.', 'n', 'e', 't', '\0', + /* "emi-air-comprime.com", true */ 'e', 'm', 'i', '-', 'a', 'i', 'r', '-', 'c', 'o', 'm', 'p', 'r', 'i', 'm', 'e', '.', 'c', 'o', 'm', '\0', /* "emi.im", true */ 'e', 'm', 'i', '.', 'i', 'm', '\0', /* "emielraaijmakers.nl", true */ 'e', 'm', 'i', 'e', 'l', 'r', 'a', 'a', 'i', 'j', 'm', 'a', 'k', 'e', 'r', 's', '.', 'n', 'l', '\0', /* "emilong.com", true */ 'e', 'm', 'i', 'l', 'o', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "emilstahl.dk", true */ 'e', 'm', 'i', 'l', 's', 't', 'a', 'h', 'l', '.', 'd', 'k', '\0', /* "emilvarga.com", true */ 'e', 'm', 'i', 'l', 'v', 'a', 'r', 'g', 'a', '.', 'c', 'o', 'm', '\0', /* "emilyshepherd.me", true */ 'e', 'm', 'i', 'l', 'y', 's', 'h', 'e', 'p', 'h', 'e', 'r', 'd', '.', 'm', 'e', '\0', /* "emirabiz.com", false */ 'e', 'm', 'i', 'r', 'a', 'b', 'i', 'z', '.', 'c', 'o', 'm', '\0', /* "emirichardson.com", true */ 'e', 'm', 'i', 'r', 'i', 'c', 'h', 'a', 'r', 'd', 's', 'o', 'n', '.', 'c', 'o', 'm', '\0', @@ -6080,16 +6077,17 @@ static const char kSTSHostTable[] = { /* "enersec.co.uk", true */ 'e', 'n', 'e', 'r', 's', 'e', 'c', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "enfantsdelarue.ch", true */ 'e', 'n', 'f', 'a', 'n', 't', 's', 'd', 'e', 'l', 'a', 'r', 'u', 'e', '.', 'c', 'h', '\0', /* "enfield-kitchens.co.uk", true */ 'e', 'n', 'f', 'i', 'e', 'l', 'd', '-', 'k', 'i', 't', 'c', 'h', 'e', 'n', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "enfoqueseguro.com", true */ 'e', 'n', 'f', 'o', 'q', 'u', 'e', 's', 'e', 'g', 'u', 'r', 'o', '.', 'c', 'o', 'm', '\0', /* "enfu.se", true */ 'e', 'n', 'f', 'u', '.', 's', 'e', '\0', /* "engaugetools.com", true */ 'e', 'n', 'g', 'a', 'u', 'g', 'e', 't', 'o', 'o', 'l', 's', '.', 'c', 'o', 'm', '\0', /* "engelundlicht.ch", true */ 'e', 'n', 'g', 'e', 'l', 'u', 'n', 'd', 'l', 'i', 'c', 'h', 't', '.', 'c', 'h', '\0', /* "engg.ca", true */ 'e', 'n', 'g', 'g', '.', 'c', 'a', '\0', + /* "engineeryourmarketing.com", false */ 'e', 'n', 'g', 'i', 'n', 'e', 'e', 'r', 'y', 'o', 'u', 'r', 'm', 'a', 'r', 'k', 'e', 't', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "engineowning.com", true */ 'e', 'n', 'g', 'i', 'n', 'e', 'o', 'w', 'n', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "enginepit.com", true */ 'e', 'n', 'g', 'i', 'n', 'e', 'p', 'i', 't', '.', 'c', 'o', 'm', '\0', /* "enginx.net", true */ 'e', 'n', 'g', 'i', 'n', 'x', '.', 'n', 'e', 't', '\0', /* "englerts.de", true */ 'e', 'n', 'g', 'l', 'e', 'r', 't', 's', '.', 'd', 'e', '\0', /* "englishbulgaria.net", true */ 'e', 'n', 'g', 'l', 'i', 's', 'h', 'b', 'u', 'l', 'g', 'a', 'r', 'i', 'a', '.', 'n', 'e', 't', '\0', /* "englishcast.com.br", true */ 'e', 'n', 'g', 'l', 'i', 's', 'h', 'c', 'a', 's', 't', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "englishclub.com", true */ 'e', 'n', 'g', 'l', 'i', 's', 'h', 'c', 'l', 'u', 'b', '.', 'c', 'o', 'm', '\0', /* "englishforums.com", true */ 'e', 'n', 'g', 'l', 'i', 's', 'h', 'f', 'o', 'r', 'u', 'm', 's', '.', 'c', 'o', 'm', '\0', @@ -6124,16 +6122,18 @@ static const char kSTSHostTable[] = { /* "entryboss.cc", true */ 'e', 'n', 't', 'r', 'y', 'b', 'o', 's', 's', '.', 'c', 'c', '\0', /* "entrypoint.sh", true */ 'e', 'n', 't', 'r', 'y', 'p', 'o', 'i', 'n', 't', '.', 's', 'h', '\0', /* "enuchi.jp", true */ 'e', 'n', 'u', 'c', 'h', 'i', '.', 'j', 'p', '\0', /* "envant.co.uk", true */ 'e', 'n', 'v', 'a', 'n', 't', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "envelope.co.nz", true */ 'e', 'n', 'v', 'e', 'l', 'o', 'p', 'e', '.', 'c', 'o', '.', 'n', 'z', '\0', /* "enveloppenopmaat.nl", true */ 'e', 'n', 'v', 'e', 'l', 'o', 'p', 'p', 'e', 'n', 'o', 'p', 'm', 'a', 'a', 't', '.', 'n', 'l', '\0', /* "enviam.de", true */ 'e', 'n', 'v', 'i', 'a', 'm', '.', 'd', 'e', '\0', /* "enviroprobasements.com", true */ 'e', 'n', 'v', 'i', 'r', 'o', 'p', 'r', 'o', 'b', 'a', 's', 'e', 'm', 'e', 'n', 't', 's', '.', 'c', 'o', 'm', '\0', + /* "envygeeks.com", true */ 'e', 'n', 'v', 'y', 'g', 'e', 'e', 'k', 's', '.', 'c', 'o', 'm', '\0', + /* "envygeeks.io", true */ 'e', 'n', 'v', 'y', 'g', 'e', 'e', 'k', 's', '.', 'i', 'o', '\0', /* "eocservices.co.uk", true */ 'e', 'o', 'c', 's', 'e', 'r', 'v', 'i', 'c', 'e', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "eoldb.org", true */ 'e', 'o', 'l', 'd', 'b', '.', 'o', 'r', 'g', '\0', /* "eopugetsound.org", false */ 'e', 'o', 'p', 'u', 'g', 'e', 't', 's', 'o', 'u', 'n', 'd', '.', 'o', 'r', 'g', '\0', /* "epay.bg", true */ 'e', 'p', 'a', 'y', '.', 'b', 'g', '\0', /* "epaygateway.net", true */ 'e', 'p', 'a', 'y', 'g', 'a', 't', 'e', 'w', 'a', 'y', '.', 'n', 'e', 't', '\0', /* "epicenter.work", true */ 'e', 'p', 'i', 'c', 'e', 'n', 't', 'e', 'r', '.', 'w', 'o', 'r', 'k', '\0', /* "epicenter.works", true */ 'e', 'p', 'i', 'c', 'e', 'n', 't', 'e', 'r', '.', 'w', 'o', 'r', 'k', 's', '\0', /* "epicentre.works", true */ 'e', 'p', 'i', 'c', 'e', 'n', 't', 'r', 'e', '.', 'w', 'o', 'r', 'k', 's', '\0', @@ -6357,17 +6357,16 @@ static const char kSTSHostTable[] = { /* "eurotime.ua", true */ 'e', 'u', 'r', 'o', 't', 'i', 'm', 'e', '.', 'u', 'a', '\0', /* "eurotramp.com", true */ 'e', 'u', 'r', 'o', 't', 'r', 'a', 'm', 'p', '.', 'c', 'o', 'm', '\0', /* "eurotravelstar.eu", true */ 'e', 'u', 'r', 'o', 't', 'r', 'a', 'v', 'e', 'l', 's', 't', 'a', 'r', '.', 'e', 'u', '\0', /* "eurovision.ie", true */ 'e', 'u', 'r', 'o', 'v', 'i', 's', 'i', 'o', 'n', '.', 'i', 'e', '\0', /* "eutram.com", true */ 'e', 'u', 't', 'r', 'a', 'm', '.', 'c', 'o', 'm', '\0', /* "ev-zertifikate.de", true */ 'e', 'v', '-', 'z', 'e', 'r', 't', 'i', 'f', 'i', 'k', 'a', 't', 'e', '.', 'd', 'e', '\0', /* "eva.cz", true */ 'e', 'v', 'a', '.', 'c', 'z', '\0', /* "evades.io", true */ 'e', 'v', 'a', 'd', 'e', 's', '.', 'i', 'o', '\0', - /* "evalesc.com", true */ 'e', 'v', 'a', 'l', 'e', 's', 'c', '.', 'c', 'o', 'm', '\0', /* "evangelosm.com", true */ 'e', 'v', 'a', 'n', 'g', 'e', 'l', 'o', 's', 'm', '.', 'c', 'o', 'm', '\0', /* "evanhandgraaf.nl", true */ 'e', 'v', 'a', 'n', 'h', 'a', 'n', 'd', 'g', 'r', 'a', 'a', 'f', '.', 'n', 'l', '\0', /* "evankurniawan.com", true */ 'e', 'v', 'a', 'n', 'k', 'u', 'r', 'n', 'i', 'a', 'w', 'a', 'n', '.', 'c', 'o', 'm', '\0', /* "evantage.org", true */ 'e', 'v', 'a', 'n', 't', 'a', 'g', 'e', '.', 'o', 'r', 'g', '\0', /* "evantageglobal.com", true */ 'e', 'v', 'a', 'n', 't', 'a', 'g', 'e', 'g', 'l', 'o', 'b', 'a', 'l', '.', 'c', 'o', 'm', '\0', /* "evapp.org", true */ 'e', 'v', 'a', 'p', 'p', '.', 'o', 'r', 'g', '\0', /* "evasion-energie.com", true */ 'e', 'v', 'a', 's', 'i', 'o', 'n', '-', 'e', 'n', 'e', 'r', 'g', 'i', 'e', '.', 'c', 'o', 'm', '\0', /* "evasioncreole.com", true */ 'e', 'v', 'a', 's', 'i', 'o', 'n', 'c', 'r', 'e', 'o', 'l', 'e', '.', 'c', 'o', 'm', '\0', @@ -6452,31 +6451,30 @@ static const char kSTSHostTable[] = { /* "exploit.party", true */ 'e', 'x', 'p', 'l', 'o', 'i', 't', '.', 'p', 'a', 'r', 't', 'y', '\0', /* "exploit.ph", true */ 'e', 'x', 'p', 'l', 'o', 'i', 't', '.', 'p', 'h', '\0', /* "exploited.cz", true */ 'e', 'x', 'p', 'l', 'o', 'i', 't', 'e', 'd', '.', 'c', 'z', '\0', /* "expo-asia.ru", true */ 'e', 'x', 'p', 'o', '-', 'a', 's', 'i', 'a', '.', 'r', 'u', '\0', /* "expo-designers.com", true */ 'e', 'x', 'p', 'o', '-', 'd', 'e', 's', 'i', 'g', 'n', 'e', 'r', 's', '.', 'c', 'o', 'm', '\0', /* "expo-europe.ru", true */ 'e', 'x', 'p', 'o', '-', 'e', 'u', 'r', 'o', 'p', 'e', '.', 'r', 'u', '\0', /* "expokohler.com", true */ 'e', 'x', 'p', 'o', 'k', 'o', 'h', 'l', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "exponentialnews.net", true */ 'e', 'x', 'p', 'o', 'n', 'e', 'n', 't', 'i', 'a', 'l', 'n', 'e', 'w', 's', '.', 'n', 'e', 't', '\0', - /* "express-shina.ru", true */ 'e', 'x', 'p', 'r', 'e', 's', 's', '-', 's', 'h', 'i', 'n', 'a', '.', 'r', 'u', '\0', /* "express-vpn.com", true */ 'e', 'x', 'p', 'r', 'e', 's', 's', '-', 'v', 'p', 'n', '.', 'c', 'o', 'm', '\0', /* "expressemotion.net", true */ 'e', 'x', 'p', 'r', 'e', 's', 's', 'e', 'm', 'o', 't', 'i', 'o', 'n', '.', 'n', 'e', 't', '\0', /* "expresshosting.org", true */ 'e', 'x', 'p', 'r', 'e', 's', 's', 'h', 'o', 's', 't', 'i', 'n', 'g', '.', 'o', 'r', 'g', '\0', - /* "expressmarket.ru", true */ 'e', 'x', 'p', 'r', 'e', 's', 's', 'm', 'a', 'r', 'k', 'e', 't', '.', 'r', 'u', '\0', /* "expressvpn.com", true */ 'e', 'x', 'p', 'r', 'e', 's', 's', 'v', 'p', 'n', '.', 'c', 'o', 'm', '\0', /* "exs.lv", true */ 'e', 'x', 's', '.', 'l', 'v', '\0', /* "extendwings.com", true */ 'e', 'x', 't', 'e', 'n', 'd', 'w', 'i', 'n', 'g', 's', '.', 'c', 'o', 'm', '\0', /* "extensiblewebmanifesto.org", true */ 'e', 'x', 't', 'e', 'n', 's', 'i', 'b', 'l', 'e', 'w', 'e', 'b', 'm', 'a', 'n', 'i', 'f', 'e', 's', 't', 'o', '.', 'o', 'r', 'g', '\0', /* "extensiblewebreportcard.org", true */ 'e', 'x', 't', 'e', 'n', 's', 'i', 'b', 'l', 'e', 'w', 'e', 'b', 'r', 'e', 'p', 'o', 'r', 't', 'c', 'a', 'r', 'd', '.', 'o', 'r', 'g', '\0', /* "extensiblewebsummit.org", true */ 'e', 'x', 't', 'e', 'n', 's', 'i', 'b', 'l', 'e', 'w', 'e', 'b', 's', 'u', 'm', 'm', 'i', 't', '.', 'o', 'r', 'g', '\0', /* "extranetpuc.com.br", true */ 'e', 'x', 't', 'r', 'a', 'n', 'e', 't', 'p', 'u', 'c', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "extrapagetab.com", true */ 'e', 'x', 't', 'r', 'a', 'p', 'a', 'g', 'e', 't', 'a', 'b', '.', 'c', 'o', 'm', '\0', /* "extreme-gaming.de", true */ 'e', 'x', 't', 'r', 'e', 'm', 'e', '-', 'g', 'a', 'm', 'i', 'n', 'g', '.', 'd', 'e', '\0', /* "extreme-gaming.us", true */ 'e', 'x', 't', 'r', 'e', 'm', 'e', '-', 'g', 'a', 'm', 'i', 'n', 'g', '.', 'u', 's', '\0', + /* "extrememanual.net", false */ 'e', 'x', 't', 'r', 'e', 'm', 'e', 'm', 'a', 'n', 'u', 'a', 'l', '.', 'n', 'e', 't', '\0', /* "eydesignguidelines.com", true */ 'e', 'y', 'd', 'e', 's', 'i', 'g', 'n', 'g', 'u', 'i', 'd', 'e', 'l', 'i', 'n', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "eye-carat.com", true */ 'e', 'y', 'e', '-', 'c', 'a', 'r', 'a', 't', '.', 'c', 'o', 'm', '\0', /* "eyecandy.gr", true */ 'e', 'y', 'e', 'c', 'a', 'n', 'd', 'y', '.', 'g', 'r', '\0', /* "eyeglasses.com", true */ 'e', 'y', 'e', 'g', 'l', 'a', 's', 's', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "eyeonid.com", true */ 'e', 'y', 'e', 'o', 'n', 'i', 'd', '.', 'c', 'o', 'm', '\0', /* "eyes-berg.ch", true */ 'e', 'y', 'e', 's', '-', 'b', 'e', 'r', 'g', '.', 'c', 'h', '\0', /* "eyes-berg.com", true */ 'e', 'y', 'e', 's', '-', 'b', 'e', 'r', 'g', '.', 'c', 'o', 'm', '\0', /* "eynio.com", true */ 'e', 'y', 'n', 'i', 'o', '.', 'c', 'o', 'm', '\0', @@ -6512,17 +6510,16 @@ static const char kSTSHostTable[] = { /* "fabriziorocca.it", true */ 'f', 'a', 'b', 'r', 'i', 'z', 'i', 'o', 'r', 'o', 'c', 'c', 'a', '.', 'i', 't', '\0', /* "fabrysociety.org", true */ 'f', 'a', 'b', 'r', 'y', 's', 'o', 'c', 'i', 'e', 't', 'y', '.', 'o', 'r', 'g', '\0', /* "fabse.net", true */ 'f', 'a', 'b', 's', 'e', '.', 'n', 'e', 't', '\0', /* "fabulouslyyouthfulskin.com", true */ 'f', 'a', 'b', 'u', 'l', 'o', 'u', 's', 'l', 'y', 'y', 'o', 'u', 't', 'h', 'f', 'u', 'l', 's', 'k', 'i', 'n', '.', 'c', 'o', 'm', '\0', /* "fabulouslyyouthfulskineyeserum.com", true */ 'f', 'a', 'b', 'u', 'l', 'o', 'u', 's', 'l', 'y', 'y', 'o', 'u', 't', 'h', 'f', 'u', 'l', 's', 'k', 'i', 'n', 'e', 'y', 'e', 's', 'e', 'r', 'u', 'm', '.', 'c', 'o', 'm', '\0', /* "facciadastile.it", true */ 'f', 'a', 'c', 'c', 'i', 'a', 'd', 'a', 's', 't', 'i', 'l', 'e', '.', 'i', 't', '\0', /* "facealacrise.fr", true */ 'f', 'a', 'c', 'e', 'a', 'l', 'a', 'c', 'r', 'i', 's', 'e', '.', 'f', 'r', '\0', /* "facebook-atom.appspot.com", true */ 'f', 'a', 'c', 'e', 'b', 'o', 'o', 'k', '-', 'a', 't', 'o', 'm', '.', 'a', 'p', 'p', 's', 'p', 'o', 't', '.', 'c', 'o', 'm', '\0', - /* "facebook.ax", true */ 'f', 'a', 'c', 'e', 'b', 'o', 'o', 'k', '.', 'a', 'x', '\0', /* "facebook.com", false */ 'f', 'a', 'c', 'e', 'b', 'o', 'o', 'k', '.', 'c', 'o', 'm', '\0', /* "facepalmsecurity.com", true */ 'f', 'a', 'c', 'e', 'p', 'a', 'l', 'm', 's', 'e', 'c', 'u', 'r', 'i', 't', 'y', '.', 'c', 'o', 'm', '\0', /* "facerepo.com", true */ 'f', 'a', 'c', 'e', 'r', 'e', 'p', 'o', '.', 'c', 'o', 'm', '\0', /* "facesnf.com", true */ 'f', 'a', 'c', 'e', 's', 'n', 'f', '.', 'c', 'o', 'm', '\0', /* "fach-journalist.de", true */ 'f', 'a', 'c', 'h', '-', 'j', 'o', 'u', 'r', 'n', 'a', 'l', 'i', 's', 't', '.', 'd', 'e', '\0', /* "fachschaft-informatik.de", true */ 'f', 'a', 'c', 'h', 's', 'c', 'h', 'a', 'f', 't', '-', 'i', 'n', 'f', 'o', 'r', 'm', 'a', 't', 'i', 'k', '.', 'd', 'e', '\0', /* "fachschaftslisten.org", true */ 'f', 'a', 'c', 'h', 's', 'c', 'h', 'a', 'f', 't', 's', 'l', 'i', 's', 't', 'e', 'n', '.', 'o', 'r', 'g', '\0', /* "facialexercising.com", true */ 'f', 'a', 'c', 'i', 'a', 'l', 'e', 'x', 'e', 'r', 'c', 'i', 's', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', @@ -6570,16 +6567,17 @@ static const char kSTSHostTable[] = { /* "familiegrottendieck.de", true */ 'f', 'a', 'm', 'i', 'l', 'i', 'e', 'g', 'r', 'o', 't', 't', 'e', 'n', 'd', 'i', 'e', 'c', 'k', '.', 'd', 'e', '\0', /* "familieholme.de", true */ 'f', 'a', 'm', 'i', 'l', 'i', 'e', 'h', 'o', 'l', 'm', 'e', '.', 'd', 'e', '\0', /* "familjenfrodlund.se", true */ 'f', 'a', 'm', 'i', 'l', 'j', 'e', 'n', 'f', 'r', 'o', 'd', 'l', 'u', 'n', 'd', '.', 's', 'e', '\0', /* "familjenm.se", true */ 'f', 'a', 'm', 'i', 'l', 'j', 'e', 'n', 'm', '.', 's', 'e', '\0', /* "familyreal.ru", true */ 'f', 'a', 'm', 'i', 'l', 'y', 'r', 'e', 'a', 'l', '.', 'r', 'u', '\0', /* "famvangelder.nl", true */ 'f', 'a', 'm', 'v', 'a', 'n', 'g', 'e', 'l', 'd', 'e', 'r', '.', 'n', 'l', '\0', /* "famvsomeren.nl", true */ 'f', 'a', 'm', 'v', 's', 'o', 'm', 'e', 'r', 'e', 'n', '.', 'n', 'l', '\0', /* "fanboi.ch", true */ 'f', 'a', 'n', 'b', 'o', 'i', '.', 'c', 'h', '\0', + /* "fancy-bridge.com", true */ 'f', 'a', 'n', 'c', 'y', '-', 'b', 'r', 'i', 'd', 'g', 'e', '.', 'c', 'o', 'm', '\0', /* "fandler.cz", true */ 'f', 'a', 'n', 'd', 'l', 'e', 'r', '.', 'c', 'z', '\0', /* "fandomservices.com", true */ 'f', 'a', 'n', 'd', 'o', 'm', 's', 'e', 'r', 'v', 'i', 'c', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "fanfareunion.ch", true */ 'f', 'a', 'n', 'f', 'a', 'r', 'e', 'u', 'n', 'i', 'o', 'n', '.', 'c', 'h', '\0', /* "fanflow.com", true */ 'f', 'a', 'n', 'f', 'l', 'o', 'w', '.', 'c', 'o', 'm', '\0', /* "fangs.ink", true */ 'f', 'a', 'n', 'g', 's', '.', 'i', 'n', 'k', '\0', /* "fanjoe.be", true */ 'f', 'a', 'n', 'j', 'o', 'e', '.', 'b', 'e', '\0', /* "fant.dk", true */ 'f', 'a', 'n', 't', '.', 'd', 'k', '\0', /* "fantasticgardenersmelbourne.com.au", true */ 'f', 'a', 'n', 't', 'a', 's', 't', 'i', 'c', 'g', 'a', 'r', 'd', 'e', 'n', 'e', 'r', 's', 'm', 'e', 'l', 'b', 'o', 'u', 'r', 'n', 'e', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', @@ -6640,17 +6638,16 @@ static const char kSTSHostTable[] = { /* "favorit.club", true */ 'f', 'a', 'v', 'o', 'r', 'i', 't', '.', 'c', 'l', 'u', 'b', '\0', /* "fawong.com", true */ 'f', 'a', 'w', 'o', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "faxreader.net", true */ 'f', 'a', 'x', 'r', 'e', 'a', 'd', 'e', 'r', '.', 'n', 'e', 't', '\0', /* "fbcfairburn.com", true */ 'f', 'b', 'c', 'f', 'a', 'i', 'r', 'b', 'u', 'r', 'n', '.', 'c', 'o', 'm', '\0', /* "fbcopy.com", true */ 'f', 'b', 'c', 'o', 'p', 'y', '.', 'c', 'o', 'm', '\0', /* "fbi.pw", true */ 'f', 'b', 'i', '.', 'p', 'w', '\0', /* "fbijobs.gov", true */ 'f', 'b', 'i', 'j', 'o', 'b', 's', '.', 'g', 'o', 'v', '\0', /* "fca-tools.com", true */ 'f', 'c', 'a', '-', 't', 'o', 'o', 'l', 's', '.', 'c', 'o', 'm', '\0', - /* "fcapartsdb.com", true */ 'f', 'c', 'a', 'p', 'a', 'r', 't', 's', 'd', 'b', '.', 'c', 'o', 'm', '\0', /* "fcburk.de", true */ 'f', 'c', 'b', 'u', 'r', 'k', '.', 'd', 'e', '\0', /* "fckd.net", true */ 'f', 'c', 'k', 'd', '.', 'n', 'e', 't', '\0', /* "fcsic.gov", true */ 'f', 'c', 's', 'i', 'c', '.', 'g', 'o', 'v', '\0', /* "fdlibre.eu", true */ 'f', 'd', 'l', 'i', 'b', 'r', 'e', '.', 'e', 'u', '\0', /* "fdsys.gov", false */ 'f', 'd', 's', 'y', 's', '.', 'g', 'o', 'v', '\0', /* "fdt.name", true */ 'f', 'd', 't', '.', 'n', 'a', 'm', 'e', '\0', /* "feac.us", true */ 'f', 'e', 'a', 'c', '.', 'u', 's', '\0', /* "feaden.me", true */ 'f', 'e', 'a', 'd', 'e', 'n', '.', 'm', 'e', '\0', @@ -6778,17 +6775,16 @@ static const char kSTSHostTable[] = { /* "file-pdf.it", true */ 'f', 'i', 'l', 'e', '-', 'p', 'd', 'f', '.', 'i', 't', '\0', /* "filebox.moe", true */ 'f', 'i', 'l', 'e', 'b', 'o', 'x', '.', 'm', 'o', 'e', '\0', /* "filedir.com", false */ 'f', 'i', 'l', 'e', 'd', 'i', 'r', '.', 'c', 'o', 'm', '\0', /* "fileio.io", true */ 'f', 'i', 'l', 'e', 'i', 'o', '.', 'i', 'o', '\0', /* "filesense.com", true */ 'f', 'i', 'l', 'e', 's', 'e', 'n', 's', 'e', '.', 'c', 'o', 'm', '\0', /* "filestar.io", true */ 'f', 'i', 'l', 'e', 's', 't', 'a', 'r', '.', 'i', 'o', '\0', /* "filhodohomem.com", true */ 'f', 'i', 'l', 'h', 'o', 'd', 'o', 'h', 'o', 'm', 'e', 'm', '.', 'c', 'o', 'm', '\0', /* "filhomes.ph", true */ 'f', 'i', 'l', 'h', 'o', 'm', 'e', 's', '.', 'p', 'h', '\0', - /* "filip-prochazka.com", true */ 'f', 'i', 'l', 'i', 'p', '-', 'p', 'r', 'o', 'c', 'h', 'a', 'z', 'k', 'a', '.', 'c', 'o', 'm', '\0', /* "filippo.io", true */ 'f', 'i', 'l', 'i', 'p', 'p', 'o', '.', 'i', 'o', '\0', /* "fillitupchallenge.eu", true */ 'f', 'i', 'l', 'l', 'i', 't', 'u', 'p', 'c', 'h', 'a', 'l', 'l', 'e', 'n', 'g', 'e', '.', 'e', 'u', '\0', /* "fillmysuitca.se", true */ 'f', 'i', 'l', 'l', 'm', 'y', 's', 'u', 'i', 't', 'c', 'a', '.', 's', 'e', '\0', /* "fillo.sk", true */ 'f', 'i', 'l', 'l', 'o', '.', 's', 'k', '\0', /* "film-tutorial.com", true */ 'f', 'i', 'l', 'm', '-', 't', 'u', 't', 'o', 'r', 'i', 'a', 'l', '.', 'c', 'o', 'm', '\0', /* "film.photos", true */ 'f', 'i', 'l', 'm', '.', 'p', 'h', 'o', 't', 'o', 's', '\0', /* "filmatiporno.xxx", true */ 'f', 'i', 'l', 'm', 'a', 't', 'i', 'p', 'o', 'r', 'n', 'o', '.', 'x', 'x', 'x', '\0', /* "filme-online.eu.com", true */ 'f', 'i', 'l', 'm', 'e', '-', 'o', 'n', 'l', 'i', 'n', 'e', '.', 'e', 'u', '.', 'c', 'o', 'm', '\0', @@ -6898,16 +6894,17 @@ static const char kSTSHostTable[] = { /* "flashback.org", true */ 'f', 'l', 'a', 's', 'h', 'b', 'a', 'c', 'k', '.', 'o', 'r', 'g', '\0', /* "flashgot.net", true */ 'f', 'l', 'a', 's', 'h', 'g', 'o', 't', '.', 'n', 'e', 't', '\0', /* "flat.io", true */ 'f', 'l', 'a', 't', '.', 'i', 'o', '\0', /* "flatbellyreview.com", true */ 'f', 'l', 'a', 't', 'b', 'e', 'l', 'l', 'y', 'r', 'e', 'v', 'i', 'e', 'w', '.', 'c', 'o', 'm', '\0', /* "flatpackmates.co.uk", true */ 'f', 'l', 'a', 't', 'p', 'a', 'c', 'k', 'm', 'a', 't', 'e', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "flauschig.net", true */ 'f', 'l', 'a', 'u', 's', 'c', 'h', 'i', 'g', '.', 'n', 'e', 't', '\0', /* "flavr.be", true */ 'f', 'l', 'a', 'v', 'r', '.', 'b', 'e', '\0', /* "flawlesscowboy.xyz", true */ 'f', 'l', 'a', 'w', 'l', 'e', 's', 's', 'c', 'o', 'w', 'b', 'o', 'y', '.', 'x', 'y', 'z', '\0', + /* "flazznetworks.com", false */ 'f', 'l', 'a', 'z', 'z', 'n', 'e', 't', 'w', 'o', 'r', 'k', 's', '.', 'c', 'o', 'm', '\0', /* "fleep.io", true */ 'f', 'l', 'e', 'e', 'p', '.', 'i', 'o', '\0', /* "fleetssl.com", true */ 'f', 'l', 'e', 'e', 't', 's', 's', 'l', '.', 'c', 'o', 'm', '\0', /* "fleisch.club", true */ 'f', 'l', 'e', 'i', 's', 'c', 'h', '.', 'c', 'l', 'u', 'b', '\0', /* "fletchto99.com", true */ 'f', 'l', 'e', 't', 'c', 'h', 't', 'o', '9', '9', '.', 'c', 'o', 'm', '\0', /* "fleurette.me", true */ 'f', 'l', 'e', 'u', 'r', 'e', 't', 't', 'e', '.', 'm', 'e', '\0', /* "flexapplications.se", true */ 'f', 'l', 'e', 'x', 'a', 'p', 'p', 'l', 'i', 'c', 'a', 't', 'i', 'o', 'n', 's', '.', 's', 'e', '\0', /* "fleximus.org", false */ 'f', 'l', 'e', 'x', 'i', 'm', 'u', 's', '.', 'o', 'r', 'g', '\0', /* "flexinvesting.fi", true */ 'f', 'l', 'e', 'x', 'i', 'n', 'v', 'e', 's', 't', 'i', 'n', 'g', '.', 'f', 'i', '\0', @@ -7193,16 +7190,17 @@ static const char kSTSHostTable[] = { /* "freetsa.org", true */ 'f', 'r', 'e', 'e', 't', 's', 'a', '.', 'o', 'r', 'g', '\0', /* "freevps.us", true */ 'f', 'r', 'e', 'e', 'v', 'p', 's', '.', 'u', 's', '\0', /* "freeweibo.com", true */ 'f', 'r', 'e', 'e', 'w', 'e', 'i', 'b', 'o', '.', 'c', 'o', 'm', '\0', /* "freezion.com", true */ 'f', 'r', 'e', 'e', 'z', 'i', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "freifahrt.de", true */ 'f', 'r', 'e', 'i', 'f', 'a', 'h', 'r', 't', '.', 'd', 'e', '\0', /* "freifunk-essen.de", true */ 'f', 'r', 'e', 'i', 'f', 'u', 'n', 'k', '-', 'e', 's', 's', 'e', 'n', '.', 'd', 'e', '\0', /* "freifunk-in-solingen.de", true */ 'f', 'r', 'e', 'i', 'f', 'u', 'n', 'k', '-', 'i', 'n', '-', 's', 'o', 'l', 'i', 'n', 'g', 'e', 'n', '.', 'd', 'e', '\0', /* "freifunk-lindlar.net", true */ 'f', 'r', 'e', 'i', 'f', 'u', 'n', 'k', '-', 'l', 'i', 'n', 'd', 'l', 'a', 'r', '.', 'n', 'e', 't', '\0', + /* "freifunk-luenen.de", true */ 'f', 'r', 'e', 'i', 'f', 'u', 'n', 'k', '-', 'l', 'u', 'e', 'n', 'e', 'n', '.', 'd', 'e', '\0', /* "freifunk-remscheid.de", true */ 'f', 'r', 'e', 'i', 'f', 'u', 'n', 'k', '-', 'r', 'e', 'm', 's', 'c', 'h', 'e', 'i', 'd', '.', 'd', 'e', '\0', /* "freiwurst.net", true */ 'f', 'r', 'e', 'i', 'w', 'u', 'r', 's', 't', '.', 'n', 'e', 't', '\0', /* "frequencebanane.ch", true */ 'f', 'r', 'e', 'q', 'u', 'e', 'n', 'c', 'e', 'b', 'a', 'n', 'a', 'n', 'e', '.', 'c', 'h', '\0', /* "fresh-hotel.org", true */ 'f', 'r', 'e', 's', 'h', '-', 'h', 'o', 't', 'e', 'l', '.', 'o', 'r', 'g', '\0', /* "fresh-networks.net", true */ 'f', 'r', 'e', 's', 'h', '-', 'n', 'e', 't', 'w', 'o', 'r', 'k', 's', '.', 'n', 'e', 't', '\0', /* "fresh.co.il", true */ 'f', 'r', 'e', 's', 'h', '.', 'c', 'o', '.', 'i', 'l', '\0', /* "freshcode.nl", true */ 'f', 'r', 'e', 's', 'h', 'c', 'o', 'd', 'e', '.', 'n', 'l', '\0', /* "freshdesigns.de", true */ 'f', 'r', 'e', 's', 'h', 'd', 'e', 's', 'i', 'g', 'n', 's', '.', 'd', 'e', '\0', @@ -7247,23 +7245,25 @@ static const char kSTSHostTable[] = { /* "front-end.dog", true */ 'f', 'r', 'o', 'n', 't', '-', 'e', 'n', 'd', '.', 'd', 'o', 'g', '\0', /* "fronteers.nl", false */ 'f', 'r', 'o', 'n', 't', 'e', 'e', 'r', 's', '.', 'n', 'l', '\0', /* "frontline6.com", true */ 'f', 'r', 'o', 'n', 't', 'l', 'i', 'n', 'e', '6', '.', 'c', 'o', 'm', '\0', /* "frostbytes.net", true */ 'f', 'r', 'o', 's', 't', 'b', 'y', 't', 'e', 's', '.', 'n', 'e', 't', '\0', /* "frostwarning.com", true */ 'f', 'r', 'o', 's', 't', 'w', 'a', 'r', 'n', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "frosty-gaming.xyz", true */ 'f', 'r', 'o', 's', 't', 'y', '-', 'g', 'a', 'm', 'i', 'n', 'g', '.', 'x', 'y', 'z', '\0', /* "frothy.coffee", true */ 'f', 'r', 'o', 't', 'h', 'y', '.', 'c', 'o', 'f', 'f', 'e', 'e', '\0', /* "frowin-stemmer.de", false */ 'f', 'r', 'o', 'w', 'i', 'n', '-', 's', 't', 'e', 'm', 'm', 'e', 'r', '.', 'd', 'e', '\0', + /* "froxlor.support", true */ 'f', 'r', 'o', 'x', 'l', 'o', 'r', '.', 's', 'u', 'p', 'p', 'o', 'r', 't', '\0', /* "frp-roleplay.de", true */ 'f', 'r', 'p', '-', 'r', 'o', 'l', 'e', 'p', 'l', 'a', 'y', '.', 'd', 'e', '\0', /* "frtn.com", true */ 'f', 'r', 't', 'n', '.', 'c', 'o', 'm', '\0', /* "frtr.gov", true */ 'f', 'r', 't', 'r', '.', 'g', 'o', 'v', '\0', /* "fruchthof24.de", true */ 'f', 'r', 'u', 'c', 'h', 't', 'h', 'o', 'f', '2', '4', '.', 'd', 'e', '\0', /* "fruchtikus.net", true */ 'f', 'r', 'u', 'c', 'h', 't', 'i', 'k', 'u', 's', '.', 'n', 'e', 't', '\0', /* "frugalmechanic.com", true */ 'f', 'r', 'u', 'g', 'a', 'l', 'm', 'e', 'c', 'h', 'a', 'n', 'i', 'c', '.', 'c', 'o', 'm', '\0', /* "frugro.be", true */ 'f', 'r', 'u', 'g', 'r', 'o', '.', 'b', 'e', '\0', + /* "fruition.co.jp", true */ 'f', 'r', 'u', 'i', 't', 'i', 'o', 'n', '.', 'c', 'o', '.', 'j', 'p', '\0', /* "frumious.fyi", true */ 'f', 'r', 'u', 'm', 'i', 'o', 'u', 's', '.', 'f', 'y', 'i', '\0', /* "frusky.de", true */ 'f', 'r', 'u', 's', 'k', 'y', '.', 'd', 'e', '\0', /* "fs-gamenet.de", true */ 'f', 's', '-', 'g', 'a', 'm', 'e', 'n', 'e', 't', '.', 'd', 'e', '\0', /* "fsapubs.gov", true */ 'f', 's', 'a', 'p', 'u', 'b', 's', '.', 'g', 'o', 'v', '\0', /* "fsbnh.bank", true */ 'f', 's', 'b', 'n', 'h', '.', 'b', 'a', 'n', 'k', '\0', /* "fsbpaintrock.com", true */ 'f', 's', 'b', 'p', 'a', 'i', 'n', 't', 'r', 'o', 'c', 'k', '.', 'c', 'o', 'm', '\0', /* "fsbturton.com", true */ 'f', 's', 'b', 't', 'u', 'r', 't', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "fsckd.com", true */ 'f', 's', 'c', 'k', 'd', '.', 'c', 'o', 'm', '\0', @@ -7341,17 +7341,16 @@ static const char kSTSHostTable[] = { /* "futurestarsusa.org", true */ 'f', 'u', 't', 'u', 'r', 'e', 's', 't', 'a', 'r', 's', 'u', 's', 'a', '.', 'o', 'r', 'g', '\0', /* "futurope.com", true */ 'f', 'u', 't', 'u', 'r', 'o', 'p', 'e', '.', 'c', 'o', 'm', '\0', /* "fuvpn.com", true */ 'f', 'u', 'v', 'p', 'n', '.', 'c', 'o', 'm', '\0', /* "fuwafuwa.moe", true */ 'f', 'u', 'w', 'a', 'f', 'u', 'w', 'a', '.', 'm', 'o', 'e', '\0', /* "fuyu.moe", true */ 'f', 'u', 'y', 'u', '.', 'm', 'o', 'e', '\0', /* "fuzoku-sodan.com", true */ 'f', 'u', 'z', 'o', 'k', 'u', '-', 's', 'o', 'd', 'a', 'n', '.', 'c', 'o', 'm', '\0', /* "fuzzing-project.org", true */ 'f', 'u', 'z', 'z', 'i', 'n', 'g', '-', 'p', 'r', 'o', 'j', 'e', 'c', 't', '.', 'o', 'r', 'g', '\0', /* "fveevaete.com", true */ 'f', 'v', 'e', 'e', 'v', 'a', 'e', 't', 'e', '.', 'c', 'o', 'm', '\0', - /* "fwei.tk", true */ 'f', 'w', 'e', 'i', '.', 't', 'k', '\0', /* "fwest.ovh", true */ 'f', 'w', 'e', 's', 't', '.', 'o', 'v', 'h', '\0', /* "fwww7.com", true */ 'f', 'w', 'w', 'w', '7', '.', 'c', 'o', 'm', '\0', /* "fx24.uk", true */ 'f', 'x', '2', '4', '.', 'u', 'k', '\0', /* "fx5.de", true */ 'f', 'x', '5', '.', 'd', 'e', '\0', /* "fxopen.co.uk", true */ 'f', 'x', 'o', 'p', 'e', 'n', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "fxopen.com", true */ 'f', 'x', 'o', 'p', 'e', 'n', '.', 'c', 'o', 'm', '\0', /* "fxopen.com.au", true */ 'f', 'x', 'o', 'p', 'e', 'n', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "fxopen.com.br", true */ 'f', 'x', 'o', 'p', 'e', 'n', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', @@ -7445,16 +7444,17 @@ static const char kSTSHostTable[] = { /* "gandalfthefeline.com", true */ 'g', 'a', 'n', 'd', 'a', 'l', 'f', 't', 'h', 'e', 'f', 'e', 'l', 'i', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "gandgliquors.com", true */ 'g', 'a', 'n', 'd', 'g', 'l', 'i', 'q', 'u', 'o', 'r', 's', '.', 'c', 'o', 'm', '\0', /* "ganhonet.com.br", true */ 'g', 'a', 'n', 'h', 'o', 'n', 'e', 't', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "gapdirect.com", true */ 'g', 'a', 'p', 'd', 'i', 'r', 'e', 'c', 't', '.', 'c', 'o', 'm', '\0', /* "gar-nich.net", true */ 'g', 'a', 'r', '-', 'n', 'i', 'c', 'h', '.', 'n', 'e', 't', '\0', /* "garage-meynard.com", true */ 'g', 'a', 'r', 'a', 'g', 'e', '-', 'm', 'e', 'y', 'n', 'a', 'r', 'd', '.', 'c', 'o', 'm', '\0', /* "garageenginuity.com", true */ 'g', 'a', 'r', 'a', 'g', 'e', 'e', 'n', 'g', 'i', 'n', 'u', 'i', 't', 'y', '.', 'c', 'o', 'm', '\0', /* "garagegoossens.be", true */ 'g', 'a', 'r', 'a', 'g', 'e', 'g', 'o', 'o', 's', 's', 'e', 'n', 's', '.', 'b', 'e', '\0', + /* "garagemhermetica.org", true */ 'g', 'a', 'r', 'a', 'g', 'e', 'm', 'h', 'e', 'r', 'm', 'e', 't', 'i', 'c', 'a', '.', 'o', 'r', 'g', '\0', /* "garanteasy.com", true */ 'g', 'a', 'r', 'a', 'n', 't', 'e', 'a', 's', 'y', '.', 'c', 'o', 'm', '\0', /* "garantieabschluss.de", false */ 'g', 'a', 'r', 'a', 'n', 't', 'i', 'e', 'a', 'b', 's', 'c', 'h', 'l', 'u', 's', 's', '.', 'd', 'e', '\0', /* "garbage-juice.com", true */ 'g', 'a', 'r', 'b', 'a', 'g', 'e', '-', 'j', 'u', 'i', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "garcinia--cambogia.com", true */ 'g', 'a', 'r', 'c', 'i', 'n', 'i', 'a', '-', '-', 'c', 'a', 'm', 'b', 'o', 'g', 'i', 'a', '.', 'c', 'o', 'm', '\0', /* "garda-see.mobi", true */ 'g', 'a', 'r', 'd', 'a', '-', 's', 'e', 'e', '.', 'm', 'o', 'b', 'i', '\0', /* "garden-life.org", true */ 'g', 'a', 'r', 'd', 'e', 'n', '-', 'l', 'i', 'f', 'e', '.', 'o', 'r', 'g', '\0', /* "gardencarezone.com", true */ 'g', 'a', 'r', 'd', 'e', 'n', 'c', 'a', 'r', 'e', 'z', 'o', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "garderobche.eu", true */ 'g', 'a', 'r', 'd', 'e', 'r', 'o', 'b', 'c', 'h', 'e', '.', 'e', 'u', '\0', @@ -7605,17 +7605,17 @@ static const char kSTSHostTable[] = { /* "germandarknes.net", true */ 'g', 'e', 'r', 'm', 'a', 'n', 'd', 'a', 'r', 'k', 'n', 'e', 's', '.', 'n', 'e', 't', '\0', /* "germansoldiers.net", true */ 'g', 'e', 'r', 'm', 'a', 'n', 's', 'o', 'l', 'd', 'i', 'e', 'r', 's', '.', 'n', 'e', 't', '\0', /* "gernert-server.de", true */ 'g', 'e', 'r', 'n', 'e', 'r', 't', '-', 's', 'e', 'r', 'v', 'e', 'r', '.', 'd', 'e', '\0', /* "gerritcodereview.com", true */ 'g', 'e', 'r', 'r', 'i', 't', 'c', 'o', 'd', 'e', 'r', 'e', 'v', 'i', 'e', 'w', '.', 'c', 'o', 'm', '\0', /* "gers-authentique.com", true */ 'g', 'e', 'r', 's', '-', 'a', 'u', 't', 'h', 'e', 'n', 't', 'i', 'q', 'u', 'e', '.', 'c', 'o', 'm', '\0', /* "gerum.dynv6.net", true */ 'g', 'e', 'r', 'u', 'm', '.', 'd', 'y', 'n', 'v', '6', '.', 'n', 'e', 't', '\0', /* "gerwinvanderkamp.nl", true */ 'g', 'e', 'r', 'w', 'i', 'n', 'v', 'a', 'n', 'd', 'e', 'r', 'k', 'a', 'm', 'p', '.', 'n', 'l', '\0', /* "ges-bo.de", true */ 'g', 'e', 's', '-', 'b', 'o', '.', 'd', 'e', '\0', - /* "geschenkly.de", false */ 'g', 'e', 's', 'c', 'h', 'e', 'n', 'k', 'l', 'y', '.', 'd', 'e', '\0', + /* "geschenkly.de", true */ 'g', 'e', 's', 'c', 'h', 'e', 'n', 'k', 'l', 'y', '.', 'd', 'e', '\0', /* "geschmacksache.online", true */ 'g', 'e', 's', 'c', 'h', 'm', 'a', 'c', 'k', 's', 'a', 'c', 'h', 'e', '.', 'o', 'n', 'l', 'i', 'n', 'e', '\0', /* "geschwinder.net", true */ 'g', 'e', 's', 'c', 'h', 'w', 'i', 'n', 'd', 'e', 'r', '.', 'n', 'e', 't', '\0', /* "get-asterisk.ru", true */ 'g', 'e', 't', '-', 'a', 's', 't', 'e', 'r', 'i', 's', 'k', '.', 'r', 'u', '\0', /* "get-erp.ru", true */ 'g', 'e', 't', '-', 'e', 'r', 'p', '.', 'r', 'u', '\0', /* "get-on.bid", true */ 'g', 'e', 't', '-', 'o', 'n', '.', 'b', 'i', 'd', '\0', /* "get4x.com", true */ 'g', 'e', 't', '4', 'x', '.', 'c', 'o', 'm', '\0', /* "geta.pub", true */ 'g', 'e', 't', 'a', '.', 'p', 'u', 'b', '\0', /* "getbox.me", true */ 'g', 'e', 't', 'b', 'o', 'x', '.', 'm', 'e', '\0', @@ -7800,16 +7800,17 @@ static const char kSTSHostTable[] = { /* "gnunet.org", true */ 'g', 'n', 'u', 'n', 'e', 't', '.', 'o', 'r', 'g', '\0', /* "gnwp.eu", true */ 'g', 'n', 'w', 'p', '.', 'e', 'u', '\0', /* "gnylf.com", true */ 'g', 'n', 'y', 'l', 'f', '.', 'c', 'o', 'm', '\0', /* "go-zh.org", true */ 'g', 'o', '-', 'z', 'h', '.', 'o', 'r', 'g', '\0', /* "go.xero.com", false */ 'g', 'o', '.', 'x', 'e', 'r', 'o', '.', 'c', 'o', 'm', '\0', /* "go4it.solutions", true */ 'g', 'o', '4', 'i', 't', '.', 's', 'o', 'l', 'u', 't', 'i', 'o', 'n', 's', '\0', /* "goalbookapp.com", true */ 'g', 'o', 'a', 'l', 'b', 'o', 'o', 'k', 'a', 'p', 'p', '.', 'c', 'o', 'm', '\0', /* "goanalyse.co.uk", true */ 'g', 'o', 'a', 'n', 'a', 'l', 'y', 's', 'e', '.', 'c', 'o', '.', 'u', 'k', '\0', + /* "goapunks.net", true */ 'g', 'o', 'a', 'p', 'u', 'n', 'k', 's', '.', 'n', 'e', 't', '\0', /* "gocardless.com", true */ 'g', 'o', 'c', 'a', 'r', 'd', 'l', 'e', 's', 's', '.', 'c', 'o', 'm', '\0', /* "gocleanerslondon.co.uk", true */ 'g', 'o', 'c', 'l', 'e', 'a', 'n', 'e', 'r', 's', 'l', 'o', 'n', 'd', 'o', 'n', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "godesigner.ru", true */ 'g', 'o', 'd', 'e', 's', 'i', 'g', 'n', 'e', 'r', '.', 'r', 'u', '\0', /* "godrealms.com", true */ 'g', 'o', 'd', 'r', 'e', 'a', 'l', 'm', 's', '.', 'c', 'o', 'm', '\0', /* "godrive.ga", true */ 'g', 'o', 'd', 'r', 'i', 'v', 'e', '.', 'g', 'a', '\0', /* "godsofhell.com", true */ 'g', 'o', 'd', 's', 'o', 'f', 'h', 'e', 'l', 'l', '.', 'c', 'o', 'm', '\0', /* "godsofhell.de", true */ 'g', 'o', 'd', 's', 'o', 'f', 'h', 'e', 'l', 'l', '.', 'd', 'e', '\0', /* "goededoelkerstkaarten.nl", true */ 'g', 'o', 'e', 'd', 'e', 'd', 'o', 'e', 'l', 'k', 'e', 'r', 's', 't', 'k', 'a', 'a', 'r', 't', 'e', 'n', '.', 'n', 'l', '\0', @@ -7845,17 +7846,16 @@ static const char kSTSHostTable[] = { /* "gongjuhao.com", true */ 'g', 'o', 'n', 'g', 'j', 'u', 'h', 'a', 'o', '.', 'c', 'o', 'm', '\0', /* "gonkar.com", true */ 'g', 'o', 'n', 'k', 'a', 'r', '.', 'c', 'o', 'm', '\0', /* "goo.gl", true */ 'g', 'o', 'o', '.', 'g', 'l', '\0', /* "good-tips.pro", true */ 'g', 'o', 'o', 'd', '-', 't', 'i', 'p', 's', '.', 'p', 'r', 'o', '\0', /* "goodfurday.ca", true */ 'g', 'o', 'o', 'd', 'f', 'u', 'r', 'd', 'a', 'y', '.', 'c', 'a', '\0', /* "goodmengroup.de", true */ 'g', 'o', 'o', 'd', 'm', 'e', 'n', 'g', 'r', 'o', 'u', 'p', '.', 'd', 'e', '\0', /* "google", true */ 'g', 'o', 'o', 'g', 'l', 'e', '\0', /* "google-analytics.com", true */ 'g', 'o', 'o', 'g', 'l', 'e', '-', 'a', 'n', 'a', 'l', 'y', 't', 'i', 'c', 's', '.', 'c', 'o', 'm', '\0', - /* "google.ax", true */ 'g', 'o', 'o', 'g', 'l', 'e', '.', 'a', 'x', '\0', /* "googleandroid.cz", true */ 'g', 'o', 'o', 'g', 'l', 'e', 'a', 'n', 'd', 'r', 'o', 'i', 'd', '.', 'c', 'z', '\0', /* "googlemail.com", false */ 'g', 'o', 'o', 'g', 'l', 'e', 'm', 'a', 'i', 'l', '.', 'c', 'o', 'm', '\0', /* "googleplex.com", true */ 'g', 'o', 'o', 'g', 'l', 'e', 'p', 'l', 'e', 'x', '.', 'c', 'o', 'm', '\0', /* "googlesource.com", true */ 'g', 'o', 'o', 'g', 'l', 'e', 's', 'o', 'u', 'r', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "googley.fr", true */ 'g', 'o', 'o', 'g', 'l', 'e', 'y', '.', 'f', 'r', '\0', /* "goombi.fr", true */ 'g', 'o', 'o', 'm', 'b', 'i', '.', 'f', 'r', '\0', /* "goonersworld.co.uk", true */ 'g', 'o', 'o', 'n', 'e', 'r', 's', 'w', 'o', 'r', 'l', 'd', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "gopher.tk", true */ 'g', 'o', 'p', 'h', 'e', 'r', '.', 't', 'k', '\0', @@ -7864,17 +7864,16 @@ static const char kSTSHostTable[] = { /* "gordonobrecht.com", true */ 'g', 'o', 'r', 'd', 'o', 'n', 'o', 'b', 'r', 'e', 'c', 'h', 't', '.', 'c', 'o', 'm', '\0', /* "gorf.chat", true */ 'g', 'o', 'r', 'f', '.', 'c', 'h', 'a', 't', '\0', /* "gorf.club", true */ 'g', 'o', 'r', 'f', '.', 'c', 'l', 'u', 'b', '\0', /* "gorgiaxx.com", true */ 'g', 'o', 'r', 'g', 'i', 'a', 'x', 'x', '.', 'c', 'o', 'm', '\0', /* "gorillow.com", true */ 'g', 'o', 'r', 'i', 'l', 'l', 'o', 'w', '.', 'c', 'o', 'm', '\0', /* "gorky.media", true */ 'g', 'o', 'r', 'k', 'y', '.', 'm', 'e', 'd', 'i', 'a', '\0', /* "gorn.ch", true */ 'g', 'o', 'r', 'n', '.', 'c', 'h', '\0', /* "gorod74.ru", false */ 'g', 'o', 'r', 'o', 'd', '7', '4', '.', 'r', 'u', '\0', - /* "gorschenin.com", true */ 'g', 'o', 'r', 's', 'c', 'h', 'e', 'n', 'i', 'n', '.', 'c', 'o', 'm', '\0', /* "gosccs.com", true */ 'g', 'o', 's', 'c', 'c', 's', '.', 'c', 'o', 'm', '\0', /* "gosharewood.com", true */ 'g', 'o', 's', 'h', 'a', 'r', 'e', 'w', 'o', 'o', 'd', '.', 'c', 'o', 'm', '\0', /* "goshawkdb.io", true */ 'g', 'o', 's', 'h', 'a', 'w', 'k', 'd', 'b', '.', 'i', 'o', '\0', /* "goshop.cz", true */ 'g', 'o', 's', 'h', 'o', 'p', '.', 'c', 'z', '\0', /* "gospelofmark.ch", true */ 'g', 'o', 's', 'p', 'e', 'l', 'o', 'f', 'm', 'a', 'r', 'k', '.', 'c', 'h', '\0', /* "gospelvestcination.de", true */ 'g', 'o', 's', 'p', 'e', 'l', 'v', 'e', 's', 't', 'c', 'i', 'n', 'a', 't', 'i', 'o', 'n', '.', 'd', 'e', '\0', /* "gostudy.net", true */ 'g', 'o', 's', 't', 'u', 'd', 'y', '.', 'n', 'e', 't', '\0', /* "gosuland.org", true */ 'g', 'o', 's', 'u', 'l', 'a', 'n', 'd', '.', 'o', 'r', 'g', '\0', @@ -7885,20 +7884,20 @@ static const char kSTSHostTable[] = { /* "goto.msk.ru", true */ 'g', 'o', 't', 'o', '.', 'm', 's', 'k', '.', 'r', 'u', '\0', /* "goto.world", true */ 'g', 'o', 't', 'o', '.', 'w', 'o', 'r', 'l', 'd', '\0', /* "gotomi.info", true */ 'g', 'o', 't', 'o', 'm', 'i', '.', 'i', 'n', 'f', 'o', '\0', /* "gotoxy.at", true */ 'g', 'o', 't', 'o', 'x', 'y', '.', 'a', 't', '\0', /* "goudenharynck.be", true */ 'g', 'o', 'u', 'd', 'e', 'n', 'h', 'a', 'r', 'y', 'n', 'c', 'k', '.', 'b', 'e', '\0', /* "gouldcooksey.com", true */ 'g', 'o', 'u', 'l', 'd', 'c', 'o', 'o', 'k', 's', 'e', 'y', '.', 'c', 'o', 'm', '\0', /* "gourmettia.com", true */ 'g', 'o', 'u', 'r', 'm', 'e', 't', 't', 'i', 'a', '.', 'c', 'o', 'm', '\0', /* "gouthro-goteborg.se", true */ 'g', 'o', 'u', 't', 'h', 'r', 'o', '-', 'g', 'o', 't', 'e', 'b', 'o', 'r', 'g', '.', 's', 'e', '\0', - /* "gouv.ovh", true */ 'g', 'o', 'u', 'v', '.', 'o', 'v', 'h', '\0', /* "governmentjobs.gov", true */ 'g', 'o', 'v', 'e', 'r', 'n', 'm', 'e', 'n', 't', 'j', 'o', 'b', 's', '.', 'g', 'o', 'v', '\0', /* "governorhub.com", true */ 'g', 'o', 'v', 'e', 'r', 'n', 'o', 'r', 'h', 'u', 'b', '.', 'c', 'o', 'm', '\0', /* "govtrack.us", true */ 'g', 'o', 'v', 't', 'r', 'a', 'c', 'k', '.', 'u', 's', '\0', + /* "gowe.wang", false */ 'g', 'o', 'w', 'e', '.', 'w', 'a', 'n', 'g', '\0', /* "gpcsolutions.fr", true */ 'g', 'p', 'c', 's', 'o', 'l', 'u', 't', 'i', 'o', 'n', 's', '.', 'f', 'r', '\0', /* "gpfclan.de", true */ 'g', 'p', 'f', 'c', 'l', 'a', 'n', '.', 'd', 'e', '\0', /* "gplintegratedit.com", true */ 'g', 'p', 'l', 'i', 'n', 't', 'e', 'g', 'r', 'a', 't', 'e', 'd', 'i', 't', '.', 'c', 'o', 'm', '\0', /* "gpo.gov", false */ 'g', 'p', 'o', '.', 'g', 'o', 'v', '\0', /* "gprs.uk.com", true */ 'g', 'p', 'r', 's', '.', 'u', 'k', '.', 'c', 'o', 'm', '\0', /* "gps.com.br", true */ 'g', 'p', 's', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "gpsarena.ro", true */ 'g', 'p', 's', 'a', 'r', 'e', 'n', 'a', '.', 'r', 'o', '\0', /* "gpsvideocanada.com", true */ 'g', 'p', 's', 'v', 'i', 'd', 'e', 'o', 'c', 'a', 'n', 'a', 'd', 'a', '.', 'c', 'o', 'm', '\0', @@ -8155,16 +8154,17 @@ static const char kSTSHostTable[] = { /* "h001.ru", true */ 'h', '0', '0', '1', '.', 'r', 'u', '\0', /* "h11.io", true */ 'h', '1', '1', '.', 'i', 'o', '\0', /* "h11.moe", true */ 'h', '1', '1', '.', 'm', 'o', 'e', '\0', /* "h2u.tv", true */ 'h', '2', 'u', '.', 't', 'v', '\0', /* "h3artbl33d.nl", true */ 'h', '3', 'a', 'r', 't', 'b', 'l', '3', '3', 'd', '.', 'n', 'l', '\0', /* "h3x.jp", true */ 'h', '3', 'x', '.', 'j', 'p', '\0', /* "h3z.jp", true */ 'h', '3', 'z', '.', 'j', 'p', '\0', /* "h404bi.com", false */ 'h', '4', '0', '4', 'b', 'i', '.', 'c', 'o', 'm', '\0', + /* "haavard.me", true */ 'h', 'a', 'a', 'v', 'a', 'r', 'd', '.', 'm', 'e', '\0', /* "habarisoft.com", true */ 'h', 'a', 'b', 'a', 'r', 'i', 's', 'o', 'f', 't', '.', 'c', 'o', 'm', '\0', /* "habbos.es", true */ 'h', 'a', 'b', 'b', 'o', 's', '.', 'e', 's', '\0', /* "habtium.com", true */ 'h', 'a', 'b', 't', 'i', 'u', 'm', '.', 'c', 'o', 'm', '\0', /* "habtium.es", true */ 'h', 'a', 'b', 't', 'i', 'u', 'm', '.', 'e', 's', '\0', /* "hachre.de", true */ 'h', 'a', 'c', 'h', 'r', 'e', '.', 'd', 'e', '\0', /* "hack.cz", true */ 'h', 'a', 'c', 'k', '.', 'c', 'z', '\0', /* "hackademix.net", true */ 'h', 'a', 'c', 'k', 'a', 'd', 'e', 'm', 'i', 'x', '.', 'n', 'e', 't', '\0', /* "hackanders.com", true */ 'h', 'a', 'c', 'k', 'a', 'n', 'd', 'e', 'r', 's', '.', 'c', 'o', 'm', '\0', @@ -8182,17 +8182,16 @@ static const char kSTSHostTable[] = { /* "hackerone-user-content.com", true */ 'h', 'a', 'c', 'k', 'e', 'r', 'o', 'n', 'e', '-', 'u', 's', 'e', 'r', '-', 'c', 'o', 'n', 't', 'e', 'n', 't', '.', 'c', 'o', 'm', '\0', /* "hackerone.com", true */ 'h', 'a', 'c', 'k', 'e', 'r', 'o', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "hackerone.net", true */ 'h', 'a', 'c', 'k', 'e', 'r', 'o', 'n', 'e', '.', 'n', 'e', 't', '\0', /* "hackerpoints.com", true */ 'h', 'a', 'c', 'k', 'e', 'r', 'p', 'o', 'i', 'n', 't', 's', '.', 'c', 'o', 'm', '\0', /* "hackerstxt.org", true */ 'h', 'a', 'c', 'k', 'e', 'r', 's', 't', 'x', 't', '.', 'o', 'r', 'g', '\0', /* "hackgins.com", true */ 'h', 'a', 'c', 'k', 'g', 'i', 'n', 's', '.', 'c', 'o', 'm', '\0', /* "hackingdh.com", true */ 'h', 'a', 'c', 'k', 'i', 'n', 'g', 'd', 'h', '.', 'c', 'o', 'm', '\0', /* "hackmd.io", true */ 'h', 'a', 'c', 'k', 'm', 'd', '.', 'i', 'o', '\0', - /* "hackroyale.xyz", true */ 'h', 'a', 'c', 'k', 'r', 'o', 'y', 'a', 'l', 'e', '.', 'x', 'y', 'z', '\0', /* "hacksnack.io", true */ 'h', 'a', 'c', 'k', 's', 'n', 'a', 'c', 'k', '.', 'i', 'o', '\0', /* "hackthissite.org", true */ 'h', 'a', 'c', 'k', 't', 'h', 'i', 's', 's', 'i', 't', 'e', '.', 'o', 'r', 'g', '\0', /* "hacktivis.me", true */ 'h', 'a', 'c', 'k', 't', 'i', 'v', 'i', 's', '.', 'm', 'e', '\0', /* "hackyourfaceoff.com", true */ 'h', 'a', 'c', 'k', 'y', 'o', 'u', 'r', 'f', 'a', 'c', 'e', 'o', 'f', 'f', '.', 'c', 'o', 'm', '\0', /* "hadaf.pro", true */ 'h', 'a', 'd', 'a', 'f', '.', 'p', 'r', 'o', '\0', /* "hadleighswimmingclub.co.uk", true */ 'h', 'a', 'd', 'l', 'e', 'i', 'g', 'h', 's', 'w', 'i', 'm', 'm', 'i', 'n', 'g', 'c', 'l', 'u', 'b', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "hadouk.in", true */ 'h', 'a', 'd', 'o', 'u', 'k', '.', 'i', 'n', '\0', /* "hadrons.org", true */ 'h', 'a', 'd', 'r', 'o', 'n', 's', '.', 'o', 'r', 'g', '\0', @@ -8325,16 +8324,17 @@ static const char kSTSHostTable[] = { /* "hashplex.com", true */ 'h', 'a', 's', 'h', 'p', 'l', 'e', 'x', '.', 'c', 'o', 'm', '\0', /* "hashru.nl", true */ 'h', 'a', 's', 'h', 'r', 'u', '.', 'n', 'l', '\0', /* "hashworks.net", true */ 'h', 'a', 's', 'h', 'w', 'o', 'r', 'k', 's', '.', 'n', 'e', 't', '\0', /* "haskovec.com", true */ 'h', 'a', 's', 'k', 'o', 'v', 'e', 'c', '.', 'c', 'o', 'm', '\0', /* "hasselbach-dellwig.de", true */ 'h', 'a', 's', 's', 'e', 'l', 'b', 'a', 'c', 'h', '-', 'd', 'e', 'l', 'l', 'w', 'i', 'g', '.', 'd', 'e', '\0', /* "hatcherlawgroupnm.com", true */ 'h', 'a', 't', 'c', 'h', 'e', 'r', 'l', 'a', 'w', 'g', 'r', 'o', 'u', 'p', 'n', 'm', '.', 'c', 'o', 'm', '\0', /* "hatethe.uk", true */ 'h', 'a', 't', 'e', 't', 'h', 'e', '.', 'u', 'k', '\0', /* "hatisenang.com", true */ 'h', 'a', 't', 'i', 's', 'e', 'n', 'a', 'n', 'g', '.', 'c', 'o', 'm', '\0', + /* "haucke.xyz", true */ 'h', 'a', 'u', 'c', 'k', 'e', '.', 'x', 'y', 'z', '\0', /* "hauntedfishtank.com", false */ 'h', 'a', 'u', 'n', 't', 'e', 'd', 'f', 'i', 's', 'h', 't', 'a', 'n', 'k', '.', 'c', 'o', 'm', '\0', /* "hauntedhouserecords.co.uk", true */ 'h', 'a', 'u', 'n', 't', 'e', 'd', 'h', 'o', 'u', 's', 'e', 'r', 'e', 'c', 'o', 'r', 'd', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "haus-garten-test.de", true */ 'h', 'a', 'u', 's', '-', 'g', 'a', 'r', 't', 'e', 'n', '-', 't', 'e', 's', 't', '.', 'd', 'e', '\0', /* "hausverbrauch.de", true */ 'h', 'a', 'u', 's', 'v', 'e', 'r', 'b', 'r', 'a', 'u', 'c', 'h', '.', 'd', 'e', '\0', /* "hautarztzentrum.ch", true */ 'h', 'a', 'u', 't', 'a', 'r', 'z', 't', 'z', 'e', 'n', 't', 'r', 'u', 'm', '.', 'c', 'h', '\0', /* "hauteslatitudes.com", true */ 'h', 'a', 'u', 't', 'e', 's', 'l', 'a', 't', 'i', 't', 'u', 'd', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "havefunbiking.com", true */ 'h', 'a', 'v', 'e', 'f', 'u', 'n', 'b', 'i', 'k', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "haveibeenpwned.com", true */ 'h', 'a', 'v', 'e', 'i', 'b', 'e', 'e', 'n', 'p', 'w', 'n', 'e', 'd', '.', 'c', 'o', 'm', '\0', @@ -8364,16 +8364,17 @@ static const char kSTSHostTable[] = { /* "hd-only.org", true */ 'h', 'd', '-', 'o', 'n', 'l', 'y', '.', 'o', 'r', 'g', '\0', /* "hd-outillage.com", true */ 'h', 'd', '-', 'o', 'u', 't', 'i', 'l', 'l', 'a', 'g', 'e', '.', 'c', 'o', 'm', '\0', /* "hda.me", true */ 'h', 'd', 'a', '.', 'm', 'e', '\0', /* "hdc.cz", true */ 'h', 'd', 'c', '.', 'c', 'z', '\0', /* "hdcenter.cc", true */ 'h', 'd', 'c', 'e', 'n', 't', 'e', 'r', '.', 'c', 'c', '\0', /* "hdeaves.uk", true */ 'h', 'd', 'e', 'a', 'v', 'e', 's', '.', 'u', 'k', '\0', /* "hdf.world", true */ 'h', 'd', 'f', '.', 'w', 'o', 'r', 'l', 'd', '\0', /* "hdfgroup.org", true */ 'h', 'd', 'f', 'g', 'r', 'o', 'u', 'p', '.', 'o', 'r', 'g', '\0', + /* "hdhoang.space", true */ 'h', 'd', 'h', 'o', 'a', 'n', 'g', '.', 's', 'p', 'a', 'c', 'e', '\0', /* "hdm.io", true */ 'h', 'd', 'm', '.', 'i', 'o', '\0', /* "hdrsource.com", true */ 'h', 'd', 'r', 's', 'o', 'u', 'r', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "hdrtranscon.com", true */ 'h', 'd', 'r', 't', 'r', 'a', 'n', 's', 'c', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "hds-lan.de", true */ 'h', 'd', 's', '-', 'l', 'a', 'n', '.', 'd', 'e', '\0', /* "hdserver.info", true */ 'h', 'd', 's', 'e', 'r', 'v', 'e', 'r', '.', 'i', 'n', 'f', 'o', '\0', /* "hdwallpapers.net", true */ 'h', 'd', 'w', 'a', 'l', 'l', 'p', 'a', 'p', 'e', 'r', 's', '.', 'n', 'e', 't', '\0', /* "hdy.nz", true */ 'h', 'd', 'y', '.', 'n', 'z', '\0', /* "head-shop.lt", true */ 'h', 'e', 'a', 'd', '-', 's', 'h', 'o', 'p', '.', 'l', 't', '\0', @@ -8390,17 +8391,16 @@ static const char kSTSHostTable[] = { /* "healthjoy.com", true */ 'h', 'e', 'a', 'l', 't', 'h', 'j', 'o', 'y', '.', 'c', 'o', 'm', '\0', /* "healthyandnaturalliving.com", true */ 'h', 'e', 'a', 'l', 't', 'h', 'y', 'a', 'n', 'd', 'n', 'a', 't', 'u', 'r', 'a', 'l', 'l', 'i', 'v', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "healthyfitfood.com", true */ 'h', 'e', 'a', 'l', 't', 'h', 'y', 'f', 'i', 't', 'f', 'o', 'o', 'd', '.', 'c', 'o', 'm', '\0', /* "heartgames.pl", true */ 'h', 'e', 'a', 'r', 't', 'g', 'a', 'm', 'e', 's', '.', 'p', 'l', '\0', /* "heartmdinstitute.com", true */ 'h', 'e', 'a', 'r', 't', 'm', 'd', 'i', 'n', 's', 't', 'i', 't', 'u', 't', 'e', '.', 'c', 'o', 'm', '\0', /* "heartsucker.com", true */ 'h', 'e', 'a', 'r', 't', 's', 'u', 'c', 'k', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "hearttruth.gov", true */ 'h', 'e', 'a', 'r', 't', 't', 'r', 'u', 't', 'h', '.', 'g', 'o', 'v', '\0', /* "hearty.blog", true */ 'h', 'e', 'a', 'r', 't', 'y', '.', 'b', 'l', 'o', 'g', '\0', - /* "hearty.ga", true */ 'h', 'e', 'a', 'r', 't', 'y', '.', 'g', 'a', '\0', /* "hearty.ink", true */ 'h', 'e', 'a', 'r', 't', 'y', '.', 'i', 'n', 'k', '\0', /* "hearty.me", true */ 'h', 'e', 'a', 'r', 't', 'y', '.', 'm', 'e', '\0', /* "heartycraft.com", true */ 'h', 'e', 'a', 'r', 't', 'y', 'c', 'r', 'a', 'f', 't', '.', 'c', 'o', 'm', '\0', /* "heavenlysmokenc.com", true */ 'h', 'e', 'a', 'v', 'e', 'n', 'l', 'y', 's', 'm', 'o', 'k', 'e', 'n', 'c', '.', 'c', 'o', 'm', '\0', /* "heavensattic.co.uk", true */ 'h', 'e', 'a', 'v', 'e', 'n', 's', 'a', 't', 't', 'i', 'c', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "heavensinferno.net", true */ 'h', 'e', 'a', 'v', 'e', 'n', 's', 'i', 'n', 'f', 'e', 'r', 'n', 'o', '.', 'n', 'e', 't', '\0', /* "heavyequipments.org", true */ 'h', 'e', 'a', 'v', 'y', 'e', 'q', 'u', 'i', 'p', 'm', 'e', 'n', 't', 's', '.', 'o', 'r', 'g', '\0', /* "heavystresser.com", true */ 'h', 'e', 'a', 'v', 'y', 's', 't', 'r', 'e', 's', 's', 'e', 'r', '.', 'c', 'o', 'm', '\0', @@ -8478,16 +8478,17 @@ static const char kSTSHostTable[] = { /* "hemlockhillscabinrentals.com", true */ 'h', 'e', 'm', 'l', 'o', 'c', 'k', 'h', 'i', 'l', 'l', 's', 'c', 'a', 'b', 'i', 'n', 'r', 'e', 'n', 't', 'a', 'l', 's', '.', 'c', 'o', 'm', '\0', /* "hendyisaac.com", true */ 'h', 'e', 'n', 'd', 'y', 'i', 's', 'a', 'a', 'c', '.', 'c', 'o', 'm', '\0', /* "hengelsportdeal.com", true */ 'h', 'e', 'n', 'g', 'e', 'l', 's', 'p', 'o', 'r', 't', 'd', 'e', 'a', 'l', '.', 'c', 'o', 'm', '\0', /* "henkverlinde.com", false */ 'h', 'e', 'n', 'k', 'v', 'e', 'r', 'l', 'i', 'n', 'd', 'e', '.', 'c', 'o', 'm', '\0', /* "hennadesigns.org", true */ 'h', 'e', 'n', 'n', 'a', 'd', 'e', 's', 'i', 'g', 'n', 's', '.', 'o', 'r', 'g', '\0', /* "hennecke-forstbetrieb.de", true */ 'h', 'e', 'n', 'n', 'e', 'c', 'k', 'e', '-', 'f', 'o', 'r', 's', 't', 'b', 'e', 't', 'r', 'i', 'e', 'b', '.', 'd', 'e', '\0', /* "hennymerkel.com", true */ 'h', 'e', 'n', 'n', 'y', 'm', 'e', 'r', 'k', 'e', 'l', '.', 'c', 'o', 'm', '\0', /* "henok.eu", true */ 'h', 'e', 'n', 'o', 'k', '.', 'e', 'u', '\0', + /* "henriknoerr.com", true */ 'h', 'e', 'n', 'r', 'i', 'k', 'n', 'o', 'e', 'r', 'r', '.', 'c', 'o', 'm', '\0', /* "henriksen.is", true */ 'h', 'e', 'n', 'r', 'i', 'k', 's', 'e', 'n', '.', 'i', 's', '\0', /* "henrock.net", true */ 'h', 'e', 'n', 'r', 'o', 'c', 'k', '.', 'n', 'e', 't', '\0', /* "henry.gg", true */ 'h', 'e', 'n', 'r', 'y', '.', 'g', 'g', '\0', /* "henryphan.com", false */ 'h', 'e', 'n', 'r', 'y', 'p', 'h', 'a', 'n', '.', 'c', 'o', 'm', '\0', /* "hentai.design", true */ 'h', 'e', 'n', 't', 'a', 'i', '.', 'd', 'e', 's', 'i', 'g', 'n', '\0', /* "hentaimaster.net", true */ 'h', 'e', 'n', 't', 'a', 'i', 'm', 'a', 's', 't', 'e', 'r', '.', 'n', 'e', 't', '\0', /* "hentschke-bau.de", true */ 'h', 'e', 'n', 't', 's', 'c', 'h', 'k', 'e', '-', 'b', 'a', 'u', '.', 'd', 'e', '\0', /* "hentschke-betonfertigteilwerk.de", true */ 'h', 'e', 'n', 't', 's', 'c', 'h', 'k', 'e', '-', 'b', 'e', 't', 'o', 'n', 'f', 'e', 'r', 't', 'i', 'g', 't', 'e', 'i', 'l', 'w', 'e', 'r', 'k', '.', 'd', 'e', '\0', @@ -8768,16 +8769,17 @@ static const char kSTSHostTable[] = { /* "houseinvestor.com", true */ 'h', 'o', 'u', 's', 'e', 'i', 'n', 'v', 'e', 's', 't', 'o', 'r', '.', 'c', 'o', 'm', '\0', /* "houser.lu", true */ 'h', 'o', 'u', 's', 'e', 'r', '.', 'l', 'u', '\0', /* "houstonapartmentinsiders.com", true */ 'h', 'o', 'u', 's', 't', 'o', 'n', 'a', 'p', 'a', 'r', 't', 'm', 'e', 'n', 't', 'i', 'n', 's', 'i', 'd', 'e', 'r', 's', '.', 'c', 'o', 'm', '\0', /* "how2fsbo.com", true */ 'h', 'o', 'w', '2', 'f', 's', 'b', 'o', '.', 'c', 'o', 'm', '\0', /* "how2play.pl", true */ 'h', 'o', 'w', '2', 'p', 'l', 'a', 'y', '.', 'p', 'l', '\0', /* "howbehealthy.com", true */ 'h', 'o', 'w', 'b', 'e', 'h', 'e', 'a', 'l', 't', 'h', 'y', '.', 'c', 'o', 'm', '\0', /* "howbigismybuilding.com", true */ 'h', 'o', 'w', 'b', 'i', 'g', 'i', 's', 'm', 'y', 'b', 'u', 'i', 'l', 'd', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "howfargames.com", true */ 'h', 'o', 'w', 'f', 'a', 'r', 'g', 'a', 'm', 'e', 's', '.', 'c', 'o', 'm', '\0', + /* "howlongtobeatsteam.com", true */ 'h', 'o', 'w', 'l', 'o', 'n', 'g', 't', 'o', 'b', 'e', 'a', 't', 's', 't', 'e', 'a', 'm', '.', 'c', 'o', 'm', '\0', /* "howsecureismypassword.net", true */ 'h', 'o', 'w', 's', 'e', 'c', 'u', 'r', 'e', 'i', 's', 'm', 'y', 'p', 'a', 's', 's', 'w', 'o', 'r', 'd', '.', 'n', 'e', 't', '\0', /* "howsmyssl.com", true */ 'h', 'o', 'w', 's', 'm', 'y', 's', 's', 'l', '.', 'c', 'o', 'm', '\0', /* "howsmytls.com", true */ 'h', 'o', 'w', 's', 'm', 'y', 't', 'l', 's', '.', 'c', 'o', 'm', '\0', /* "howsyourhealth.org", true */ 'h', 'o', 'w', 's', 'y', 'o', 'u', 'r', 'h', 'e', 'a', 'l', 't', 'h', '.', 'o', 'r', 'g', '\0', /* "howtofreelance.com", true */ 'h', 'o', 'w', 't', 'o', 'f', 'r', 'e', 'e', 'l', 'a', 'n', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "howtogeek.com", true */ 'h', 'o', 'w', 't', 'o', 'g', 'e', 'e', 'k', '.', 'c', 'o', 'm', '\0', /* "howtolaser.com", true */ 'h', 'o', 'w', 't', 'o', 'l', 'a', 's', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "hozana.si", false */ 'h', 'o', 'z', 'a', 'n', 'a', '.', 's', 'i', '\0', @@ -9124,16 +9126,17 @@ static const char kSTSHostTable[] = { /* "image-drive.de", true */ 'i', 'm', 'a', 'g', 'e', '-', 'd', 'r', 'i', 'v', 'e', '.', 'd', 'e', '\0', /* "imagefu.com", true */ 'i', 'm', 'a', 'g', 'e', 'f', 'u', '.', 'c', 'o', 'm', '\0', /* "imagescostumes.com", true */ 'i', 'm', 'a', 'g', 'e', 's', 'c', 'o', 's', 't', 'u', 'm', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "imaginair.es", true */ 'i', 'm', 'a', 'g', 'i', 'n', 'a', 'i', 'r', '.', 'e', 's', '\0', /* "imaginary.ca", true */ 'i', 'm', 'a', 'g', 'i', 'n', 'a', 'r', 'y', '.', 'c', 'a', '\0', /* "imaginarymakings.me", true */ 'i', 'm', 'a', 'g', 'i', 'n', 'a', 'r', 'y', 'm', 'a', 'k', 'i', 'n', 'g', 's', '.', 'm', 'e', '\0', /* "imagine-programming.com", true */ 'i', 'm', 'a', 'g', 'i', 'n', 'e', '-', 'p', 'r', 'o', 'g', 'r', 'a', 'm', 'm', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "imagr.io", true */ 'i', 'm', 'a', 'g', 'r', '.', 'i', 'o', '\0', + /* "imakepoems.net", true */ 'i', 'm', 'a', 'k', 'e', 'p', 'o', 'e', 'm', 's', '.', 'n', 'e', 't', '\0', /* "imanhearts.com", true */ 'i', 'm', 'a', 'n', 'h', 'e', 'a', 'r', 't', 's', '.', 'c', 'o', 'm', '\0', /* "imanudin.net", true */ 'i', 'm', 'a', 'n', 'u', 'd', 'i', 'n', '.', 'n', 'e', 't', '\0', /* "imbrian.org", true */ 'i', 'm', 'b', 'r', 'i', 'a', 'n', '.', 'o', 'r', 'g', '\0', /* "imbushuo.net", true */ 'i', 'm', 'b', 'u', 's', 'h', 'u', 'o', '.', 'n', 'e', 't', '\0', /* "imed.com.pt", true */ 'i', 'm', 'e', 'd', '.', 'c', 'o', 'm', '.', 'p', 't', '\0', /* "imed.pt", true */ 'i', 'm', 'e', 'd', '.', 'p', 't', '\0', /* "imedi.co.uk", true */ 'i', 'm', 'e', 'd', 'i', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "imedi.it", true */ 'i', 'm', 'e', 'd', 'i', '.', 'i', 't', '\0', @@ -9470,16 +9473,17 @@ static const char kSTSHostTable[] = { /* "ipv6.watch", true */ 'i', 'p', 'v', '6', '.', 'w', 'a', 't', 'c', 'h', '\0', /* "ipv6vpn.net", true */ 'i', 'p', 'v', '6', 'v', 'p', 'n', '.', 'n', 'e', 't', '\0', /* "ipvsec.nl", true */ 'i', 'p', 'v', 's', 'e', 'c', '.', 'n', 'l', '\0', /* "iqboxy.com", true */ 'i', 'q', 'b', 'o', 'x', 'y', '.', 'c', 'o', 'm', '\0', /* "iqsmn.org", true */ 'i', 'q', 's', 'm', 'n', '.', 'o', 'r', 'g', '\0', /* "iranianholiday.com", true */ 'i', 'r', 'a', 'n', 'i', 'a', 'n', 'h', 'o', 'l', 'i', 'd', 'a', 'y', '.', 'c', 'o', 'm', '\0', /* "irc-results.com", true */ 'i', 'r', 'c', '-', 'r', 'e', 's', 'u', 'l', 't', 's', '.', 'c', 'o', 'm', '\0', /* "ircmett.de", true */ 'i', 'r', 'c', 'm', 'e', 't', 't', '.', 'd', 'e', '\0', + /* "iready.ro", true */ 'i', 'r', 'e', 'a', 'd', 'y', '.', 'r', 'o', '\0', /* "ireef.tv", true */ 'i', 'r', 'e', 'e', 'f', '.', 't', 'v', '\0', /* "irenekauer.com", true */ 'i', 'r', 'e', 'n', 'e', 'k', 'a', 'u', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "irf2.pl", true */ 'i', 'r', 'f', '2', '.', 'p', 'l', '\0', /* "irgit.pl", true */ 'i', 'r', 'g', 'i', 't', '.', 'p', 'l', '\0', /* "iridiumbrowser.de", true */ 'i', 'r', 'i', 'd', 'i', 'u', 'm', 'b', 'r', 'o', 'w', 's', 'e', 'r', '.', 'd', 'e', '\0', /* "iridiumflare.de", true */ 'i', 'r', 'i', 'd', 'i', 'u', 'm', 'f', 'l', 'a', 'r', 'e', '.', 'd', 'e', '\0', /* "irinkeby.nu", true */ 'i', 'r', 'i', 'n', 'k', 'e', 'b', 'y', '.', 'n', 'u', '\0', /* "iriomote.com", true */ 'i', 'r', 'i', 'o', 'm', 'o', 't', 'e', '.', 'c', 'o', 'm', '\0', @@ -9794,17 +9798,16 @@ static const char kSTSHostTable[] = { /* "jaredbates.net", false */ 'j', 'a', 'r', 'e', 'd', 'b', 'a', 't', 'e', 's', '.', 'n', 'e', 't', '\0', /* "jaredeberle.org", false */ 'j', 'a', 'r', 'e', 'd', 'e', 'b', 'e', 'r', 'l', 'e', '.', 'o', 'r', 'g', '\0', /* "jaredfernandez.com", true */ 'j', 'a', 'r', 'e', 'd', 'f', 'e', 'r', 'n', 'a', 'n', 'd', 'e', 'z', '.', 'c', 'o', 'm', '\0', /* "jaredfraser.com", true */ 'j', 'a', 'r', 'e', 'd', 'f', 'r', 'a', 's', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "jarl.ninja", true */ 'j', 'a', 'r', 'l', '.', 'n', 'i', 'n', 'j', 'a', '\0', /* "jarondl.net", true */ 'j', 'a', 'r', 'o', 'n', 'd', 'l', '.', 'n', 'e', 't', '\0', /* "jarrettgraham.com", true */ 'j', 'a', 'r', 'r', 'e', 't', 't', 'g', 'r', 'a', 'h', 'a', 'm', '.', 'c', 'o', 'm', '\0', /* "jarroba.com", true */ 'j', 'a', 'r', 'r', 'o', 'b', 'a', '.', 'c', 'o', 'm', '\0', - /* "jartza.org", true */ 'j', 'a', 'r', 't', 'z', 'a', '.', 'o', 'r', 'g', '\0', /* "jasl.works", true */ 'j', 'a', 's', 'l', '.', 'w', 'o', 'r', 'k', 's', '\0', /* "jasonamorrow.com", true */ 'j', 'a', 's', 'o', 'n', 'a', 'm', 'o', 'r', 'r', 'o', 'w', '.', 'c', 'o', 'm', '\0', /* "jasonian-photo.com", true */ 'j', 'a', 's', 'o', 'n', 'i', 'a', 'n', '-', 'p', 'h', 'o', 't', 'o', '.', 'c', 'o', 'm', '\0', /* "jasonrobinson.me", true */ 'j', 'a', 's', 'o', 'n', 'r', 'o', 'b', 'i', 'n', 's', 'o', 'n', '.', 'm', 'e', '\0', /* "jasonwindholz.com", true */ 'j', 'a', 's', 'o', 'n', 'w', 'i', 'n', 'd', 'h', 'o', 'l', 'z', '.', 'c', 'o', 'm', '\0', /* "jasperespejo.com", true */ 'j', 'a', 's', 'p', 'e', 'r', 'e', 's', 'p', 'e', 'j', 'o', '.', 'c', 'o', 'm', '\0', /* "jasperhammink.com", true */ 'j', 'a', 's', 'p', 'e', 'r', 'h', 'a', 'm', 'm', 'i', 'n', 'k', '.', 'c', 'o', 'm', '\0', /* "jasperhuttenmedia.com", true */ 'j', 'a', 's', 'p', 'e', 'r', 'h', 'u', 't', 't', 'e', 'n', 'm', 'e', 'd', 'i', 'a', '.', 'c', 'o', 'm', '\0', @@ -9824,16 +9827,18 @@ static const char kSTSHostTable[] = { /* "jazz-alliance.com", true */ 'j', 'a', 'z', 'z', '-', 'a', 'l', 'l', 'i', 'a', 'n', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "jazz-alliance.org", true */ 'j', 'a', 'z', 'z', '-', 'a', 'l', 'l', 'i', 'a', 'n', 'c', 'e', '.', 'o', 'r', 'g', '\0', /* "jazzanet.com", true */ 'j', 'a', 'z', 'z', 'a', 'n', 'e', 't', '.', 'c', 'o', 'm', '\0', /* "jazzinutrecht.info", true */ 'j', 'a', 'z', 'z', 'i', 'n', 'u', 't', 'r', 'e', 'c', 'h', 't', '.', 'i', 'n', 'f', 'o', '\0', /* "jazzncheese.com", true */ 'j', 'a', 'z', 'z', 'n', 'c', 'h', 'e', 'e', 's', 'e', '.', 'c', 'o', 'm', '\0', /* "jazzy.pro", true */ 'j', 'a', 'z', 'z', 'y', '.', 'p', 'r', 'o', '\0', /* "jazzysumi.com", true */ 'j', 'a', 'z', 'z', 'y', 's', 'u', 'm', 'i', '.', 'c', 'o', 'm', '\0', /* "jbbd.fr", true */ 'j', 'b', 'b', 'd', '.', 'f', 'r', '\0', + /* "jbelien.be", true */ 'j', 'b', 'e', 'l', 'i', 'e', 'n', '.', 'b', 'e', '\0', + /* "jbelien.photography", true */ 'j', 'b', 'e', 'l', 'i', 'e', 'n', '.', 'p', 'h', 'o', 't', 'o', 'g', 'r', 'a', 'p', 'h', 'y', '\0', /* "jbradaric.me", true */ 'j', 'b', 'r', 'a', 'd', 'a', 'r', 'i', 'c', '.', 'm', 'e', '\0', /* "jcaicedo.com", true */ 'j', 'c', 'a', 'i', 'c', 'e', 'd', 'o', '.', 'c', 'o', 'm', '\0', /* "jcaicedo.tk", true */ 'j', 'c', 'a', 'i', 'c', 'e', 'd', 'o', '.', 't', 'k', '\0', /* "jccars-occasions.be", true */ 'j', 'c', 'c', 'a', 'r', 's', '-', 'o', 'c', 'c', 'a', 's', 'i', 'o', 'n', 's', '.', 'b', 'e', '\0', /* "jccrew.org", true */ 'j', 'c', 'c', 'r', 'e', 'w', '.', 'o', 'r', 'g', '\0', /* "jcf-office.com", true */ 'j', 'c', 'f', '-', 'o', 'f', 'f', 'i', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "jcraft.us", true */ 'j', 'c', 'r', 'a', 'f', 't', '.', 'u', 's', '\0', /* "jcwodan.nl", true */ 'j', 'c', 'w', 'o', 'd', 'a', 'n', '.', 'n', 'l', '\0', @@ -9954,17 +9959,16 @@ static const char kSTSHostTable[] = { /* "jkrippen.com", true */ 'j', 'k', 'r', 'i', 'p', 'p', 'e', 'n', '.', 'c', 'o', 'm', '\0', /* "jlhmedia.com", true */ 'j', 'l', 'h', 'm', 'e', 'd', 'i', 'a', '.', 'c', 'o', 'm', '\0', /* "jlkhosting.com", true */ 'j', 'l', 'k', 'h', 'o', 's', 't', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "jlr-luxembourg.com", true */ 'j', 'l', 'r', '-', 'l', 'u', 'x', 'e', 'm', 'b', 'o', 'u', 'r', 'g', '.', 'c', 'o', 'm', '\0', /* "jm-bea.net", true */ 'j', 'm', '-', 'b', 'e', 'a', '.', 'n', 'e', 't', '\0', /* "jmb.lc", true */ 'j', 'm', 'b', '.', 'l', 'c', '\0', /* "jmcleaning.services", true */ 'j', 'm', 'c', 'l', 'e', 'a', 'n', 'i', 'n', 'g', '.', 's', 'e', 'r', 'v', 'i', 'c', 'e', 's', '\0', /* "jmedved.com", true */ 'j', 'm', 'e', 'd', 'v', 'e', 'd', '.', 'c', 'o', 'm', '\0', - /* "jmk.hu", true */ 'j', 'm', 'k', '.', 'h', 'u', '\0', /* "jmpmotorsport.co.uk", true */ 'j', 'm', 'p', 'm', 'o', 't', 'o', 'r', 's', 'p', 'o', 'r', 't', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "jmvbmx.ch", true */ 'j', 'm', 'v', 'b', 'm', 'x', '.', 'c', 'h', '\0', /* "jmvdigital.com", true */ 'j', 'm', 'v', 'd', 'i', 'g', 'i', 't', 'a', 'l', '.', 'c', 'o', 'm', '\0', /* "jn1.me", true */ 'j', 'n', '1', '.', 'm', 'e', '\0', /* "jncde.de", true */ 'j', 'n', 'c', 'd', 'e', '.', 'd', 'e', '\0', /* "jncie.de", true */ 'j', 'n', 'c', 'i', 'e', '.', 'd', 'e', '\0', /* "jncie.eu", true */ 'j', 'n', 'c', 'i', 'e', '.', 'e', 'u', '\0', /* "jncip.de", true */ 'j', 'n', 'c', 'i', 'p', '.', 'd', 'e', '\0', @@ -10057,17 +10061,16 @@ static const char kSTSHostTable[] = { /* "jordans.co.uk", true */ 'j', 'o', 'r', 'd', 'a', 'n', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "jordanscorporatelaw.com", true */ 'j', 'o', 'r', 'd', 'a', 'n', 's', 'c', 'o', 'r', 'p', 'o', 'r', 'a', 't', 'e', 'l', 'a', 'w', '.', 'c', 'o', 'm', '\0', /* "jordanstrustcompany.com", true */ 'j', 'o', 'r', 'd', 'a', 'n', 's', 't', 'r', 'u', 's', 't', 'c', 'o', 'm', 'p', 'a', 'n', 'y', '.', 'c', 'o', 'm', '\0', /* "joretapo.fr", true */ 'j', 'o', 'r', 'e', 't', 'a', 'p', 'o', '.', 'f', 'r', '\0', /* "jorgemesa.me", true */ 'j', 'o', 'r', 'g', 'e', 'm', 'e', 's', 'a', '.', 'm', 'e', '\0', /* "jornadasciberdefensa2016.es", true */ 'j', 'o', 'r', 'n', 'a', 'd', 'a', 's', 'c', 'i', 'b', 'e', 'r', 'd', 'e', 'f', 'e', 'n', 's', 'a', '2', '0', '1', '6', '.', 'e', 's', '\0', /* "jorrit.info", true */ 'j', 'o', 'r', 'r', 'i', 't', '.', 'i', 'n', 'f', 'o', '\0', /* "joscares.com", true */ 'j', 'o', 's', 'c', 'a', 'r', 'e', 's', '.', 'c', 'o', 'm', '\0', - /* "josecage.com", true */ 'j', 'o', 's', 'e', 'c', 'a', 'g', 'e', '.', 'c', 'o', 'm', '\0', /* "joseetesser.nl", true */ 'j', 'o', 's', 'e', 'e', 't', 'e', 's', 's', 'e', 'r', '.', 'n', 'l', '\0', /* "josef-lotz.de", true */ 'j', 'o', 's', 'e', 'f', '-', 'l', 'o', 't', 'z', '.', 'd', 'e', '\0', /* "josefjanosec.com", true */ 'j', 'o', 's', 'e', 'f', 'j', 'a', 'n', 'o', 's', 'e', 'c', '.', 'c', 'o', 'm', '\0', /* "josephre.es", true */ 'j', 'o', 's', 'e', 'p', 'h', 'r', 'e', '.', 'e', 's', '\0', /* "josephrees.uk", true */ 'j', 'o', 's', 'e', 'p', 'h', 'r', 'e', 'e', 's', '.', 'u', 'k', '\0', /* "josericaurte.com", true */ 'j', 'o', 's', 'e', 'r', 'i', 'c', 'a', 'u', 'r', 't', 'e', '.', 'c', 'o', 'm', '\0', /* "joshgrancell.com", true */ 'j', 'o', 's', 'h', 'g', 'r', 'a', 'n', 'c', 'e', 'l', 'l', '.', 'c', 'o', 'm', '\0', /* "joshharkema.com", true */ 'j', 'o', 's', 'h', 'h', 'a', 'r', 'k', 'e', 'm', 'a', '.', 'c', 'o', 'm', '\0', @@ -10150,16 +10153,17 @@ static const char kSTSHostTable[] = { /* "jumba.com.au", true */ 'j', 'u', 'm', 'b', 'a', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "jump.bg", false */ 'j', 'u', 'm', 'p', '.', 'b', 'g', '\0', /* "jump.wtf", true */ 'j', 'u', 'm', 'p', '.', 'w', 't', 'f', '\0', /* "junaos.com", true */ 'j', 'u', 'n', 'a', 'o', 's', '.', 'c', 'o', 'm', '\0', /* "junethack.net", true */ 'j', 'u', 'n', 'e', 't', 'h', 'a', 'c', 'k', '.', 'n', 'e', 't', '\0', /* "jungaa.fr", true */ 'j', 'u', 'n', 'g', 'a', 'a', '.', 'f', 'r', '\0', /* "jungesforumkonstanz.de", true */ 'j', 'u', 'n', 'g', 'e', 's', 'f', 'o', 'r', 'u', 'm', 'k', 'o', 'n', 's', 't', 'a', 'n', 'z', '.', 'd', 'e', '\0', /* "junglegoat.xyz", true */ 'j', 'u', 'n', 'g', 'l', 'e', 'g', 'o', 'a', 't', '.', 'x', 'y', 'z', '\0', + /* "junglist.org", true */ 'j', 'u', 'n', 'g', 'l', 'i', 's', 't', '.', 'o', 'r', 'g', '\0', /* "juni.io", true */ 'j', 'u', 'n', 'i', '.', 'i', 'o', '\0', /* "juniwalk.cz", true */ 'j', 'u', 'n', 'i', 'w', 'a', 'l', 'k', '.', 'c', 'z', '\0', /* "junkdrome.org", true */ 'j', 'u', 'n', 'k', 'd', 'r', 'o', 'm', 'e', '.', 'o', 'r', 'g', '\0', /* "jurassicbarkharrogate.co.uk", true */ 'j', 'u', 'r', 'a', 's', 's', 'i', 'c', 'b', 'a', 'r', 'k', 'h', 'a', 'r', 'r', 'o', 'g', 'a', 't', 'e', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "juristas.com.br", true */ 'j', 'u', 'r', 'i', 's', 't', 'a', 's', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "jurko.cz", true */ 'j', 'u', 'r', 'k', 'o', '.', 'c', 'z', '\0', /* "jurriaan.ninja", true */ 'j', 'u', 'r', 'r', 'i', 'a', 'a', 'n', '.', 'n', 'i', 'n', 'j', 'a', '\0', /* "just-a-clanpage.de", true */ 'j', 'u', 's', 't', '-', 'a', '-', 'c', 'l', 'a', 'n', 'p', 'a', 'g', 'e', '.', 'd', 'e', '\0', @@ -10169,17 +10173,16 @@ static const char kSTSHostTable[] = { /* "justice4assange.com", true */ 'j', 'u', 's', 't', 'i', 'c', 'e', '4', 'a', 's', 's', 'a', 'n', 'g', 'e', '.', 'c', 'o', 'm', '\0', /* "justiceforfathers.com", true */ 'j', 'u', 's', 't', 'i', 'c', 'e', 'f', 'o', 'r', 'f', 'a', 't', 'h', 'e', 'r', 's', '.', 'c', 'o', 'm', '\0', /* "justinellingwood.com", true */ 'j', 'u', 's', 't', 'i', 'n', 'e', 'l', 'l', 'i', 'n', 'g', 'w', 'o', 'o', 'd', '.', 'c', 'o', 'm', '\0', /* "justinharrison.ca", true */ 'j', 'u', 's', 't', 'i', 'n', 'h', 'a', 'r', 'r', 'i', 's', 'o', 'n', '.', 'c', 'a', '\0', /* "justinho.com", true */ 'j', 'u', 's', 't', 'i', 'n', 'h', 'o', '.', 'c', 'o', 'm', '\0', /* "justmy.website", true */ 'j', 'u', 's', 't', 'm', 'y', '.', 'w', 'e', 'b', 's', 'i', 't', 'e', '\0', /* "justpaste.it", true */ 'j', 'u', 's', 't', 'p', 'a', 's', 't', 'e', '.', 'i', 't', '\0', /* "justupdate.me", true */ 'j', 'u', 's', 't', 'u', 'p', 'd', 'a', 't', 'e', '.', 'm', 'e', '\0', - /* "justwood.cz", true */ 'j', 'u', 's', 't', 'w', 'o', 'o', 'd', '.', 'c', 'z', '\0', /* "justyy.com", true */ 'j', 'u', 's', 't', 'y', 'y', '.', 'c', 'o', 'm', '\0', /* "jutlander-netbank.dk", true */ 'j', 'u', 't', 'l', 'a', 'n', 'd', 'e', 'r', '-', 'n', 'e', 't', 'b', 'a', 'n', 'k', '.', 'd', 'k', '\0', /* "jutlander.dk", true */ 'j', 'u', 't', 'l', 'a', 'n', 'd', 'e', 'r', '.', 'd', 'k', '\0', /* "juzgalo.com", true */ 'j', 'u', 'z', 'g', 'a', 'l', 'o', '.', 'c', 'o', 'm', '\0', /* "jva-wuerzburg.de", true */ 'j', 'v', 'a', '-', 'w', 'u', 'e', 'r', 'z', 'b', 'u', 'r', 'g', '.', 'd', 'e', '\0', /* "jvwdev.nl", true */ 'j', 'v', 'w', 'd', 'e', 'v', '.', 'n', 'l', '\0', /* "jwatt.org", true */ 'j', 'w', 'a', 't', 't', '.', 'o', 'r', 'g', '\0', /* "jwe.nl", true */ 'j', 'w', 'e', '.', 'n', 'l', '\0', @@ -10200,17 +10203,16 @@ static const char kSTSHostTable[] = { /* "k9swx.com", true */ 'k', '9', 's', 'w', 'x', '.', 'c', 'o', 'm', '\0', /* "kaangenc.me", true */ 'k', 'a', 'a', 'n', 'g', 'e', 'n', 'c', '.', 'm', 'e', '\0', /* "kaasbijwijn.nl", true */ 'k', 'a', 'a', 's', 'b', 'i', 'j', 'w', 'i', 'j', 'n', '.', 'n', 'l', '\0', /* "kab-s.de", true */ 'k', 'a', 'b', '-', 's', '.', 'd', 'e', '\0', /* "kabat-fans.cz", true */ 'k', 'a', 'b', 'a', 't', '-', 'f', 'a', 'n', 's', '.', 'c', 'z', '\0', /* "kabeuchi.com", true */ 'k', 'a', 'b', 'e', 'u', 'c', 'h', 'i', '.', 'c', 'o', 'm', '\0', /* "kaboom.pw", true */ 'k', 'a', 'b', 'o', 'o', 'm', '.', 'p', 'w', '\0', /* "kabu-abc.com", true */ 'k', 'a', 'b', 'u', '-', 'a', 'b', 'c', '.', 'c', 'o', 'm', '\0', - /* "kabus.org", true */ 'k', 'a', 'b', 'u', 's', '.', 'o', 'r', 'g', '\0', /* "kachlikova2.cz", true */ 'k', 'a', 'c', 'h', 'l', 'i', 'k', 'o', 'v', 'a', '2', '.', 'c', 'z', '\0', /* "kack.website", true */ 'k', 'a', 'c', 'k', '.', 'w', 'e', 'b', 's', 'i', 't', 'e', '\0', /* "kackscharf.de", true */ 'k', 'a', 'c', 'k', 's', 'c', 'h', 'a', 'r', 'f', '.', 'd', 'e', '\0', /* "kadmec.com", true */ 'k', 'a', 'd', 'm', 'e', 'c', '.', 'c', 'o', 'm', '\0', /* "kaffeekrone.de", true */ 'k', 'a', 'f', 'f', 'e', 'e', 'k', 'r', 'o', 'n', 'e', '.', 'd', 'e', '\0', /* "kafoom.de", true */ 'k', 'a', 'f', 'o', 'o', 'm', '.', 'd', 'e', '\0', /* "kaheim.de", false */ 'k', 'a', 'h', 'e', 'i', 'm', '.', 'd', 'e', '\0', /* "kaigojj.com", true */ 'k', 'a', 'i', 'g', 'o', 'j', 'j', '.', 'c', 'o', 'm', '\0', @@ -10251,16 +10253,17 @@ static const char kSTSHostTable[] = { /* "kanaete-uranai.com", true */ 'k', 'a', 'n', 'a', 'e', 't', 'e', '-', 'u', 'r', 'a', 'n', 'a', 'i', '.', 'c', 'o', 'm', '\0', /* "kanagawachuo-hospital.jp", true */ 'k', 'a', 'n', 'a', 'g', 'a', 'w', 'a', 'c', 'h', 'u', 'o', '-', 'h', 'o', 's', 'p', 'i', 't', 'a', 'l', '.', 'j', 'p', '\0', /* "kanal-tv-haensch.de", true */ 'k', 'a', 'n', 'a', 'l', '-', 't', 'v', '-', 'h', 'a', 'e', 'n', 's', 'c', 'h', '.', 'd', 'e', '\0', /* "kandalife.com", true */ 'k', 'a', 'n', 'd', 'a', 'l', 'i', 'f', 'e', '.', 'c', 'o', 'm', '\0', /* "kanehusky.com", true */ 'k', 'a', 'n', 'e', 'h', 'u', 's', 'k', 'y', '.', 'c', 'o', 'm', '\0', /* "kangarooislandholidayaccommodation.com.au", true */ 'k', 'a', 'n', 'g', 'a', 'r', 'o', 'o', 'i', 's', 'l', 'a', 'n', 'd', 'h', 'o', 'l', 'i', 'd', 'a', 'y', 'a', 'c', 'c', 'o', 'm', 'm', 'o', 'd', 'a', 't', 'i', 'o', 'n', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "kangaroos.org", true */ 'k', 'a', 'n', 'g', 'a', 'r', 'o', 'o', 's', '.', 'o', 'r', 'g', '\0', /* "kangooroule.fr", true */ 'k', 'a', 'n', 'g', 'o', 'o', 'r', 'o', 'u', 'l', 'e', '.', 'f', 'r', '\0', + /* "kanjo.de", true */ 'k', 'a', 'n', 'j', 'o', '.', 'd', 'e', '\0', /* "kankimaru.com", true */ 'k', 'a', 'n', 'k', 'i', 'm', 'a', 'r', 'u', '.', 'c', 'o', 'm', '\0', /* "kanna.cf", true */ 'k', 'a', 'n', 'n', 'a', '.', 'c', 'f', '\0', /* "kannchen.de", true */ 'k', 'a', 'n', 'n', 'c', 'h', 'e', 'n', '.', 'd', 'e', '\0', /* "kanotijd.nl", true */ 'k', 'a', 'n', 'o', 't', 'i', 'j', 'd', '.', 'n', 'l', '\0', /* "kantankye.nl", true */ 'k', 'a', 'n', 't', 'a', 'n', 'k', 'y', 'e', '.', 'n', 'l', '\0', /* "kantanmt.com", true */ 'k', 'a', 'n', 't', 'a', 'n', 'm', 't', '.', 'c', 'o', 'm', '\0', /* "kantorosobisty.pl", true */ 'k', 'a', 'n', 't', 'o', 'r', 'o', 's', 'o', 'b', 'i', 's', 't', 'y', '.', 'p', 'l', '\0', /* "kanzashi.com", true */ 'k', 'a', 'n', 'z', 'a', 's', 'h', 'i', '.', 'c', 'o', 'm', '\0', @@ -10355,17 +10358,16 @@ static const char kSTSHostTable[] = { /* "kbit.dk", true */ 'k', 'b', 'i', 't', '.', 'd', 'k', '\0', /* "kbjorklu.com", true */ 'k', 'b', 'j', 'o', 'r', 'k', 'l', 'u', '.', 'c', 'o', 'm', '\0', /* "kc-holzfaeller.de", true */ 'k', 'c', '-', 'h', 'o', 'l', 'z', 'f', 'a', 'e', 'l', 'l', 'e', 'r', '.', 'd', 'e', '\0', /* "kc5mpk.com", true */ 'k', 'c', '5', 'm', 'p', 'k', '.', 'c', 'o', 'm', '\0', /* "kcluster.io", true */ 'k', 'c', 'l', 'u', 's', 't', 'e', 'r', '.', 'i', 'o', '\0', /* "kcptun.com", true */ 'k', 'c', 'p', 't', 'u', 'n', '.', 'c', 'o', 'm', '\0', /* "kcsordparticipation.org", true */ 'k', 'c', 's', 'o', 'r', 'd', 'p', 'a', 'r', 't', 'i', 'c', 'i', 'p', 'a', 't', 'i', 'o', 'n', '.', 'o', 'r', 'g', '\0', /* "kdex.de", true */ 'k', 'd', 'e', 'x', '.', 'd', 'e', '\0', - /* "kdyby.org", true */ 'k', 'd', 'y', 'b', 'y', '.', 'o', 'r', 'g', '\0', /* "ke7tlf.us", true */ 'k', 'e', '7', 't', 'l', 'f', '.', 'u', 's', '\0', /* "keaneokelley.com", true */ 'k', 'e', 'a', 'n', 'e', 'o', 'k', 'e', 'l', 'l', 'e', 'y', '.', 'c', 'o', 'm', '\0', /* "kearney.io", true */ 'k', 'e', 'a', 'r', 'n', 'e', 'y', '.', 'i', 'o', '\0', /* "keartanddesign.com", true */ 'k', 'e', 'a', 'r', 't', 'a', 'n', 'd', 'd', 'e', 's', 'i', 'g', 'n', '.', 'c', 'o', 'm', '\0', /* "keaysmillwork.com", true */ 'k', 'e', 'a', 'y', 's', 'm', 'i', 'l', 'l', 'w', 'o', 'r', 'k', '.', 'c', 'o', 'm', '\0', /* "kedarastudios.com", true */ 'k', 'e', 'd', 'a', 'r', 'a', 's', 't', 'u', 'd', 'i', 'o', 's', '.', 'c', 'o', 'm', '\0', /* "keeleysam.com", true */ 'k', 'e', 'e', 'l', 'e', 'y', 's', 'a', 'm', '.', 'c', 'o', 'm', '\0', /* "keepa.com", true */ 'k', 'e', 'e', 'p', 'a', '.', 'c', 'o', 'm', '\0', @@ -10514,16 +10516,17 @@ static const char kSTSHostTable[] = { /* "kinderopvangengeltjes.nl", true */ 'k', 'i', 'n', 'd', 'e', 'r', 'o', 'p', 'v', 'a', 'n', 'g', 'e', 'n', 'g', 'e', 'l', 't', 'j', 'e', 's', '.', 'n', 'l', '\0', /* "kindleworth.com", true */ 'k', 'i', 'n', 'd', 'l', 'e', 'w', 'o', 'r', 't', 'h', '.', 'c', 'o', 'm', '\0', /* "kinepolis-studio.ga", true */ 'k', 'i', 'n', 'e', 'p', 'o', 'l', 'i', 's', '-', 's', 't', 'u', 'd', 'i', 'o', '.', 'g', 'a', '\0', /* "kineto.space", true */ 'k', 'i', 'n', 'e', 't', 'o', '.', 's', 'p', 'a', 'c', 'e', '\0', /* "kingant.net", true */ 'k', 'i', 'n', 'g', 'a', 'n', 't', '.', 'n', 'e', 't', '\0', /* "kinganywhere.eu", true */ 'k', 'i', 'n', 'g', 'a', 'n', 'y', 'w', 'h', 'e', 'r', 'e', '.', 'e', 'u', '\0', /* "kingbird.me", true */ 'k', 'i', 'n', 'g', 'b', 'i', 'r', 'd', '.', 'm', 'e', '\0', /* "kingclass.cn", true */ 'k', 'i', 'n', 'g', 'c', 'l', 'a', 's', 's', '.', 'c', 'n', '\0', + /* "kingdomcrc.org", true */ 'k', 'i', 'n', 'g', 'd', 'o', 'm', 'c', 'r', 'c', '.', 'o', 'r', 'g', '\0', /* "kinglaksa.com", false */ 'k', 'i', 'n', 'g', 'l', 'a', 'k', 's', 'a', '.', 'c', 'o', 'm', '\0', /* "kingopen.cn", true */ 'k', 'i', 'n', 'g', 'o', 'p', 'e', 'n', '.', 'c', 'n', '\0', /* "kingpincages.com", true */ 'k', 'i', 'n', 'g', 'p', 'i', 'n', 'c', 'a', 'g', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "kingqueen.org.uk", true */ 'k', 'i', 'n', 'g', 'q', 'u', 'e', 'e', 'n', '.', 'o', 'r', 'g', '.', 'u', 'k', '\0', /* "kingtecservices.com", true */ 'k', 'i', 'n', 'g', 't', 'e', 'c', 's', 'e', 'r', 'v', 'i', 'c', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "kini24.ru", true */ 'k', 'i', 'n', 'i', '2', '4', '.', 'r', 'u', '\0', /* "kinkenonline.com", true */ 'k', 'i', 'n', 'k', 'e', 'n', 'o', 'n', 'l', 'i', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "kinmunity.com", true */ 'k', 'i', 'n', 'm', 'u', 'n', 'i', 't', 'y', '.', 'c', 'o', 'm', '\0', @@ -10790,16 +10793,17 @@ static const char kSTSHostTable[] = { /* "kristjanrang.eu", true */ 'k', 'r', 'i', 's', 't', 'j', 'a', 'n', 'r', 'a', 'n', 'g', '.', 'e', 'u', '\0', /* "kristofferkoch.com", true */ 'k', 'r', 'i', 's', 't', 'o', 'f', 'f', 'e', 'r', 'k', 'o', 'c', 'h', '.', 'c', 'o', 'm', '\0', /* "krizek.cc", true */ 'k', 'r', 'i', 'z', 'e', 'k', '.', 'c', 'c', '\0', /* "krk-media.pl", false */ 'k', 'r', 'k', '-', 'm', 'e', 'd', 'i', 'a', '.', 'p', 'l', '\0', /* "krmeni.cz", true */ 'k', 'r', 'm', 'e', 'n', 'i', '.', 'c', 'z', '\0', /* "kromonos.net", true */ 'k', 'r', 'o', 'm', 'o', 'n', 'o', 's', '.', 'n', 'e', 't', '\0', /* "kronaw.it", true */ 'k', 'r', 'o', 'n', 'a', 'w', '.', 'i', 't', '\0', /* "krony.de", true */ 'k', 'r', 'o', 'n', 'y', '.', 'd', 'e', '\0', + /* "kroon.email", true */ 'k', 'r', 'o', 'o', 'n', '.', 'e', 'm', 'a', 'i', 'l', '\0', /* "kropkait.pl", true */ 'k', 'r', 'o', 'p', 'k', 'a', 'i', 't', '.', 'p', 'l', '\0', /* "krouzkyliduska.cz", true */ 'k', 'r', 'o', 'u', 'z', 'k', 'y', 'l', 'i', 'd', 'u', 's', 'k', 'a', '.', 'c', 'z', '\0', /* "kruin.net", true */ 'k', 'r', 'u', 'i', 'n', '.', 'n', 'e', 't', '\0', /* "krupa.net.pl", false */ 'k', 'r', 'u', 'p', 'a', '.', 'n', 'e', 't', '.', 'p', 'l', '\0', /* "krutka.cz", true */ 'k', 'r', 'u', 't', 'k', 'a', '.', 'c', 'z', '\0', /* "kruu.de", true */ 'k', 'r', 'u', 'u', '.', 'd', 'e', '\0', /* "kryglik.com", true */ 'k', 'r', 'y', 'g', 'l', 'i', 'k', '.', 'c', 'o', 'm', '\0', /* "krypsys.com", true */ 'k', 'r', 'y', 'p', 's', 'y', 's', '.', 'c', 'o', 'm', '\0', @@ -10892,17 +10896,17 @@ static const char kSTSHostTable[] = { /* "kyoto-tomikawa.jp", true */ 'k', 'y', 'o', 't', 'o', '-', 't', 'o', 'm', 'i', 'k', 'a', 'w', 'a', '.', 'j', 'p', '\0', /* "kyoto-tomoshibi.jp", true */ 'k', 'y', 'o', 't', 'o', '-', 't', 'o', 'm', 'o', 's', 'h', 'i', 'b', 'i', '.', 'j', 'p', '\0', /* "kyujin-office.net", true */ 'k', 'y', 'u', 'j', 'i', 'n', '-', 'o', 'f', 'f', 'i', 'c', 'e', '.', 'n', 'e', 't', '\0', /* "kyunyuki.com", true */ 'k', 'y', 'u', 'n', 'y', 'u', 'k', 'i', '.', 'c', 'o', 'm', '\0', /* "kyy.me", true */ 'k', 'y', 'y', '.', 'm', 'e', '\0', /* "kzsdabas.hu", true */ 'k', 'z', 's', 'd', 'a', 'b', 'a', 's', '.', 'h', 'u', '\0', /* "l-lab.org", true */ 'l', '-', 'l', 'a', 'b', '.', 'o', 'r', 'g', '\0', /* "l-rickroll-i.pw", true */ 'l', '-', 'r', 'i', 'c', 'k', 'r', 'o', 'l', 'l', '-', 'i', '.', 'p', 'w', '\0', - /* "l0re.com", true */ 'l', '0', 'r', 'e', '.', 'c', 'o', 'm', '\0', + /* "l18.io", true */ 'l', '1', '8', '.', 'i', 'o', '\0', /* "l2guru.ru", true */ 'l', '2', 'g', 'u', 'r', 'u', '.', 'r', 'u', '\0', /* "l4n-clan.de", true */ 'l', '4', 'n', '-', 'c', 'l', 'a', 'n', '.', 'd', 'e', '\0', /* "la-baldosa.fr", true */ 'l', 'a', '-', 'b', 'a', 'l', 'd', 'o', 's', 'a', '.', 'f', 'r', '\0', /* "la-cave-a-nodo.fr", true */ 'l', 'a', '-', 'c', 'a', 'v', 'e', '-', 'a', '-', 'n', 'o', 'd', 'o', '.', 'f', 'r', '\0', /* "la-maison.ch", true */ 'l', 'a', '-', 'm', 'a', 'i', 's', 'o', 'n', '.', 'c', 'h', '\0', /* "la-retraite-info.com", true */ 'l', 'a', '-', 'r', 'e', 't', 'r', 'a', 'i', 't', 'e', '-', 'i', 'n', 'f', 'o', '.', 'c', 'o', 'm', '\0', /* "labande-annonce.fr", true */ 'l', 'a', 'b', 'a', 'n', 'd', 'e', '-', 'a', 'n', 'n', 'o', 'n', 'c', 'e', '.', 'f', 'r', '\0', /* "labfox.de", true */ 'l', 'a', 'b', 'f', 'o', 'x', '.', 'd', 'e', '\0', @@ -10940,17 +10944,16 @@ static const char kSTSHostTable[] = { /* "lagier.xyz", true */ 'l', 'a', 'g', 'i', 'e', 'r', '.', 'x', 'y', 'z', '\0', /* "laglab.org", true */ 'l', 'a', 'g', 'l', 'a', 'b', '.', 'o', 'r', 'g', '\0', /* "laguiadelvaron.com", true */ 'l', 'a', 'g', 'u', 'i', 'a', 'd', 'e', 'l', 'v', 'a', 'r', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "laguinguette.fr", true */ 'l', 'a', 'g', 'u', 'i', 'n', 'g', 'u', 'e', 't', 't', 'e', '.', 'f', 'r', '\0', /* "lainchan.org", true */ 'l', 'a', 'i', 'n', 'c', 'h', 'a', 'n', '.', 'o', 'r', 'g', '\0', /* "lajijonencadebarbera.com", true */ 'l', 'a', 'j', 'i', 'j', 'o', 'n', 'e', 'n', 'c', 'a', 'd', 'e', 'b', 'a', 'r', 'b', 'e', 'r', 'a', '.', 'c', 'o', 'm', '\0', /* "lak-berlin.de", true */ 'l', 'a', 'k', '-', 'b', 'e', 'r', 'l', 'i', 'n', '.', 'd', 'e', '\0', /* "lakatrop.com", true */ 'l', 'a', 'k', 'a', 't', 'r', 'o', 'p', '.', 'c', 'o', 'm', '\0', - /* "lakewoodcomputerservices.com", true */ 'l', 'a', 'k', 'e', 'w', 'o', 'o', 'd', 'c', 'o', 'm', 'p', 'u', 't', 'e', 'r', 's', 'e', 'r', 'v', 'i', 'c', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "lakhesis.net", true */ 'l', 'a', 'k', 'h', 'e', 's', 'i', 's', '.', 'n', 'e', 't', '\0', /* "lalaya.fr", true */ 'l', 'a', 'l', 'a', 'y', 'a', '.', 'f', 'r', '\0', /* "laltroweb.it", true */ 'l', 'a', 'l', 't', 'r', 'o', 'w', 'e', 'b', '.', 'i', 't', '\0', /* "lamakat.de", true */ 'l', 'a', 'm', 'a', 'k', 'a', 't', '.', 'd', 'e', '\0', /* "lamapoll.de", true */ 'l', 'a', 'm', 'a', 'p', 'o', 'l', 'l', '.', 'd', 'e', '\0', /* "lambauer.com", true */ 'l', 'a', 'm', 'b', 'a', 'u', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "lamboo.be", true */ 'l', 'a', 'm', 'b', 'o', 'o', '.', 'b', 'e', '\0', /* "laminine.info", true */ 'l', 'a', 'm', 'i', 'n', 'i', 'n', 'e', '.', 'i', 'n', 'f', 'o', '\0', @@ -11002,16 +11005,17 @@ static const char kSTSHostTable[] = { /* "lariscus.eu", true */ 'l', 'a', 'r', 'i', 's', 'c', 'u', 's', '.', 'e', 'u', '\0', /* "larptreff.de", true */ 'l', 'a', 'r', 'p', 't', 'r', 'e', 'f', 'f', '.', 'd', 'e', '\0', /* "larrysalibra.com", true */ 'l', 'a', 'r', 'r', 'y', 's', 'a', 'l', 'i', 'b', 'r', 'a', '.', 'c', 'o', 'm', '\0', /* "lars-ewald.com", true */ 'l', 'a', 'r', 's', '-', 'e', 'w', 'a', 'l', 'd', '.', 'c', 'o', 'm', '\0', /* "lars-mense.de", true */ 'l', 'a', 'r', 's', '-', 'm', 'e', 'n', 's', 'e', '.', 'd', 'e', '\0', /* "larsklene.nl", true */ 'l', 'a', 'r', 's', 'k', 'l', 'e', 'n', 'e', '.', 'n', 'l', '\0', /* "larsmerke.de", true */ 'l', 'a', 'r', 's', 'm', 'e', 'r', 'k', 'e', '.', 'd', 'e', '\0', /* "lasalle.wa.edu.au", true */ 'l', 'a', 's', 'a', 'l', 'l', 'e', '.', 'w', 'a', '.', 'e', 'd', 'u', '.', 'a', 'u', '\0', + /* "lasercloud.ml", true */ 'l', 'a', 's', 'e', 'r', 'c', 'l', 'o', 'u', 'd', '.', 'm', 'l', '\0', /* "lasereyess.net", true */ 'l', 'a', 's', 'e', 'r', 'e', 'y', 'e', 's', 's', '.', 'n', 'e', 't', '\0', /* "laserpc.net", false */ 'l', 'a', 's', 'e', 'r', 'p', 'c', '.', 'n', 'e', 't', '\0', /* "laserplaza.de", true */ 'l', 'a', 's', 'e', 'r', 'p', 'l', 'a', 'z', 'a', '.', 'd', 'e', '\0', /* "laserplaza.net", true */ 'l', 'a', 's', 'e', 'r', 'p', 'l', 'a', 'z', 'a', '.', 'n', 'e', 't', '\0', /* "lasertechsolutions.com", true */ 'l', 'a', 's', 'e', 'r', 't', 'e', 'c', 'h', 's', 'o', 'l', 'u', 't', 'i', 'o', 'n', 's', '.', 'c', 'o', 'm', '\0', /* "lask.in", true */ 'l', 'a', 's', 'k', '.', 'i', 'n', '\0', /* "laskas.pl", true */ 'l', 'a', 's', 'k', 'a', 's', '.', 'p', 'l', '\0', /* "lasnaves.com", true */ 'l', 'a', 's', 'n', 'a', 'v', 'e', 's', '.', 'c', 'o', 'm', '\0', @@ -11193,17 +11197,16 @@ static const char kSTSHostTable[] = { /* "lennarth.com", true */ 'l', 'e', 'n', 'n', 'a', 'r', 't', 'h', '.', 'c', 'o', 'm', '\0', /* "lennier.info", true */ 'l', 'e', 'n', 'n', 'i', 'e', 'r', '.', 'i', 'n', 'f', 'o', '\0', /* "lennyobez.be", true */ 'l', 'e', 'n', 'n', 'y', 'o', 'b', 'e', 'z', '.', 'b', 'e', '\0', /* "lenspirations.com", true */ 'l', 'e', 'n', 's', 'p', 'i', 'r', 'a', 't', 'i', 'o', 'n', 's', '.', 'c', 'o', 'm', '\0', /* "lenuagebauche.org", true */ 'l', 'e', 'n', 'u', 'a', 'g', 'e', 'b', 'a', 'u', 'c', 'h', 'e', '.', 'o', 'r', 'g', '\0', /* "lenzw.de", true */ 'l', 'e', 'n', 'z', 'w', '.', 'd', 'e', '\0', /* "leola.cz", true */ 'l', 'e', 'o', 'l', 'a', '.', 'c', 'z', '\0', /* "leola.sk", true */ 'l', 'e', 'o', 'l', 'a', '.', 's', 'k', '\0', - /* "leolana.com", true */ 'l', 'e', 'o', 'l', 'a', 'n', 'a', '.', 'c', 'o', 'm', '\0', /* "leominstercu.com", false */ 'l', 'e', 'o', 'm', 'i', 'n', 's', 't', 'e', 'r', 'c', 'u', '.', 'c', 'o', 'm', '\0', /* "leonard.io", false */ 'l', 'e', 'o', 'n', 'a', 'r', 'd', '.', 'i', 'o', '\0', /* "leonardcamacho.me", true */ 'l', 'e', 'o', 'n', 'a', 'r', 'd', 'c', 'a', 'm', 'a', 'c', 'h', 'o', '.', 'm', 'e', '\0', /* "leonax.net", true */ 'l', 'e', 'o', 'n', 'a', 'x', '.', 'n', 'e', 't', '\0', /* "leondenard.com", true */ 'l', 'e', 'o', 'n', 'd', 'e', 'n', 'a', 'r', 'd', '.', 'c', 'o', 'm', '\0', /* "leonklingele.de", true */ 'l', 'e', 'o', 'n', 'k', 'l', 'i', 'n', 'g', 'e', 'l', 'e', '.', 'd', 'e', '\0', /* "leonmahler.consulting", true */ 'l', 'e', 'o', 'n', 'm', 'a', 'h', 'l', 'e', 'r', '.', 'c', 'o', 'n', 's', 'u', 'l', 't', 'i', 'n', 'g', '\0', /* "leopoldina.net", true */ 'l', 'e', 'o', 'p', 'o', 'l', 'd', 'i', 'n', 'a', '.', 'n', 'e', 't', '\0', @@ -11256,36 +11259,35 @@ static const char kSTSHostTable[] = { /* "leu.to", false */ 'l', 'e', 'u', '.', 't', 'o', '\0', /* "leuthardtfamily.com", true */ 'l', 'e', 'u', 't', 'h', 'a', 'r', 'd', 't', 'f', 'a', 'm', 'i', 'l', 'y', '.', 'c', 'o', 'm', '\0', /* "levans.fr", true */ 'l', 'e', 'v', 'a', 'n', 's', '.', 'f', 'r', '\0', /* "levelupwear.com", true */ 'l', 'e', 'v', 'e', 'l', 'u', 'p', 'w', 'e', 'a', 'r', '.', 'c', 'o', 'm', '\0', /* "levendwater.org", true */ 'l', 'e', 'v', 'e', 'n', 'd', 'w', 'a', 't', 'e', 'r', '.', 'o', 'r', 'g', '\0', /* "levensbron.nl", true */ 'l', 'e', 'v', 'e', 'n', 's', 'b', 'r', 'o', 'n', '.', 'n', 'l', '\0', /* "leveredge.net", true */ 'l', 'e', 'v', 'e', 'r', 'e', 'd', 'g', 'e', '.', 'n', 'e', 't', '\0', /* "levermann.eu", true */ 'l', 'e', 'v', 'e', 'r', 'm', 'a', 'n', 'n', '.', 'e', 'u', '\0', + /* "levindesalpes.fr", false */ 'l', 'e', 'v', 'i', 'n', 'd', 'e', 's', 'a', 'l', 'p', 'e', 's', '.', 'f', 'r', '\0', /* "levinus.de", true */ 'l', 'e', 'v', 'i', 'n', 'u', 's', '.', 'd', 'e', '\0', /* "lew.im", true */ 'l', 'e', 'w', '.', 'i', 'm', '\0', /* "lewis.li", true */ 'l', 'e', 'w', 'i', 's', '.', 'l', 'i', '\0', /* "lewisjuggins.co.uk", true */ 'l', 'e', 'w', 'i', 's', 'j', 'u', 'g', 'g', 'i', 'n', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "lewislaw.com", true */ 'l', 'e', 'w', 'i', 's', 'l', 'a', 'w', '.', 'c', 'o', 'm', '\0', /* "lewisllewellyn.me", true */ 'l', 'e', 'w', 'i', 's', 'l', 'l', 'e', 'w', 'e', 'l', 'l', 'y', 'n', '.', 'm', 'e', '\0', /* "lexico.pt", true */ 'l', 'e', 'x', 'i', 'c', 'o', '.', 'p', 't', '\0', /* "lexicography.online", true */ 'l', 'e', 'x', 'i', 'c', 'o', 'g', 'r', 'a', 'p', 'h', 'y', '.', 'o', 'n', 'l', 'i', 'n', 'e', '\0', /* "lexway.pk", true */ 'l', 'e', 'x', 'w', 'a', 'y', '.', 'p', 'k', '\0', /* "lez-cuties.com", true */ 'l', 'e', 'z', '-', 'c', 'u', 't', 'i', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "lezdomsm.com", true */ 'l', 'e', 'z', 'd', 'o', 'm', 's', 'm', '.', 'c', 'o', 'm', '\0', /* "lfaz.org", true */ 'l', 'f', 'a', 'z', '.', 'o', 'r', 'g', '\0', /* "lfgss.com", true */ 'l', 'f', 'g', 's', 's', '.', 'c', 'o', 'm', '\0', /* "lgbt.io", true */ 'l', 'g', 'b', 't', '.', 'i', 'o', '\0', /* "lghfinancialstrategy.ch", true */ 'l', 'g', 'h', 'f', 'i', 'n', 'a', 'n', 'c', 'i', 'a', 'l', 's', 't', 'r', 'a', 't', 'e', 'g', 'y', '.', 'c', 'h', '\0', - /* "lgsg.us", true */ 'l', 'g', 's', 'g', '.', 'u', 's', '\0', /* "lhasaapso.com.br", true */ 'l', 'h', 'a', 's', 'a', 'a', 'p', 's', 'o', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "li-ke.co.jp", true */ 'l', 'i', '-', 'k', 'e', '.', 'c', 'o', '.', 'j', 'p', '\0', /* "liangji.com.tw", false */ 'l', 'i', 'a', 'n', 'g', 'j', 'i', '.', 'c', 'o', 'm', '.', 't', 'w', '\0', - /* "lianyexiuchang.in", true */ 'l', 'i', 'a', 'n', 'y', 'e', 'x', 'i', 'u', 'c', 'h', 'a', 'n', 'g', '.', 'i', 'n', '\0', /* "liaronce.win", true */ 'l', 'i', 'a', 'r', 'o', 'n', 'c', 'e', '.', 'w', 'i', 'n', '\0', /* "libbitcoin.org", true */ 'l', 'i', 'b', 'b', 'i', 't', 'c', 'o', 'i', 'n', '.', 'o', 'r', 'g', '\0', /* "libble.eu", true */ 'l', 'i', 'b', 'b', 'l', 'e', '.', 'e', 'u', '\0', /* "libertas-tech.com", true */ 'l', 'i', 'b', 'e', 'r', 't', 'a', 's', '-', 't', 'e', 'c', 'h', '.', 'c', 'o', 'm', '\0', /* "libfte.org", true */ 'l', 'i', 'b', 'f', 't', 'e', '.', 'o', 'r', 'g', '\0', /* "libnull.com", true */ 'l', 'i', 'b', 'n', 'u', 'l', 'l', '.', 'c', 'o', 'm', '\0', /* "library-quest.com", true */ 'l', 'i', 'b', 'r', 'a', 'r', 'y', '-', 'q', 'u', 'e', 's', 't', '.', 'c', 'o', 'm', '\0', /* "libraryextension.com", true */ 'l', 'i', 'b', 'r', 'a', 'r', 'y', 'e', 'x', 't', 'e', 'n', 's', 'i', 'o', 'n', '.', 'c', 'o', 'm', '\0', @@ -11620,17 +11622,16 @@ static const char kSTSHostTable[] = { /* "loveismore.fr", true */ 'l', 'o', 'v', 'e', 'i', 's', 'm', 'o', 'r', 'e', '.', 'f', 'r', '\0', /* "loveismore.it", true */ 'l', 'o', 'v', 'e', 'i', 's', 'm', 'o', 'r', 'e', '.', 'i', 't', '\0', /* "loveismore.org", true */ 'l', 'o', 'v', 'e', 'i', 's', 'm', 'o', 'r', 'e', '.', 'o', 'r', 'g', '\0', /* "loveismore.pl", true */ 'l', 'o', 'v', 'e', 'i', 's', 'm', 'o', 'r', 'e', '.', 'p', 'l', '\0', /* "loveismore.ru", true */ 'l', 'o', 'v', 'e', 'i', 's', 'm', 'o', 'r', 'e', '.', 'r', 'u', '\0', /* "loveismore.sk", true */ 'l', 'o', 'v', 'e', 'i', 's', 'm', 'o', 'r', 'e', '.', 's', 'k', '\0', /* "loveisourweapon.com", true */ 'l', 'o', 'v', 'e', 'i', 's', 'o', 'u', 'r', 'w', 'e', 'a', 'p', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "lovelive-anime.tk", true */ 'l', 'o', 'v', 'e', 'l', 'i', 'v', 'e', '-', 'a', 'n', 'i', 'm', 'e', '.', 't', 'k', '\0', - /* "lovelive.us", true */ 'l', 'o', 'v', 'e', 'l', 'i', 'v', 'e', '.', 'u', 's', '\0', /* "lovelivewiki.com", true */ 'l', 'o', 'v', 'e', 'l', 'i', 'v', 'e', 'w', 'i', 'k', 'i', '.', 'c', 'o', 'm', '\0', /* "lovelyfriends.org", true */ 'l', 'o', 'v', 'e', 'l', 'y', 'f', 'r', 'i', 'e', 'n', 'd', 's', '.', 'o', 'r', 'g', '\0', /* "lovemomiji.com", true */ 'l', 'o', 'v', 'e', 'm', 'o', 'm', 'i', 'j', 'i', '.', 'c', 'o', 'm', '\0', /* "loveph.one", true */ 'l', 'o', 'v', 'e', 'p', 'h', '.', 'o', 'n', 'e', '\0', /* "lover-bg.com", true */ 'l', 'o', 'v', 'e', 'r', '-', 'b', 'g', '.', 'c', 'o', 'm', '\0', /* "loverepublic.ru", true */ 'l', 'o', 'v', 'e', 'r', 'e', 'p', 'u', 'b', 'l', 'i', 'c', '.', 'r', 'u', '\0', /* "loveyounastya.com", true */ 'l', 'o', 'v', 'e', 'y', 'o', 'u', 'n', 'a', 's', 't', 'y', 'a', '.', 'c', 'o', 'm', '\0', /* "lovingearth.co", true */ 'l', 'o', 'v', 'i', 'n', 'g', 'e', 'a', 'r', 't', 'h', '.', 'c', 'o', '\0', @@ -11783,16 +11784,18 @@ static const char kSTSHostTable[] = { /* "macandtonic.com", true */ 'm', 'a', 'c', 'a', 'n', 'd', 't', 'o', 'n', 'i', 'c', '.', 'c', 'o', 'm', '\0', /* "macaque.io", false */ 'm', 'a', 'c', 'a', 'q', 'u', 'e', '.', 'i', 'o', '\0', /* "macaws.org", true */ 'm', 'a', 'c', 'a', 'w', 's', '.', 'o', 'r', 'g', '\0', /* "macchaberrycream.com", false */ 'm', 'a', 'c', 'c', 'h', 'a', 'b', 'e', 'r', 'r', 'y', 'c', 'r', 'e', 'a', 'm', '.', 'c', 'o', 'm', '\0', /* "maceinturecuir.com", true */ 'm', 'a', 'c', 'e', 'i', 'n', 't', 'u', 'r', 'e', 'c', 'u', 'i', 'r', '.', 'c', 'o', 'm', '\0', /* "maces-net.de", true */ 'm', 'a', 'c', 'e', 's', '-', 'n', 'e', 't', '.', 'd', 'e', '\0', /* "mach-politik.ch", true */ 'm', 'a', 'c', 'h', '-', 'p', 'o', 'l', 'i', 't', 'i', 'k', '.', 'c', 'h', '\0', /* "macha.cloud", true */ 'm', 'a', 'c', 'h', 'a', '.', 'c', 'l', 'o', 'u', 'd', '\0', + /* "machbach.com", true */ 'm', 'a', 'c', 'h', 'b', 'a', 'c', 'h', '.', 'c', 'o', 'm', '\0', + /* "machbach.net", true */ 'm', 'a', 'c', 'h', 'b', 'a', 'c', 'h', '.', 'n', 'e', 't', '\0', /* "machon.biz", false */ 'm', 'a', 'c', 'h', 'o', 'n', '.', 'b', 'i', 'z', '\0', /* "macht-elektro.de", true */ 'm', 'a', 'c', 'h', 't', '-', 'e', 'l', 'e', 'k', 't', 'r', 'o', '.', 'd', 'e', '\0', /* "machtweb.de", true */ 'm', 'a', 'c', 'h', 't', 'w', 'e', 'b', '.', 'd', 'e', '\0', /* "macinyasha.net", true */ 'm', 'a', 'c', 'i', 'n', 'y', 'a', 's', 'h', 'a', '.', 'n', 'e', 't', '\0', /* "macker.io", true */ 'm', 'a', 'c', 'k', 'e', 'r', '.', 'i', 'o', '\0', /* "mackey7.net", true */ 'm', 'a', 'c', 'k', 'e', 'y', '7', '.', 'n', 'e', 't', '\0', /* "maclemon.at", true */ 'm', 'a', 'c', 'l', 'e', 'm', 'o', 'n', '.', 'a', 't', '\0', /* "macleod.io", true */ 'm', 'a', 'c', 'l', 'e', 'o', 'd', '.', 'i', 'o', '\0', @@ -11802,28 +11805,31 @@ static const char kSTSHostTable[] = { /* "macosxfilerecovery.com", true */ 'm', 'a', 'c', 'o', 's', 'x', 'f', 'i', 'l', 'e', 'r', 'e', 'c', 'o', 'v', 'e', 'r', 'y', '.', 'c', 'o', 'm', '\0', /* "macoun.de", true */ 'm', 'a', 'c', 'o', 'u', 'n', '.', 'd', 'e', '\0', /* "maddi.biz", true */ 'm', 'a', 'd', 'd', 'i', '.', 'b', 'i', 'z', '\0', /* "madebyfalcon.co.uk", true */ 'm', 'a', 'd', 'e', 'b', 'y', 'f', 'a', 'l', 'c', 'o', 'n', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "madebyshore.com", true */ 'm', 'a', 'd', 'e', 'b', 'y', 's', 'h', 'o', 'r', 'e', '.', 'c', 'o', 'm', '\0', /* "madeglobal.com", true */ 'm', 'a', 'd', 'e', 'g', 'l', 'o', 'b', 'a', 'l', '.', 'c', 'o', 'm', '\0', /* "madeintucson.org", true */ 'm', 'a', 'd', 'e', 'i', 'n', 't', 'u', 'c', 's', 'o', 'n', '.', 'o', 'r', 'g', '\0', /* "madeitwor.se", true */ 'm', 'a', 'd', 'e', 'i', 't', 'w', 'o', 'r', '.', 's', 'e', '\0', + /* "mademoiselle-emma.be", true */ 'm', 'a', 'd', 'e', 'm', 'o', 'i', 's', 'e', 'l', 'l', 'e', '-', 'e', 'm', 'm', 'a', '.', 'b', 'e', '\0', + /* "mademoiselle-emma.fr", true */ 'm', 'a', 'd', 'e', 'm', 'o', 'i', 's', 'e', 'l', 'l', 'e', '-', 'e', 'm', 'm', 'a', '.', 'f', 'r', '\0', /* "mademoiselledemargaux.com", true */ 'm', 'a', 'd', 'e', 'm', 'o', 'i', 's', 'e', 'l', 'l', 'e', 'd', 'e', 'm', 'a', 'r', 'g', 'a', 'u', 'x', '.', 'c', 'o', 'm', '\0', /* "mader.jp", true */ 'm', 'a', 'd', 'e', 'r', '.', 'j', 'p', '\0', /* "madesoftware.com.br", true */ 'm', 'a', 'd', 'e', 's', 'o', 'f', 't', 'w', 'a', 'r', 'e', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "madin.ru", true */ 'm', 'a', 'd', 'i', 'n', '.', 'r', 'u', '\0', /* "madmar.ee", true */ 'm', 'a', 'd', 'm', 'a', 'r', '.', 'e', 'e', '\0', /* "madnetwork.org", true */ 'm', 'a', 'd', 'n', 'e', 't', 'w', 'o', 'r', 'k', '.', 'o', 'r', 'g', '\0', /* "madoka.nu", true */ 'm', 'a', 'd', 'o', 'k', 'a', '.', 'n', 'u', '\0', /* "madokami.net", true */ 'm', 'a', 'd', 'o', 'k', 'a', 'm', 'i', '.', 'n', 'e', 't', '\0', /* "madrants.net", true */ 'm', 'a', 'd', 'r', 'a', 'n', 't', 's', '.', 'n', 'e', 't', '\0', /* "madreacqua.org", true */ 'm', 'a', 'd', 'r', 'e', 'a', 'c', 'q', 'u', 'a', '.', 'o', 'r', 'g', '\0', /* "madtec.de", true */ 'm', 'a', 'd', 't', 'e', 'c', '.', 'd', 'e', '\0', /* "madusecurity.com", true */ 'm', 'a', 'd', 'u', 's', 'e', 'c', 'u', 'r', 'i', 't', 'y', '.', 'c', 'o', 'm', '\0', + /* "maelstrom.ninja", true */ 'm', 'a', 'e', 'l', 's', 't', 'r', 'o', 'm', '.', 'n', 'i', 'n', 'j', 'a', '\0', /* "maestrano.com", true */ 'm', 'a', 'e', 's', 't', 'r', 'a', 'n', 'o', '.', 'c', 'o', 'm', '\0', /* "maff.co.uk", true */ 'm', 'a', 'f', 'f', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "maff.scot", false */ 'm', 'a', 'f', 'f', '.', 's', 'c', 'o', 't', '\0', /* "mafia.network", true */ 'm', 'a', 'f', 'i', 'a', '.', 'n', 'e', 't', 'w', 'o', 'r', 'k', '\0', /* "mafiaforum.de", true */ 'm', 'a', 'f', 'i', 'a', 'f', 'o', 'r', 'u', 'm', '.', 'd', 'e', '\0', /* "mafiasi.de", true */ 'm', 'a', 'f', 'i', 'a', 's', 'i', '.', 'd', 'e', '\0', /* "magasinsalledebains.be", true */ 'm', 'a', 'g', 'a', 's', 'i', 'n', 's', 'a', 'l', 'l', 'e', 'd', 'e', 'b', 'a', 'i', 'n', 's', '.', 'b', 'e', '\0', /* "magasinsalledebains.fr", true */ 'm', 'a', 'g', 'a', 's', 'i', 'n', 's', 'a', 'l', 'l', 'e', 'd', 'e', 'b', 'a', 'i', 'n', 's', '.', 'f', 'r', '\0', @@ -12070,19 +12076,19 @@ static const char kSTSHostTable[] = { /* "marrai.de", true */ 'm', 'a', 'r', 'r', 'a', 'i', '.', 'd', 'e', '\0', /* "marriage-shrine.jp", true */ 'm', 'a', 'r', 'r', 'i', 'a', 'g', 'e', '-', 's', 'h', 'r', 'i', 'n', 'e', '.', 'j', 'p', '\0', /* "marrickvilleapartments.com.au", true */ 'm', 'a', 'r', 'r', 'i', 'c', 'k', 'v', 'i', 'l', 'l', 'e', 'a', 'p', 'a', 'r', 't', 'm', 'e', 'n', 't', 's', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "marsanvet.com", true */ 'm', 'a', 'r', 's', 'a', 'n', 'v', 'e', 't', '.', 'c', 'o', 'm', '\0', /* "marsatapp.com", true */ 'm', 'a', 'r', 's', 'a', 't', 'a', 'p', 'p', '.', 'c', 'o', 'm', '\0', /* "marsble.com", true */ 'm', 'a', 'r', 's', 'b', 'l', 'e', '.', 'c', 'o', 'm', '\0', /* "martelange.ovh", true */ 'm', 'a', 'r', 't', 'e', 'l', 'a', 'n', 'g', 'e', '.', 'o', 'v', 'h', '\0', /* "martensmxservice.nl", true */ 'm', 'a', 'r', 't', 'e', 'n', 's', 'm', 'x', 's', 'e', 'r', 'v', 'i', 'c', 'e', '.', 'n', 'l', '\0', + /* "martensson.io", true */ 'm', 'a', 'r', 't', 'e', 'n', 's', 's', 'o', 'n', '.', 'i', 'o', '\0', /* "martialc.be", true */ 'm', 'a', 'r', 't', 'i', 'a', 'l', 'c', '.', 'b', 'e', '\0', /* "martiestrimsalon.nl", true */ 'm', 'a', 'r', 't', 'i', 'e', 's', 't', 'r', 'i', 'm', 's', 'a', 'l', 'o', 'n', '.', 'n', 'l', '\0', - /* "martin-mattel.com", true */ 'm', 'a', 'r', 't', 'i', 'n', '-', 'm', 'a', 't', 't', 'e', 'l', '.', 'c', 'o', 'm', '\0', /* "martine.nu", true */ 'm', 'a', 'r', 't', 'i', 'n', 'e', '.', 'n', 'u', '\0', /* "martinkup.cz", true */ 'm', 'a', 'r', 't', 'i', 'n', 'k', 'u', 'p', '.', 'c', 'z', '\0', /* "martinkus.eu", true */ 'm', 'a', 'r', 't', 'i', 'n', 'k', 'u', 's', '.', 'e', 'u', '\0', /* "martinmuc.de", true */ 'm', 'a', 'r', 't', 'i', 'n', 'm', 'u', 'c', '.', 'd', 'e', '\0', /* "martinreed.net", true */ 'm', 'a', 'r', 't', 'i', 'n', 'r', 'e', 'e', 'd', '.', 'n', 'e', 't', '\0', /* "martinrogalla.com", true */ 'm', 'a', 'r', 't', 'i', 'n', 'r', 'o', 'g', 'a', 'l', 'l', 'a', '.', 'c', 'o', 'm', '\0', /* "martins.im", true */ 'm', 'a', 'r', 't', 'i', 'n', 's', '.', 'i', 'm', '\0', /* "martinsfamilyappliance.com", true */ 'm', 'a', 'r', 't', 'i', 'n', 's', 'f', 'a', 'm', 'i', 'l', 'y', 'a', 'p', 'p', 'l', 'i', 'a', 'n', 'c', 'e', '.', 'c', 'o', 'm', '\0', @@ -12145,16 +12151,17 @@ static const char kSTSHostTable[] = { /* "mathiasbynens.be", true */ 'm', 'a', 't', 'h', 'i', 'a', 's', 'b', 'y', 'n', 'e', 'n', 's', '.', 'b', 'e', '\0', /* "mathiasgarbe.de", true */ 'm', 'a', 't', 'h', 'i', 'a', 's', 'g', 'a', 'r', 'b', 'e', '.', 'd', 'e', '\0', /* "mathieuguimond.com", true */ 'm', 'a', 't', 'h', 'i', 'e', 'u', 'g', 'u', 'i', 'm', 'o', 'n', 'd', '.', 'c', 'o', 'm', '\0', /* "mathieui.net", true */ 'm', 'a', 't', 'h', 'i', 'e', 'u', 'i', '.', 'n', 'e', 't', '\0', /* "maths.network", true */ 'm', 'a', 't', 'h', 's', '.', 'n', 'e', 't', 'w', 'o', 'r', 'k', '\0', /* "mathspace.co", true */ 'm', 'a', 't', 'h', 's', 'p', 'a', 'c', 'e', '.', 'c', 'o', '\0', /* "matillat.ovh", true */ 'm', 'a', 't', 'i', 'l', 'l', 'a', 't', '.', 'o', 'v', 'h', '\0', /* "matlss.com", true */ 'm', 'a', 't', 'l', 's', 's', '.', 'c', 'o', 'm', '\0', + /* "matrixmedia.ro", true */ 'm', 'a', 't', 'r', 'i', 'x', 'm', 'e', 'd', 'i', 'a', '.', 'r', 'o', '\0', /* "matt.tf", true */ 'm', 'a', 't', 't', '.', 't', 'f', '\0', /* "mattandyana.com", true */ 'm', 'a', 't', 't', 'a', 'n', 'd', 'y', 'a', 'n', 'a', '.', 'c', 'o', 'm', '\0', /* "mattcarr.net", false */ 'm', 'a', 't', 't', 'c', 'a', 'r', 'r', '.', 'n', 'e', 't', '\0', /* "mattcoles.io", true */ 'm', 'a', 't', 't', 'c', 'o', 'l', 'e', 's', '.', 'i', 'o', '\0', /* "matteomarescotti.it", true */ 'm', 'a', 't', 't', 'e', 'o', 'm', 'a', 'r', 'e', 's', 'c', 'o', 't', 't', 'i', '.', 'i', 't', '\0', /* "mattferderer.com", true */ 'm', 'a', 't', 't', 'f', 'e', 'r', 'd', 'e', 'r', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "matthecat.com", true */ 'm', 'a', 't', 't', 'h', 'e', 'c', 'a', 't', '.', 'c', 'o', 'm', '\0', /* "matthew-carson.info", true */ 'm', 'a', 't', 't', 'h', 'e', 'w', '-', 'c', 'a', 'r', 's', 'o', 'n', '.', 'i', 'n', 'f', 'o', '\0', @@ -12206,16 +12213,17 @@ static const char kSTSHostTable[] = { /* "maximiliankrieg.de", true */ 'm', 'a', 'x', 'i', 'm', 'i', 'l', 'i', 'a', 'n', 'k', 'r', 'i', 'e', 'g', '.', 'd', 'e', '\0', /* "maximov.space", true */ 'm', 'a', 'x', 'i', 'm', 'o', 'v', '.', 's', 'p', 'a', 'c', 'e', '\0', /* "maxkaul.de", true */ 'm', 'a', 'x', 'k', 'a', 'u', 'l', '.', 'd', 'e', '\0', /* "maxmilton.com", true */ 'm', 'a', 'x', 'm', 'i', 'l', 't', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "maxtruxa.com", true */ 'm', 'a', 'x', 't', 'r', 'u', 'x', 'a', '.', 'c', 'o', 'm', '\0', /* "maxwaellenergie.de", true */ 'm', 'a', 'x', 'w', 'a', 'e', 'l', 'l', 'e', 'n', 'e', 'r', 'g', 'i', 'e', '.', 'd', 'e', '\0', /* "maxwell-english.co.jp", false */ 'm', 'a', 'x', 'w', 'e', 'l', 'l', '-', 'e', 'n', 'g', 'l', 'i', 's', 'h', '.', 'c', 'o', '.', 'j', 'p', '\0', /* "maxwellflynn.com", true */ 'm', 'a', 'x', 'w', 'e', 'l', 'l', 'f', 'l', 'y', 'n', 'n', '.', 'c', 'o', 'm', '\0', + /* "may24.tw", true */ 'm', 'a', 'y', '2', '4', '.', 't', 'w', '\0', /* "mayerbrownllz.com", true */ 'm', 'a', 'y', 'e', 'r', 'b', 'r', 'o', 'w', 'n', 'l', 'l', 'z', '.', 'c', 'o', 'm', '\0', /* "maypolevilla.co.uk", true */ 'm', 'a', 'y', 'p', 'o', 'l', 'e', 'v', 'i', 'l', 'l', 'a', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "mayrhofer.eu.org", true */ 'm', 'a', 'y', 'r', 'h', 'o', 'f', 'e', 'r', '.', 'e', 'u', '.', 'o', 'r', 'g', '\0', /* "mazda-mps.de", true */ 'm', 'a', 'z', 'd', 'a', '-', 'm', 'p', 's', '.', 'd', 'e', '\0', /* "maze.fr", true */ 'm', 'a', 'z', 'e', '.', 'f', 'r', '\0', /* "mb-is.info", true */ 'm', 'b', '-', 'i', 's', '.', 'i', 'n', 'f', 'o', '\0', /* "mbaestlein.de", true */ 'm', 'b', 'a', 'e', 's', 't', 'l', 'e', 'i', 'n', '.', 'd', 'e', '\0', /* "mbardot.com", true */ 'm', 'b', 'a', 'r', 'd', 'o', 't', '.', 'c', 'o', 'm', '\0', @@ -12265,23 +12273,23 @@ static const char kSTSHostTable[] = { /* "mcneill.io", true */ 'm', 'c', 'n', 'e', 'i', 'l', 'l', '.', 'i', 'o', '\0', /* "mcnext.net", true */ 'm', 'c', 'n', 'e', 'x', 't', '.', 'n', 'e', 't', '\0', /* "mcooperlaw.com", true */ 'm', 'c', 'o', 'o', 'p', 'e', 'r', 'l', 'a', 'w', '.', 'c', 'o', 'm', '\0', /* "mcpart.land", true */ 'm', 'c', 'p', 'a', 'r', 't', '.', 'l', 'a', 'n', 'd', '\0', /* "mcrn.jp", true */ 'm', 'c', 'r', 'n', '.', 'j', 'p', '\0', /* "mcsa-usa.org", true */ 'm', 'c', 's', 'a', '-', 'u', 's', 'a', '.', 'o', 'r', 'g', '\0', /* "mcsniper.co", true */ 'm', 'c', 's', 'n', 'i', 'p', 'e', 'r', '.', 'c', 'o', '\0', /* "mcsnovatamabayan.com", true */ 'm', 'c', 's', 'n', 'o', 'v', 'a', 't', 'a', 'm', 'a', 'b', 'a', 'y', 'a', 'n', '.', 'c', 'o', 'm', '\0', - /* "mctherealm.net", true */ 'm', 'c', 't', 'h', 'e', 'r', 'e', 'a', 'l', 'm', '.', 'n', 'e', 't', '\0', /* "mcuong.tk", false */ 'm', 'c', 'u', 'o', 'n', 'g', '.', 't', 'k', '\0', /* "mcynews.com", true */ 'm', 'c', 'y', 'n', 'e', 'w', 's', '.', 'c', 'o', 'm', '\0', /* "mcyukon.com", true */ 'm', 'c', 'y', 'u', 'k', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "md5file.com", true */ 'm', 'd', '5', 'f', 'i', 'l', 'e', '.', 'c', 'o', 'm', '\0', /* "md5hashing.net", true */ 'm', 'd', '5', 'h', 'a', 's', 'h', 'i', 'n', 'g', '.', 'n', 'e', 't', '\0', /* "mdcloudpracticesolutions.com", true */ 'm', 'd', 'c', 'l', 'o', 'u', 'd', 'p', 'r', 'a', 'c', 't', 'i', 'c', 'e', 's', 'o', 'l', 'u', 't', 'i', 'o', 'n', 's', '.', 'c', 'o', 'm', '\0', + /* "mdcloudps.com", true */ 'm', 'd', 'c', 'l', 'o', 'u', 'd', 'p', 's', '.', 'c', 'o', 'm', '\0', /* "mdek.at", true */ 'm', 'd', 'e', 'k', '.', 'a', 't', '\0', /* "mdewendt.de", true */ 'm', 'd', 'e', 'w', 'e', 'n', 'd', 't', '.', 'd', 'e', '\0', /* "mdkr.nl", true */ 'm', 'd', 'k', 'r', '.', 'n', 'l', '\0', /* "mdma.net", true */ 'm', 'd', 'm', 'a', '.', 'n', 'e', 't', '\0', /* "mdmed.clinic", true */ 'm', 'd', 'm', 'e', 'd', '.', 'c', 'l', 'i', 'n', 'i', 'c', '\0', /* "mdns.eu", true */ 'm', 'd', 'n', 's', '.', 'e', 'u', '\0', /* "mdosch.de", true */ 'm', 'd', 'o', 's', 'c', 'h', '.', 'd', 'e', '\0', /* "mdpraha.cz", true */ 'm', 'd', 'p', 'r', 'a', 'h', 'a', '.', 'c', 'z', '\0', @@ -12567,17 +12575,17 @@ static const char kSTSHostTable[] = { /* "mika.moe", true */ 'm', 'i', 'k', 'a', '.', 'm', 'o', 'e', '\0', /* "mikadesign.se", false */ 'm', 'i', 'k', 'a', 'd', 'e', 's', 'i', 'g', 'n', '.', 's', 'e', '\0', /* "mikadoe.nl", true */ 'm', 'i', 'k', 'a', 'd', 'o', 'e', '.', 'n', 'l', '\0', /* "mikaela.info", true */ 'm', 'i', 'k', 'a', 'e', 'l', 'a', '.', 'i', 'n', 'f', 'o', '\0', /* "mikalikes.men", true */ 'm', 'i', 'k', 'a', 'l', 'i', 'k', 'e', 's', '.', 'm', 'e', 'n', '\0', /* "mike-bland.com", true */ 'm', 'i', 'k', 'e', '-', 'b', 'l', 'a', 'n', 'd', '.', 'c', 'o', 'm', '\0', /* "mikecb.org", true */ 'm', 'i', 'k', 'e', 'c', 'b', '.', 'o', 'r', 'g', '\0', /* "mikegerwitz.com", true */ 'm', 'i', 'k', 'e', 'g', 'e', 'r', 'w', 'i', 't', 'z', '.', 'c', 'o', 'm', '\0', - /* "mikepair.net", true */ 'm', 'i', 'k', 'e', 'p', 'a', 'i', 'r', '.', 'n', 'e', 't', '\0', + /* "mikes.tk", true */ 'm', 'i', 'k', 'e', 's', '.', 't', 'k', '\0', /* "miketabor.com", true */ 'm', 'i', 'k', 'e', 't', 'a', 'b', 'o', 'r', '.', 'c', 'o', 'm', '\0', /* "miketheuer.com", true */ 'm', 'i', 'k', 'e', 't', 'h', 'e', 'u', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "mikewest.org", true */ 'm', 'i', 'k', 'e', 'w', 'e', 's', 't', '.', 'o', 'r', 'g', '\0', /* "mikewillia.ms", true */ 'm', 'i', 'k', 'e', 'w', 'i', 'l', 'l', 'i', 'a', '.', 'm', 's', '\0', /* "miki.it", true */ 'm', 'i', 'k', 'i', '.', 'i', 't', '\0', /* "mikii.club", true */ 'm', 'i', 'k', 'i', 'i', '.', 'c', 'l', 'u', 'b', '\0', /* "mikkelvej.dk", true */ 'm', 'i', 'k', 'k', 'e', 'l', 'v', 'e', 'j', '.', 'd', 'k', '\0', /* "miklcct.com", true */ 'm', 'i', 'k', 'l', 'c', 'c', 't', '.', 'c', 'o', 'm', '\0', @@ -12607,17 +12615,16 @@ static const char kSTSHostTable[] = { /* "millstep.de", true */ 'm', 'i', 'l', 'l', 's', 't', 'e', 'p', '.', 'd', 'e', '\0', /* "milonga.tips", true */ 'm', 'i', 'l', 'o', 'n', 'g', 'a', '.', 't', 'i', 'p', 's', '\0', /* "miluriel.de", true */ 'm', 'i', 'l', 'u', 'r', 'i', 'e', 'l', '.', 'd', 'e', '\0', /* "mim.properties", true */ 'm', 'i', 'm', '.', 'p', 'r', 'o', 'p', 'e', 'r', 't', 'i', 'e', 's', '\0', /* "mimeit.de", true */ 'm', 'i', 'm', 'e', 'i', 't', '.', 'd', 'e', '\0', /* "mimemo.io", true */ 'm', 'i', 'm', 'e', 'm', 'o', '.', 'i', 'o', '\0', /* "mimeo.digital", true */ 'm', 'i', 'm', 'e', 'o', '.', 'd', 'i', 'g', 'i', 't', 'a', 'l', '\0', /* "mimithedog.com", true */ 'm', 'i', 'm', 'i', 't', 'h', 'e', 'd', 'o', 'g', '.', 'c', 'o', 'm', '\0', - /* "mimobile.website", true */ 'm', 'i', 'm', 'o', 'b', 'i', 'l', 'e', '.', 'w', 'e', 'b', 's', 'i', 't', 'e', '\0', /* "mimocad.io", true */ 'm', 'i', 'm', 'o', 'c', 'a', 'd', '.', 'i', 'o', '\0', /* "mimovrste.com", true */ 'm', 'i', 'm', 'o', 'v', 'r', 's', 't', 'e', '.', 'c', 'o', 'm', '\0', /* "min-sky.no", true */ 'm', 'i', 'n', '-', 's', 'k', 'y', '.', 'n', 'o', '\0', /* "minacssas.com", true */ 'm', 'i', 'n', 'a', 'c', 's', 's', 'a', 's', '.', 'c', 'o', 'm', '\0', /* "minakov.pro", true */ 'm', 'i', 'n', 'a', 'k', 'o', 'v', '.', 'p', 'r', 'o', '\0', /* "minami.xyz", true */ 'm', 'i', 'n', 'a', 'm', 'i', '.', 'x', 'y', 'z', '\0', /* "minantavla.se", true */ 'm', 'i', 'n', 'a', 'n', 't', 'a', 'v', 'l', 'a', '.', 's', 'e', '\0', /* "minaprine.com", true */ 'm', 'i', 'n', 'a', 'p', 'r', 'i', 'n', 'e', '.', 'c', 'o', 'm', '\0', @@ -12711,16 +12718,17 @@ static const char kSTSHostTable[] = { /* "missualready.com", true */ 'm', 'i', 's', 's', 'u', 'a', 'l', 'r', 'e', 'a', 'd', 'y', '.', 'c', 'o', 'm', '\0', /* "missycosmeticos.com.br", true */ 'm', 'i', 's', 's', 'y', 'c', 'o', 's', 'm', 'e', 't', 'i', 'c', 'o', 's', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "mistacms.com", true */ 'm', 'i', 's', 't', 'a', 'c', 'm', 's', '.', 'c', 'o', 'm', '\0', /* "mister-cooks.fr", true */ 'm', 'i', 's', 't', 'e', 'r', '-', 'c', 'o', 'o', 'k', 's', '.', 'f', 'r', '\0', /* "mistreaded.com", true */ 'm', 'i', 's', 't', 'r', 'e', 'a', 'd', 'e', 'd', '.', 'c', 'o', 'm', '\0', /* "mistybox.com", true */ 'm', 'i', 's', 't', 'y', 'b', 'o', 'x', '.', 'c', 'o', 'm', '\0', /* "misupport.dk", true */ 'm', 'i', 's', 'u', 'p', 'p', 'o', 'r', 't', '.', 'd', 'k', '\0', /* "mit-uns.org", true */ 'm', 'i', 't', '-', 'u', 'n', 's', '.', 'o', 'r', 'g', '\0', + /* "mita.me", true */ 'm', 'i', 't', 'a', '.', 'm', 'e', '\0', /* "mitarbeiter-pc.de", true */ 'm', 'i', 't', 'a', 'r', 'b', 'e', 'i', 't', 'e', 'r', '-', 'p', 'c', '.', 'd', 'e', '\0', /* "mitchellhandymanservices.co.uk", true */ 'm', 'i', 't', 'c', 'h', 'e', 'l', 'l', 'h', 'a', 'n', 'd', 'y', 'm', 'a', 'n', 's', 'e', 'r', 'v', 'i', 'c', 'e', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "mitchellrenouf.ca", true */ 'm', 'i', 't', 'c', 'h', 'e', 'l', 'l', 'r', 'e', 'n', 'o', 'u', 'f', '.', 'c', 'a', '\0', /* "mitior.net", true */ 'm', 'i', 't', 'i', 'o', 'r', '.', 'n', 'e', 't', '\0', /* "mitnetz-gas.de", true */ 'm', 'i', 't', 'n', 'e', 't', 'z', '-', 'g', 'a', 's', '.', 'd', 'e', '\0', /* "mitnetz-strom.de", true */ 'm', 'i', 't', 'n', 'e', 't', 'z', '-', 's', 't', 'r', 'o', 'm', '.', 'd', 'e', '\0', /* "mitrecaasd.org", true */ 'm', 'i', 't', 'r', 'e', 'c', 'a', 'a', 's', 'd', '.', 'o', 'r', 'g', '\0', /* "mitremai.org", true */ 'm', 'i', 't', 'r', 'e', 'm', 'a', 'i', '.', 'o', 'r', 'g', '\0', @@ -13141,17 +13149,16 @@ static const char kSTSHostTable[] = { /* "mwba.org", true */ 'm', 'w', 'b', 'a', '.', 'o', 'r', 'g', '\0', /* "mwe.st", true */ 'm', 'w', 'e', '.', 's', 't', '\0', /* "mwohlfarth.de", true */ 'm', 'w', 'o', 'h', 'l', 'f', 'a', 'r', 't', 'h', '.', 'd', 'e', '\0', /* "mx.org.ua", true */ 'm', 'x', '.', 'o', 'r', 'g', '.', 'u', 'a', '\0', /* "mx.search.yahoo.com", false */ 'm', 'x', '.', 's', 'e', 'a', 'r', 'c', 'h', '.', 'y', 'a', 'h', 'o', 'o', '.', 'c', 'o', 'm', '\0', /* "mxawei.cn", true */ 'm', 'x', 'a', 'w', 'e', 'i', '.', 'c', 'n', '\0', /* "mxihan.xyz", true */ 'm', 'x', 'i', 'h', 'a', 'n', '.', 'x', 'y', 'z', '\0', /* "mxp.tw", true */ 'm', 'x', 'p', '.', 't', 'w', '\0', - /* "my-cdn.de", true */ 'm', 'y', '-', 'c', 'd', 'n', '.', 'd', 'e', '\0', /* "my-demo.co", true */ 'm', 'y', '-', 'd', 'e', 'm', 'o', '.', 'c', 'o', '\0', /* "my-dick.ru", true */ 'm', 'y', '-', 'd', 'i', 'c', 'k', '.', 'r', 'u', '\0', /* "my-dns.co.il", true */ 'm', 'y', '-', 'd', 'n', 's', '.', 'c', 'o', '.', 'i', 'l', '\0', /* "my-floor.com", true */ 'm', 'y', '-', 'f', 'l', 'o', 'o', 'r', '.', 'c', 'o', 'm', '\0', /* "my-hps.de", true */ 'm', 'y', '-', 'h', 'p', 's', '.', 'd', 'e', '\0', /* "my-pawnshop.com.ua", false */ 'm', 'y', '-', 'p', 'a', 'w', 'n', 's', 'h', 'o', 'p', '.', 'c', 'o', 'm', '.', 'u', 'a', '\0', /* "my-plancha.ch", true */ 'm', 'y', '-', 'p', 'l', 'a', 'n', 'c', 'h', 'a', '.', 'c', 'h', '\0', /* "my-voice.nl", false */ 'm', 'y', '-', 'v', 'o', 'i', 'c', 'e', '.', 'n', 'l', '\0', @@ -13355,17 +13362,16 @@ static const char kSTSHostTable[] = { /* "nanubo.de", true */ 'n', 'a', 'n', 'u', 'b', 'o', '.', 'd', 'e', '\0', /* "napisynapomniky.cz", true */ 'n', 'a', 'p', 'i', 's', 'y', 'n', 'a', 'p', 'o', 'm', 'n', 'i', 'k', 'y', '.', 'c', 'z', '\0', /* "napolinissanctparts.com", true */ 'n', 'a', 'p', 'o', 'l', 'i', 'n', 'i', 's', 's', 'a', 'n', 'c', 't', 'p', 'a', 'r', 't', 's', '.', 'c', 'o', 'm', '\0', /* "narach.com", true */ 'n', 'a', 'r', 'a', 'c', 'h', '.', 'c', 'o', 'm', '\0', /* "naralogics.com", true */ 'n', 'a', 'r', 'a', 'l', 'o', 'g', 'i', 'c', 's', '.', 'c', 'o', 'm', '\0', /* "narfation.org", true */ 'n', 'a', 'r', 'f', 'a', 't', 'i', 'o', 'n', '.', 'o', 'r', 'g', '\0', /* "nargele.eu", true */ 'n', 'a', 'r', 'g', 'e', 'l', 'e', '.', 'e', 'u', '\0', /* "nargileh.nl", true */ 'n', 'a', 'r', 'g', 'i', 'l', 'e', 'h', '.', 'n', 'l', '\0', - /* "narindal.ch", true */ 'n', 'a', 'r', 'i', 'n', 'd', 'a', 'l', '.', 'c', 'h', '\0', /* "narko.space", true */ 'n', 'a', 'r', 'k', 'o', '.', 's', 'p', 'a', 'c', 'e', '\0', /* "narmos.ch", true */ 'n', 'a', 'r', 'm', 'o', 's', '.', 'c', 'h', '\0', /* "naro.se", true */ 'n', 'a', 'r', 'o', '.', 's', 'e', '\0', /* "narodniki.com", true */ 'n', 'a', 'r', 'o', 'd', 'n', 'i', 'k', 'i', '.', 'c', 'o', 'm', '\0', /* "narodsovety.ru", true */ 'n', 'a', 'r', 'o', 'd', 's', 'o', 'v', 'e', 't', 'y', '.', 'r', 'u', '\0', /* "naroska.name", true */ 'n', 'a', 'r', 'o', 's', 'k', 'a', '.', 'n', 'a', 'm', 'e', '\0', /* "narrativasdigitais.pt", true */ 'n', 'a', 'r', 'r', 'a', 't', 'i', 'v', 'a', 's', 'd', 'i', 'g', 'i', 't', 'a', 'i', 's', '.', 'p', 't', '\0', /* "narthollis.net", true */ 'n', 'a', 'r', 't', 'h', 'o', 'l', 'l', 'i', 's', '.', 'n', 'e', 't', '\0', @@ -13476,17 +13482,16 @@ static const char kSTSHostTable[] = { /* "negai.moe", true */ 'n', 'e', 'g', 'a', 'i', '.', 'm', 'o', 'e', '\0', /* "neglecteddiseases.gov", true */ 'n', 'e', 'g', 'l', 'e', 'c', 't', 'e', 'd', 'd', 'i', 's', 'e', 'a', 's', 'e', 's', '.', 'g', 'o', 'v', '\0', /* "neillans.co.uk", true */ 'n', 'e', 'i', 'l', 'l', 'a', 'n', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "neillans.com", true */ 'n', 'e', 'i', 'l', 'l', 'a', 'n', 's', '.', 'c', 'o', 'm', '\0', /* "neilwynne.com", true */ 'n', 'e', 'i', 'l', 'w', 'y', 'n', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "neko-nyan.org", true */ 'n', 'e', 'k', 'o', '-', 'n', 'y', 'a', 'n', '.', 'o', 'r', 'g', '\0', /* "neko.li", true */ 'n', 'e', 'k', 'o', '.', 'l', 'i', '\0', /* "nekomimi.pl", true */ 'n', 'e', 'k', 'o', 'm', 'i', 'm', 'i', '.', 'p', 'l', '\0', - /* "nekosc.com", true */ 'n', 'e', 'k', 'o', 's', 'c', '.', 'c', 'o', 'm', '\0', /* "nekowa.moe", true */ 'n', 'e', 'k', 'o', 'w', 'a', '.', 'm', 'o', 'e', '\0', /* "nelhage.com", true */ 'n', 'e', 'l', 'h', 'a', 'g', 'e', '.', 'c', 'o', 'm', '\0', /* "nella-project.org", true */ 'n', 'e', 'l', 'l', 'a', '-', 'p', 'r', 'o', 'j', 'e', 'c', 't', '.', 'o', 'r', 'g', '\0', /* "nellacms.com", true */ 'n', 'e', 'l', 'l', 'a', 'c', 'm', 's', '.', 'c', 'o', 'm', '\0', /* "nellacms.org", true */ 'n', 'e', 'l', 'l', 'a', 'c', 'm', 's', '.', 'o', 'r', 'g', '\0', /* "nellafw.org", true */ 'n', 'e', 'l', 'l', 'a', 'f', 'w', '.', 'o', 'r', 'g', '\0', /* "nellen.it", true */ 'n', 'e', 'l', 'l', 'e', 'n', '.', 'i', 't', '\0', /* "nemcd.com", true */ 'n', 'e', 'm', 'c', 'd', '.', 'c', 'o', 'm', '\0', @@ -13554,16 +13559,17 @@ static const char kSTSHostTable[] = { /* "netrider.net.au", false */ 'n', 'e', 't', 'r', 'i', 'd', 'e', 'r', '.', 'n', 'e', 't', '.', 'a', 'u', '\0', /* "netronix.be", true */ 'n', 'e', 't', 'r', 'o', 'n', 'i', 'x', '.', 'b', 'e', '\0', /* "netsight.org", true */ 'n', 'e', 't', 's', 'i', 'g', 'h', 't', '.', 'o', 'r', 'g', '\0', /* "netsigna.de", true */ 'n', 'e', 't', 's', 'i', 'g', 'n', 'a', '.', 'd', 'e', '\0', /* "netsite.dk", true */ 'n', 'e', 't', 's', 'i', 't', 'e', '.', 'd', 'k', '\0', /* "netsoins.org", true */ 'n', 'e', 't', 's', 'o', 'i', 'n', 's', '.', 'o', 'r', 'g', '\0', /* "netsparker.com", false */ 'n', 'e', 't', 's', 'p', 'a', 'r', 'k', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "netsparkercloud.com", true */ 'n', 'e', 't', 's', 'p', 'a', 'r', 'k', 'e', 'r', 'c', 'l', 'o', 'u', 'd', '.', 'c', 'o', 'm', '\0', + /* "netsystems.pro", true */ 'n', 'e', 't', 's', 'y', 's', 't', 'e', 'm', 's', '.', 'p', 'r', 'o', '\0', /* "nette.org", true */ 'n', 'e', 't', 't', 'e', '.', 'o', 'r', 'g', '\0', /* "nettia.fi", true */ 'n', 'e', 't', 't', 'i', 'a', '.', 'f', 'i', '\0', /* "netto-service.ch", true */ 'n', 'e', 't', 't', 'o', '-', 's', 'e', 'r', 'v', 'i', 'c', 'e', '.', 'c', 'h', '\0', /* "nettools.link", true */ 'n', 'e', 't', 't', 'o', 'o', 'l', 's', '.', 'l', 'i', 'n', 'k', '\0', /* "nettopower.dk", true */ 'n', 'e', 't', 't', 'o', 'p', 'o', 'w', 'e', 'r', '.', 'd', 'k', '\0', /* "nettplusultra-rhone.fr", true */ 'n', 'e', 't', 't', 'p', 'l', 'u', 's', 'u', 'l', 't', 'r', 'a', '-', 'r', 'h', 'o', 'n', 'e', '.', 'f', 'r', '\0', /* "nettx.co.uk", true */ 'n', 'e', 't', 't', 'x', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "netulo.com", true */ 'n', 'e', 't', 'u', 'l', 'o', '.', 'c', 'o', 'm', '\0', @@ -13755,16 +13761,17 @@ static const char kSTSHostTable[] = { /* "nirudo.me", true */ 'n', 'i', 'r', 'u', 'd', 'o', '.', 'm', 'e', '\0', /* "nissanofbismarckparts.com", true */ 'n', 'i', 's', 's', 'a', 'n', 'o', 'f', 'b', 'i', 's', 'm', 'a', 'r', 'c', 'k', 'p', 'a', 'r', 't', 's', '.', 'c', 'o', 'm', '\0', /* "nitrokey.com", true */ 'n', 'i', 't', 'r', 'o', 'k', 'e', 'y', '.', 'c', 'o', 'm', '\0', /* "nitropanel.com", true */ 'n', 'i', 't', 'r', 'o', 'p', 'a', 'n', 'e', 'l', '.', 'c', 'o', 'm', '\0', /* "nitropur.com", true */ 'n', 'i', 't', 'r', 'o', 'p', 'u', 'r', '.', 'c', 'o', 'm', '\0', /* "nitropur.de", true */ 'n', 'i', 't', 'r', 'o', 'p', 'u', 'r', '.', 'd', 'e', '\0', /* "nitrous-networks.com", true */ 'n', 'i', 't', 'r', 'o', 'u', 's', '-', 'n', 'e', 't', 'w', 'o', 'r', 'k', 's', '.', 'c', 'o', 'm', '\0', /* "niu.moe", true */ 'n', 'i', 'u', '.', 'm', 'o', 'e', '\0', + /* "niva.synology.me", true */ 'n', 'i', 'v', 'a', '.', 's', 'y', 'n', 'o', 'l', 'o', 'g', 'y', '.', 'm', 'e', '\0', /* "nivi.ca", true */ 'n', 'i', 'v', 'i', '.', 'c', 'a', '\0', /* "nja.id.au", true */ 'n', 'j', 'a', '.', 'i', 'd', '.', 'a', 'u', '\0', /* "njpjanssen.nl", true */ 'n', 'j', 'p', 'j', 'a', 'n', 's', 's', 'e', 'n', '.', 'n', 'l', '\0', /* "nkadvertising.online", true */ 'n', 'k', 'a', 'd', 'v', 'e', 'r', 't', 'i', 's', 'i', 'n', 'g', '.', 'o', 'n', 'l', 'i', 'n', 'e', '\0', /* "nkinka.de", true */ 'n', 'k', 'i', 'n', 'k', 'a', '.', 'd', 'e', '\0', /* "nl-ix.net", true */ 'n', 'l', '-', 'i', 'x', '.', 'n', 'e', 't', '\0', /* "nl.search.yahoo.com", false */ 'n', 'l', '.', 's', 'e', 'a', 'r', 'c', 'h', '.', 'y', 'a', 'h', 'o', 'o', '.', 'c', 'o', 'm', '\0', /* "nlap.ca", true */ 'n', 'l', 'a', 'p', '.', 'c', 'a', '\0', @@ -14164,16 +14171,17 @@ static const char kSTSHostTable[] = { /* "omi-news.fr", true */ 'o', 'm', 'i', '-', 'n', 'e', 'w', 's', '.', 'f', 'r', '\0', /* "omifind.com", true */ 'o', 'm', 'i', 'f', 'i', 'n', 'd', '.', 'c', 'o', 'm', '\0', /* "omitech.co.uk", true */ 'o', 'm', 'i', 't', 'e', 'c', 'h', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "ommahpost.com", true */ 'o', 'm', 'm', 'a', 'h', 'p', 'o', 's', 't', '.', 'c', 'o', 'm', '\0', /* "omniasl.com", true */ 'o', 'm', 'n', 'i', 'a', 's', 'l', '.', 'c', 'o', 'm', '\0', /* "omniatv.com", true */ 'o', 'm', 'n', 'i', 'a', 't', 'v', '.', 'c', 'o', 'm', '\0', /* "omnienviro.com", true */ 'o', 'm', 'n', 'i', 'e', 'n', 'v', 'i', 'r', 'o', '.', 'c', 'o', 'm', '\0', /* "omnienviro.com.au", true */ 'o', 'm', 'n', 'i', 'e', 'n', 'v', 'i', 'r', 'o', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', + /* "omniverse.ru", true */ 'o', 'm', 'n', 'i', 'v', 'e', 'r', 's', 'e', '.', 'r', 'u', '\0', /* "omorashi.org", true */ 'o', 'm', 'o', 'r', 'a', 's', 'h', 'i', '.', 'o', 'r', 'g', '\0', /* "omsdieppe.fr", true */ 'o', 'm', 's', 'd', 'i', 'e', 'p', 'p', 'e', '.', 'f', 'r', '\0', /* "onaboat.se", true */ 'o', 'n', 'a', 'b', 'o', 'a', 't', '.', 's', 'e', '\0', /* "onarto.com", true */ 'o', 'n', 'a', 'r', 't', 'o', '.', 'c', 'o', 'm', '\0', /* "oncf.asso.fr", true */ 'o', 'n', 'c', 'f', '.', 'a', 's', 's', 'o', '.', 'f', 'r', '\0', /* "oncodedesign.com", true */ 'o', 'n', 'c', 'o', 'd', 'e', 'd', 'e', 's', 'i', 'g', 'n', '.', 'c', 'o', 'm', '\0', /* "ondrej.org", true */ 'o', 'n', 'd', 'r', 'e', 'j', '.', 'o', 'r', 'g', '\0', /* "one---line.com", true */ 'o', 'n', 'e', '-', '-', '-', 'l', 'i', 'n', 'e', '.', 'c', 'o', 'm', '\0', @@ -14293,22 +14301,24 @@ static const char kSTSHostTable[] = { /* "opentrack.info", true */ 'o', 'p', 'e', 'n', 't', 'r', 'a', 'c', 'k', '.', 'i', 'n', 'f', 'o', '\0', /* "opentrash.org", true */ 'o', 'p', 'e', 'n', 't', 'r', 'a', 's', 'h', '.', 'o', 'r', 'g', '\0', /* "openverse.com", true */ 'o', 'p', 'e', 'n', 'v', 'e', 'r', 's', 'e', '.', 'c', 'o', 'm', '\0', /* "openvz.org", true */ 'o', 'p', 'e', 'n', 'v', 'z', '.', 'o', 'r', 'g', '\0', /* "openwireless.org", true */ 'o', 'p', 'e', 'n', 'w', 'i', 'r', 'e', 'l', 'e', 's', 's', '.', 'o', 'r', 'g', '\0', /* "operad.fr", true */ 'o', 'p', 'e', 'r', 'a', 'd', '.', 'f', 'r', '\0', /* "opiates.ca", true */ 'o', 'p', 'i', 'a', 't', 'e', 's', '.', 'c', 'a', '\0', /* "opiates.net", true */ 'o', 'p', 'i', 'a', 't', 'e', 's', '.', 'n', 'e', 't', '\0', + /* "opic.gov", true */ 'o', 'p', 'i', 'c', '.', 'g', 'o', 'v', '\0', /* "opin.me", true */ 'o', 'p', 'i', 'n', '.', 'm', 'e', '\0', /* "opioids.co.uk", true */ 'o', 'p', 'i', 'o', 'i', 'd', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "opioids.com", true */ 'o', 'p', 'i', 'o', 'i', 'd', 's', '.', 'c', 'o', 'm', '\0', /* "opium.io", true */ 'o', 'p', 'i', 'u', 'm', '.', 'i', 'o', '\0', /* "oplop.appspot.com", true */ 'o', 'p', 'l', 'o', 'p', '.', 'a', 'p', 'p', 's', 'p', 'o', 't', '.', 'c', 'o', 'm', '\0', /* "opp.ag", true */ 'o', 'p', 'p', '.', 'a', 'g', '\0', + /* "oppaiti.me", true */ 'o', 'p', 'p', 'a', 'i', 't', 'i', '.', 'm', 'e', '\0', /* "oppejoud.ee", true */ 'o', 'p', 'p', 'e', 'j', 'o', 'u', 'd', '.', 'e', 'e', '\0', /* "opportunis.me", true */ 'o', 'p', 'p', 'o', 'r', 't', 'u', 'n', 'i', 's', '.', 'm', 'e', '\0', /* "opportunitycorps.org", true */ 'o', 'p', 'p', 'o', 'r', 't', 'u', 'n', 'i', 't', 'y', 'c', 'o', 'r', 'p', 's', '.', 'o', 'r', 'g', '\0', /* "opq.pw", true */ 'o', 'p', 'q', '.', 'p', 'w', '\0', /* "oprbox.com", true */ 'o', 'p', 'r', 'b', 'o', 'x', '.', 'c', 'o', 'm', '\0', /* "oprechtgezegd.nl", true */ 'o', 'p', 'r', 'e', 'c', 'h', 't', 'g', 'e', 'z', 'e', 'g', 'd', '.', 'n', 'l', '\0', /* "opreismetingvoorunicef.nl", false */ 'o', 'p', 'r', 'e', 'i', 's', 'm', 'e', 't', 'i', 'n', 'g', 'v', 'o', 'o', 'r', 'u', 'n', 'i', 'c', 'e', 'f', '.', 'n', 'l', '\0', /* "opsmate.com", false */ 'o', 'p', 's', 'm', 'a', 't', 'e', '.', 'c', 'o', 'm', '\0', @@ -14327,17 +14337,16 @@ static const char kSTSHostTable[] = { /* "orangenbaum.at", true */ 'o', 'r', 'a', 'n', 'g', 'e', 'n', 'b', 'a', 'u', 'm', '.', 'a', 't', '\0', /* "orangetravel.eu", true */ 'o', 'r', 'a', 'n', 'g', 'e', 't', 'r', 'a', 'v', 'e', 'l', '.', 'e', 'u', '\0', /* "orangutan-appeal.org.uk", true */ 'o', 'r', 'a', 'n', 'g', 'u', 't', 'a', 'n', '-', 'a', 'p', 'p', 'e', 'a', 'l', '.', 'o', 'r', 'g', '.', 'u', 'k', '\0', /* "orbitsoft.com", true */ 'o', 'r', 'b', 'i', 't', 's', 'o', 'f', 't', '.', 'c', 'o', 'm', '\0', /* "orcahq.com", true */ 'o', 'r', 'c', 'a', 'h', 'q', '.', 'c', 'o', 'm', '\0', /* "orcamoney.com", true */ 'o', 'r', 'c', 'a', 'm', 'o', 'n', 'e', 'y', '.', 'c', 'o', 'm', '\0', /* "orchidsforum.com", true */ 'o', 'r', 'c', 'h', 'i', 'd', 's', 'f', 'o', 'r', 'u', 'm', '.', 'c', 'o', 'm', '\0', /* "orchidspaper.com", true */ 'o', 'r', 'c', 'h', 'i', 'd', 's', 'p', 'a', 'p', 'e', 'r', '.', 'c', 'o', 'm', '\0', - /* "order.one", true */ 'o', 'r', 'd', 'e', 'r', '.', 'o', 'n', 'e', '\0', /* "orderlounge.de", true */ 'o', 'r', 'd', 'e', 'r', 'l', 'o', 'u', 'n', 'g', 'e', '.', 'd', 'e', '\0', /* "ordernow.at", true */ 'o', 'r', 'd', 'e', 'r', 'n', 'o', 'w', '.', 'a', 't', '\0', /* "orderswift.com", true */ 'o', 'r', 'd', 'e', 'r', 's', 'w', 'i', 'f', 't', '.', 'c', 'o', 'm', '\0', /* "ordr.mobi", true */ 'o', 'r', 'd', 'r', '.', 'm', 'o', 'b', 'i', '\0', /* "oref-idf.com", true */ 'o', 'r', 'e', 'f', '-', 'i', 'd', 'f', '.', 'c', 'o', 'm', '\0', /* "oref-idf.net", true */ 'o', 'r', 'e', 'f', '-', 'i', 'd', 'f', '.', 'n', 'e', 't', '\0', /* "oref-idf.org", true */ 'o', 'r', 'e', 'f', '-', 'i', 'd', 'f', '.', 'o', 'r', 'g', '\0', /* "oreka.online", true */ 'o', 'r', 'e', 'k', 'a', '.', 'o', 'n', 'l', 'i', 'n', 'e', '\0', @@ -14444,16 +14453,17 @@ static const char kSTSHostTable[] = { /* "ownit.se", false */ 'o', 'w', 'n', 'i', 't', '.', 's', 'e', '\0', /* "ownspec.com", true */ 'o', 'w', 'n', 's', 'p', 'e', 'c', '.', 'c', 'o', 'm', '\0', /* "oxanababy.com", true */ 'o', 'x', 'a', 'n', 'a', 'b', 'a', 'b', 'y', '.', 'c', 'o', 'm', '\0', /* "oxelie.com", true */ 'o', 'x', 'e', 'l', 'i', 'e', '.', 'c', 'o', 'm', '\0', /* "oxygaming.com", true */ 'o', 'x', 'y', 'g', 'a', 'm', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "oxymc.com", true */ 'o', 'x', 'y', 'm', 'c', '.', 'c', 'o', 'm', '\0', /* "oxynux.xyz", true */ 'o', 'x', 'y', 'n', 'u', 'x', '.', 'x', 'y', 'z', '\0', /* "oxytocin.org", true */ 'o', 'x', 'y', 't', 'o', 'c', 'i', 'n', '.', 'o', 'r', 'g', '\0', + /* "oyoony.de", true */ 'o', 'y', 'o', 'o', 'n', 'y', '.', 'd', 'e', '\0', /* "oznamovacipovinnost.cz", true */ 'o', 'z', 'n', 'a', 'm', 'o', 'v', 'a', 'c', 'i', 'p', 'o', 'v', 'i', 'n', 'n', 'o', 's', 't', '.', 'c', 'z', '\0', /* "ozonitron.com", true */ 'o', 'z', 'o', 'n', 'i', 't', 'r', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "ozonitron.de", true */ 'o', 'z', 'o', 'n', 'i', 't', 'r', 'o', 'n', '.', 'd', 'e', '\0', /* "ozonitron.eu", true */ 'o', 'z', 'o', 'n', 'i', 't', 'r', 'o', 'n', '.', 'e', 'u', '\0', /* "ozonytron.com", true */ 'o', 'z', 'o', 'n', 'y', 't', 'r', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "ozonytron.de", true */ 'o', 'z', 'o', 'n', 'y', 't', 'r', 'o', 'n', '.', 'd', 'e', '\0', /* "ozonytron.eu", true */ 'o', 'z', 'o', 'n', 'y', 't', 'r', 'o', 'n', '.', 'e', 'u', '\0', /* "ozoz.cc", true */ 'o', 'z', 'o', 'z', '.', 'c', 'c', '\0', @@ -14505,26 +14515,26 @@ static const char kSTSHostTable[] = { /* "palationtrade.com", true */ 'p', 'a', 'l', 'a', 't', 'i', 'o', 'n', 't', 'r', 'a', 'd', 'e', '.', 'c', 'o', 'm', '\0', /* "palava.tv", true */ 'p', 'a', 'l', 'a', 'v', 'a', '.', 't', 'v', '\0', /* "paleosquawk.com", true */ 'p', 'a', 'l', 'e', 'o', 's', 'q', 'u', 'a', 'w', 'k', '.', 'c', 'o', 'm', '\0', /* "palletflow.com", true */ 'p', 'a', 'l', 'l', 'e', 't', 'f', 'l', 'o', 'w', '.', 'c', 'o', 'm', '\0', /* "palli.ch", true */ 'p', 'a', 'l', 'l', 'i', '.', 'c', 'h', '\0', /* "pamaniqu.nl", true */ 'p', 'a', 'm', 'a', 'n', 'i', 'q', 'u', '.', 'n', 'l', '\0', /* "pammbook.com", true */ 'p', 'a', 'm', 'm', 'b', 'o', 'o', 'k', '.', 'c', 'o', 'm', '\0', /* "pan.digital", true */ 'p', 'a', 'n', '.', 'd', 'i', 'g', 'i', 't', 'a', 'l', '\0', - /* "pan.tips", true */ 'p', 'a', 'n', '.', 't', 'i', 'p', 's', '\0', /* "panascais.io", true */ 'p', 'a', 'n', 'a', 's', 'c', 'a', 'i', 's', '.', 'i', 'o', '\0', /* "panaxis.ch", true */ 'p', 'a', 'n', 'a', 'x', 'i', 's', '.', 'c', 'h', '\0', /* "pandemicflu.gov", true */ 'p', 'a', 'n', 'd', 'e', 'm', 'i', 'c', 'f', 'l', 'u', '.', 'g', 'o', 'v', '\0', /* "pandoraflora.com", true */ 'p', 'a', 'n', 'd', 'o', 'r', 'a', 'f', 'l', 'o', 'r', 'a', '.', 'c', 'o', 'm', '\0', /* "pandymic.com", true */ 'p', 'a', 'n', 'd', 'y', 'm', 'i', 'c', '.', 'c', 'o', 'm', '\0', /* "paneldewelopera.pl", true */ 'p', 'a', 'n', 'e', 'l', 'd', 'e', 'w', 'e', 'l', 'o', 'p', 'e', 'r', 'a', '.', 'p', 'l', '\0', /* "panelomix.net", true */ 'p', 'a', 'n', 'e', 'l', 'o', 'm', 'i', 'x', '.', 'n', 'e', 't', '\0', /* "paneu.de", true */ 'p', 'a', 'n', 'e', 'u', '.', 'd', 'e', '\0', /* "panmetro.com", true */ 'p', 'a', 'n', 'm', 'e', 't', 'r', 'o', '.', 'c', 'o', 'm', '\0', + /* "panoranordic.net", true */ 'p', 'a', 'n', 'o', 'r', 'a', 'n', 'o', 'r', 'd', 'i', 'c', '.', 'n', 'e', 't', '\0', /* "panoti.com", false */ 'p', 'a', 'n', 'o', 't', 'i', '.', 'c', 'o', 'm', '\0', /* "panpsychism.com", true */ 'p', 'a', 'n', 'p', 's', 'y', 'c', 'h', 'i', 's', 'm', '.', 'c', 'o', 'm', '\0', /* "panpsychist.com", true */ 'p', 'a', 'n', 'p', 's', 'y', 'c', 'h', 'i', 's', 't', '.', 'c', 'o', 'm', '\0', /* "pantallasled.mx", true */ 'p', 'a', 'n', 't', 'a', 'l', 'l', 'a', 's', 'l', 'e', 'd', '.', 'm', 'x', '\0', /* "panthur.com.au", false */ 'p', 'a', 'n', 't', 'h', 'u', 'r', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "pantou.org", false */ 'p', 'a', 'n', 't', 'o', 'u', '.', 'o', 'r', 'g', '\0', /* "panzer72.ru", true */ 'p', 'a', 'n', 'z', 'e', 'r', '7', '2', '.', 'r', 'u', '\0', /* "pap.la", false */ 'p', 'a', 'p', '.', 'l', 'a', '\0', @@ -14544,16 +14554,17 @@ static const char kSTSHostTable[] = { /* "paradise-engineering.com", true */ 'p', 'a', 'r', 'a', 'd', 'i', 's', 'e', '-', 'e', 'n', 'g', 'i', 'n', 'e', 'e', 'r', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "paradise-engineers.com", true */ 'p', 'a', 'r', 'a', 'd', 'i', 's', 'e', '-', 'e', 'n', 'g', 'i', 'n', 'e', 'e', 'r', 's', '.', 'c', 'o', 'm', '\0', /* "paradisenazarene.com", true */ 'p', 'a', 'r', 'a', 'd', 'i', 's', 'e', 'n', 'a', 'z', 'a', 'r', 'e', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "paradoxdesigns.org", true */ 'p', 'a', 'r', 'a', 'd', 'o', 'x', 'd', 'e', 's', 'i', 'g', 'n', 's', '.', 'o', 'r', 'g', '\0', /* "paragon.com.sg", true */ 'p', 'a', 'r', 'a', 'g', 'o', 'n', '.', 'c', 'o', 'm', '.', 's', 'g', '\0', /* "paragon.edu", true */ 'p', 'a', 'r', 'a', 'g', 'o', 'n', '.', 'e', 'd', 'u', '\0', /* "paragonie.com", false */ 'p', 'a', 'r', 'a', 'g', 'o', 'n', 'i', 'e', '.', 'c', 'o', 'm', '\0', /* "paragreen.net", true */ 'p', 'a', 'r', 'a', 'g', 'r', 'e', 'e', 'n', '.', 'n', 'e', 't', '\0', + /* "parakranov.ru", true */ 'p', 'a', 'r', 'a', 'k', 'r', 'a', 'n', 'o', 'v', '.', 'r', 'u', '\0', /* "paranoxer.hu", true */ 'p', 'a', 'r', 'a', 'n', 'o', 'x', 'e', 'r', '.', 'h', 'u', '\0', /* "parasitologyclub.org", true */ 'p', 'a', 'r', 'a', 's', 'i', 't', 'o', 'l', 'o', 'g', 'y', 'c', 'l', 'u', 'b', '.', 'o', 'r', 'g', '\0', /* "paratlan.hu", true */ 'p', 'a', 'r', 'a', 't', 'l', 'a', 'n', '.', 'h', 'u', '\0', /* "paratxt.org", true */ 'p', 'a', 'r', 'a', 't', 'x', 't', '.', 'o', 'r', 'g', '\0', /* "parchcraftaustralia.com", true */ 'p', 'a', 'r', 'c', 'h', 'c', 'r', 'a', 'f', 't', 'a', 'u', 's', 't', 'r', 'a', 'l', 'i', 'a', '.', 'c', 'o', 'm', '\0', /* "parckwart.de", true */ 'p', 'a', 'r', 'c', 'k', 'w', 'a', 'r', 't', '.', 'd', 'e', '\0', /* "parcon.it", true */ 'p', 'a', 'r', 'c', 'o', 'n', '.', 'i', 't', '\0', /* "parentinterview.com", true */ 'p', 'a', 'r', 'e', 'n', 't', 'i', 'n', 't', 'e', 'r', 'v', 'i', 'e', 'w', '.', 'c', 'o', 'm', '\0', @@ -14564,17 +14575,17 @@ static const char kSTSHostTable[] = { /* "parisfranceparking.fr", true */ 'p', 'a', 'r', 'i', 's', 'f', 'r', 'a', 'n', 'c', 'e', 'p', 'a', 'r', 'k', 'i', 'n', 'g', '.', 'f', 'r', '\0', /* "parisfranceparking.nl", true */ 'p', 'a', 'r', 'i', 's', 'f', 'r', 'a', 'n', 'c', 'e', 'p', 'a', 'r', 'k', 'i', 'n', 'g', '.', 'n', 'l', '\0', /* "parisvox.info", true */ 'p', 'a', 'r', 'i', 's', 'v', 'o', 'x', '.', 'i', 'n', 'f', 'o', '\0', /* "parkingpoint.co.uk", true */ 'p', 'a', 'r', 'k', 'i', 'n', 'g', 'p', 'o', 'i', 'n', 't', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "parlamento.gub.uy", true */ 'p', 'a', 'r', 'l', 'a', 'm', 'e', 'n', 't', 'o', '.', 'g', 'u', 'b', '.', 'u', 'y', '\0', /* "parleu2016.nl", true */ 'p', 'a', 'r', 'l', 'e', 'u', '2', '0', '1', '6', '.', 'n', 'l', '\0', /* "parleur.net", false */ 'p', 'a', 'r', 'l', 'e', 'u', 'r', '.', 'n', 'e', 't', '\0', /* "parodybit.net", true */ 'p', 'a', 'r', 'o', 'd', 'y', 'b', 'i', 't', '.', 'n', 'e', 't', '\0', - /* "parolu.io", true */ 'p', 'a', 'r', 'o', 'l', 'u', '.', 'i', 'o', '\0', + /* "parolu.io", false */ 'p', 'a', 'r', 'o', 'l', 'u', '.', 'i', 'o', '\0', /* "parsemail.org", true */ 'p', 'a', 'r', 's', 'e', 'm', 'a', 'i', 'l', '.', 'o', 'r', 'g', '\0', /* "parser.nu", true */ 'p', 'a', 'r', 's', 'e', 'r', '.', 'n', 'u', '\0', /* "partecipa.tn.it", true */ 'p', 'a', 'r', 't', 'e', 'c', 'i', 'p', 'a', '.', 't', 'n', '.', 'i', 't', '\0', /* "parthkolekar.me", true */ 'p', 'a', 'r', 't', 'h', 'k', 'o', 'l', 'e', 'k', 'a', 'r', '.', 'm', 'e', '\0', /* "participatorybudgeting.de", true */ 'p', 'a', 'r', 't', 'i', 'c', 'i', 'p', 'a', 't', 'o', 'r', 'y', 'b', 'u', 'd', 'g', 'e', 't', 'i', 'n', 'g', '.', 'd', 'e', '\0', /* "participatorybudgeting.info", true */ 'p', 'a', 'r', 't', 'i', 'c', 'i', 'p', 'a', 't', 'o', 'r', 'y', 'b', 'u', 'd', 'g', 'e', 't', 'i', 'n', 'g', '.', 'i', 'n', 'f', 'o', '\0', /* "partiono.com", true */ 'p', 'a', 'r', 't', 'i', 'o', 'n', 'o', '.', 'c', 'o', 'm', '\0', /* "partner.sh", true */ 'p', 'a', 'r', 't', 'n', 'e', 'r', '.', 's', 'h', '\0', @@ -14646,16 +14657,17 @@ static const char kSTSHostTable[] = { /* "paulbramhall.uk", true */ 'p', 'a', 'u', 'l', 'b', 'r', 'a', 'm', 'h', 'a', 'l', 'l', '.', 'u', 'k', '\0', /* "paulchen.at", true */ 'p', 'a', 'u', 'l', 'c', 'h', 'e', 'n', '.', 'a', 't', '\0', /* "paulerhof.com", true */ 'p', 'a', 'u', 'l', 'e', 'r', 'h', 'o', 'f', '.', 'c', 'o', 'm', '\0', /* "paulewen.ca", true */ 'p', 'a', 'u', 'l', 'e', 'w', 'e', 'n', '.', 'c', 'a', '\0', /* "paulinewesterman.nl", true */ 'p', 'a', 'u', 'l', 'i', 'n', 'e', 'w', 'e', 's', 't', 'e', 'r', 'm', 'a', 'n', '.', 'n', 'l', '\0', /* "paulov.com", true */ 'p', 'a', 'u', 'l', 'o', 'v', '.', 'c', 'o', 'm', '\0', /* "paulov.info", true */ 'p', 'a', 'u', 'l', 'o', 'v', '.', 'i', 'n', 'f', 'o', '\0', /* "paulov.ru", true */ 'p', 'a', 'u', 'l', 'o', 'v', '.', 'r', 'u', '\0', + /* "paulrobertlloyd.com", true */ 'p', 'a', 'u', 'l', 'r', 'o', 'b', 'e', 'r', 't', 'l', 'l', 'o', 'y', 'd', '.', 'c', 'o', 'm', '\0', /* "paulrotter.de", true */ 'p', 'a', 'u', 'l', 'r', 'o', 't', 't', 'e', 'r', '.', 'd', 'e', '\0', /* "paulschreiber.com", true */ 'p', 'a', 'u', 'l', 's', 'c', 'h', 'r', 'e', 'i', 'b', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "paulscustomauto.com", true */ 'p', 'a', 'u', 'l', 's', 'c', 'u', 's', 't', 'o', 'm', 'a', 'u', 't', 'o', '.', 'c', 'o', 'm', '\0', /* "paulshir.com", true */ 'p', 'a', 'u', 'l', 's', 'h', 'i', 'r', '.', 'c', 'o', 'm', '\0', /* "paulswartz.net", true */ 'p', 'a', 'u', 'l', 's', 'w', 'a', 'r', 't', 'z', '.', 'n', 'e', 't', '\0', /* "paultibbetts.uk", true */ 'p', 'a', 'u', 'l', 't', 'i', 'b', 'b', 'e', 't', 't', 's', '.', 'u', 'k', '\0', /* "paulus-foto.pl", true */ 'p', 'a', 'u', 'l', 'u', 's', '-', 'f', 'o', 't', 'o', '.', 'p', 'l', '\0', /* "paulwatabe.com", true */ 'p', 'a', 'u', 'l', 'w', 'a', 't', 'a', 'b', 'e', '.', 'c', 'o', 'm', '\0', @@ -15101,16 +15113,17 @@ static const char kSTSHostTable[] = { /* "plattner.club", true */ 'p', 'l', 'a', 't', 't', 'n', 'e', 'r', '.', 'c', 'l', 'u', 'b', '\0', /* "play.cash", true */ 'p', 'l', 'a', 'y', '.', 'c', 'a', 's', 'h', '\0', /* "play.google.com", true */ 'p', 'l', 'a', 'y', '.', 'g', 'o', 'o', 'g', 'l', 'e', '.', 'c', 'o', 'm', '\0', /* "playanka.com", true */ 'p', 'l', 'a', 'y', 'a', 'n', 'k', 'a', '.', 'c', 'o', 'm', '\0', /* "playdreamcraft.com.br", true */ 'p', 'l', 'a', 'y', 'd', 'r', 'e', 'a', 'm', 'c', 'r', 'a', 'f', 't', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "playform.cloud", true */ 'p', 'l', 'a', 'y', 'f', 'o', 'r', 'm', '.', 'c', 'l', 'o', 'u', 'd', '\0', /* "playhappywheelsunblocked.com", true */ 'p', 'l', 'a', 'y', 'h', 'a', 'p', 'p', 'y', 'w', 'h', 'e', 'e', 'l', 's', 'u', 'n', 'b', 'l', 'o', 'c', 'k', 'e', 'd', '.', 'c', 'o', 'm', '\0', /* "playkh.com", true */ 'p', 'l', 'a', 'y', 'k', 'h', '.', 'c', 'o', 'm', '\0', + /* "playmfe.com", true */ 'p', 'l', 'a', 'y', 'm', 'f', 'e', '.', 'c', 'o', 'm', '\0', /* "playpirates.com", true */ 'p', 'l', 'a', 'y', 'p', 'i', 'r', 'a', 't', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "playsnake.org", true */ 'p', 'l', 'a', 'y', 's', 'n', 'a', 'k', 'e', '.', 'o', 'r', 'g', '\0', /* "playsoundevents.be", true */ 'p', 'l', 'a', 'y', 's', 'o', 'u', 'n', 'd', 'e', 'v', 'e', 'n', 't', 's', '.', 'b', 'e', '\0', /* "playsource.co", true */ 'p', 'l', 'a', 'y', 's', 'o', 'u', 'r', 'c', 'e', '.', 'c', 'o', '\0', /* "playsprout.industries", false */ 'p', 'l', 'a', 'y', 's', 'p', 'r', 'o', 'u', 't', '.', 'i', 'n', 'd', 'u', 's', 't', 'r', 'i', 'e', 's', '\0', /* "playtictactoe.org", true */ 'p', 'l', 'a', 'y', 't', 'i', 'c', 't', 'a', 'c', 't', 'o', 'e', '.', 'o', 'r', 'g', '\0', /* "pldx.org", true */ 'p', 'l', 'd', 'x', '.', 'o', 'r', 'g', '\0', /* "please-deny.me", true */ 'p', 'l', 'e', 'a', 's', 'e', '-', 'd', 'e', 'n', 'y', '.', 'm', 'e', '\0', @@ -15247,16 +15260,17 @@ static const char kSTSHostTable[] = { /* "port443.hamburg", true */ 'p', 'o', 'r', 't', '4', '4', '3', '.', 'h', 'a', 'm', 'b', 'u', 'r', 'g', '\0', /* "port443.se", true */ 'p', 'o', 'r', 't', '4', '4', '3', '.', 's', 'e', '\0', /* "port80.hamburg", true */ 'p', 'o', 'r', 't', '8', '0', '.', 'h', 'a', 'm', 'b', 'u', 'r', 'g', '\0', /* "portal.tirol.gv.at", true */ 'p', 'o', 'r', 't', 'a', 'l', '.', 't', 'i', 'r', 'o', 'l', '.', 'g', 'v', '.', 'a', 't', '\0', /* "portalcentric.net", true */ 'p', 'o', 'r', 't', 'a', 'l', 'c', 'e', 'n', 't', 'r', 'i', 'c', '.', 'n', 'e', 't', '\0', /* "portalisapres.cl", true */ 'p', 'o', 'r', 't', 'a', 'l', 'i', 's', 'a', 'p', 'r', 'e', 's', '.', 'c', 'l', '\0', /* "portalm.tk", true */ 'p', 'o', 'r', 't', 'a', 'l', 'm', '.', 't', 'k', '\0', /* "portaluniversalista.org", false */ 'p', 'o', 'r', 't', 'a', 'l', 'u', 'n', 'i', 'v', 'e', 'r', 's', 'a', 'l', 'i', 's', 't', 'a', '.', 'o', 'r', 'g', '\0', + /* "portalzine.de", true */ 'p', 'o', 'r', 't', 'a', 'l', 'z', 'i', 'n', 'e', '.', 'd', 'e', '\0', /* "portercup.com", true */ 'p', 'o', 'r', 't', 'e', 'r', 'c', 'u', 'p', '.', 'c', 'o', 'm', '\0', /* "portofacil.com", true */ 'p', 'o', 'r', 't', 'o', 'f', 'a', 'c', 'i', 'l', '.', 'c', 'o', 'm', '\0', /* "portofrotterdam.com", true */ 'p', 'o', 'r', 't', 'o', 'f', 'r', 'o', 't', 't', 'e', 'r', 'd', 'a', 'm', '.', 'c', 'o', 'm', '\0', /* "portosonline.pl", true */ 'p', 'o', 'r', 't', 'o', 's', 'o', 'n', 'l', 'i', 'n', 'e', '.', 'p', 'l', '\0', /* "portraitsystem.biz", true */ 'p', 'o', 'r', 't', 'r', 'a', 'i', 't', 's', 'y', 's', 't', 'e', 'm', '.', 'b', 'i', 'z', '\0', /* "portugalsko.net", true */ 'p', 'o', 'r', 't', 'u', 'g', 'a', 'l', 's', 'k', 'o', '.', 'n', 'e', 't', '\0', /* "portvaletickets.com", true */ 'p', 'o', 'r', 't', 'v', 'a', 'l', 'e', 't', 'i', 'c', 'k', 'e', 't', 's', '.', 'c', 'o', 'm', '\0', /* "porybox.com", true */ 'p', 'o', 'r', 'y', 'b', 'o', 'x', '.', 'c', 'o', 'm', '\0', @@ -15331,16 +15345,17 @@ static const char kSTSHostTable[] = { /* "praguepsychology.cz", true */ 'p', 'r', 'a', 'g', 'u', 'e', 'p', 's', 'y', 'c', 'h', 'o', 'l', 'o', 'g', 'y', '.', 'c', 'z', '\0', /* "prakharprasad.com", true */ 'p', 'r', 'a', 'k', 'h', 'a', 'r', 'p', 'r', 'a', 's', 'a', 'd', '.', 'c', 'o', 'm', '\0', /* "praxis-research.info", true */ 'p', 'r', 'a', 'x', 'i', 's', '-', 'r', 'e', 's', 'e', 'a', 'r', 'c', 'h', '.', 'i', 'n', 'f', 'o', '\0', /* "prayerrequest.com", true */ 'p', 'r', 'a', 'y', 'e', 'r', 'r', 'e', 'q', 'u', 'e', 's', 't', '.', 'c', 'o', 'm', '\0', /* "prazynka.pl", true */ 'p', 'r', 'a', 'z', 'y', 'n', 'k', 'a', '.', 'p', 'l', '\0', /* "prc.gov", true */ 'p', 'r', 'c', '.', 'g', 'o', 'v', '\0', /* "precedecaritas.com.br", true */ 'p', 'r', 'e', 'c', 'e', 'd', 'e', 'c', 'a', 'r', 'i', 't', 'a', 's', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "preciouslife.fr", true */ 'p', 'r', 'e', 'c', 'i', 'o', 'u', 's', 'l', 'i', 'f', 'e', '.', 'f', 'r', '\0', + /* "preciscx.com", true */ 'p', 'r', 'e', 'c', 'i', 's', 'c', 'x', '.', 'c', 'o', 'm', '\0', /* "precisionaeroimaging.com", true */ 'p', 'r', 'e', 'c', 'i', 's', 'i', 'o', 'n', 'a', 'e', 'r', 'o', 'i', 'm', 'a', 'g', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "predoiu.ro", true */ 'p', 'r', 'e', 'd', 'o', 'i', 'u', '.', 'r', 'o', '\0', /* "preferredathlete.com", true */ 'p', 'r', 'e', 'f', 'e', 'r', 'r', 'e', 'd', 'a', 't', 'h', 'l', 'e', 't', 'e', '.', 'c', 'o', 'm', '\0', /* "prefix.eu", true */ 'p', 'r', 'e', 'f', 'i', 'x', '.', 'e', 'u', '\0', /* "pregunteleakaren.gov", true */ 'p', 'r', 'e', 'g', 'u', 'n', 't', 'e', 'l', 'e', 'a', 'k', 'a', 'r', 'e', 'n', '.', 'g', 'o', 'v', '\0', /* "preisser-it.de", true */ 'p', 'r', 'e', 'i', 's', 's', 'e', 'r', '-', 'i', 't', '.', 'd', 'e', '\0', /* "preisser.it", true */ 'p', 'r', 'e', 'i', 's', 's', 'e', 'r', '.', 'i', 't', '\0', /* "prekladysanca.cz", true */ 'p', 'r', 'e', 'k', 'l', 'a', 'd', 'y', 's', 'a', 'n', 'c', 'a', '.', 'c', 'z', '\0', @@ -15568,17 +15583,16 @@ static const char kSTSHostTable[] = { /* "pt-server.de", true */ 'p', 't', '-', 's', 'e', 'r', 'v', 'e', 'r', '.', 'd', 'e', '\0', /* "ptbi.org.pl", true */ 'p', 't', 'b', 'i', '.', 'o', 'r', 'g', '.', 'p', 'l', '\0', /* "ptbx.co", true */ 'p', 't', 'b', 'x', '.', 'c', 'o', '\0', /* "pterodactylus.cz", true */ 'p', 't', 'e', 'r', 'o', 'd', 'a', 'c', 't', 'y', 'l', 'u', 's', '.', 'c', 'z', '\0', /* "ptgoldensun.com", true */ 'p', 't', 'g', 'o', 'l', 'd', 'e', 'n', 's', 'u', 'n', '.', 'c', 'o', 'm', '\0', /* "ptm.ro", false */ 'p', 't', 'm', '.', 'r', 'o', '\0', /* "ptrbrs.nl", true */ 'p', 't', 'r', 'b', 'r', 's', '.', 'n', 'l', '\0', /* "puac.de", true */ 'p', 'u', 'a', 'c', '.', 'd', 'e', '\0', - /* "pub-online.ro", true */ 'p', 'u', 'b', '-', 'o', 'n', 'l', 'i', 'n', 'e', '.', 'r', 'o', '\0', /* "publanda.nl", true */ 'p', 'u', 'b', 'l', 'a', 'n', 'd', 'a', '.', 'n', 'l', '\0', /* "publiccarauctionscalifornia.com", true */ 'p', 'u', 'b', 'l', 'i', 'c', 'c', 'a', 'r', 'a', 'u', 'c', 't', 'i', 'o', 'n', 's', 'c', 'a', 'l', 'i', 'f', 'o', 'r', 'n', 'i', 'a', '.', 'c', 'o', 'm', '\0', /* "publicidadnovagrass.com.mx", true */ 'p', 'u', 'b', 'l', 'i', 'c', 'i', 'd', 'a', 'd', 'n', 'o', 'v', 'a', 'g', 'r', 'a', 's', 's', '.', 'c', 'o', 'm', '.', 'm', 'x', '\0', /* "publicintegrity.org", true */ 'p', 'u', 'b', 'l', 'i', 'c', 'i', 'n', 't', 'e', 'g', 'r', 'i', 't', 'y', '.', 'o', 'r', 'g', '\0', /* "publicsuffix.org", true */ 'p', 'u', 'b', 'l', 'i', 'c', 's', 'u', 'f', 'f', 'i', 'x', '.', 'o', 'r', 'g', '\0', /* "publimepa.it", false */ 'p', 'u', 'b', 'l', 'i', 'm', 'e', 'p', 'a', '.', 'i', 't', '\0', /* "publiq.space", true */ 'p', 'u', 'b', 'l', 'i', 'q', '.', 's', 'p', 'a', 'c', 'e', '\0', /* "pubreviews.com", true */ 'p', 'u', 'b', 'r', 'e', 'v', 'i', 'e', 'w', 's', '.', 'c', 'o', 'm', '\0', @@ -16039,17 +16053,16 @@ static const char kSTSHostTable[] = { /* "reinaertvandecruys.me", true */ 'r', 'e', 'i', 'n', 'a', 'e', 'r', 't', 'v', 'a', 'n', 'd', 'e', 'c', 'r', 'u', 'y', 's', '.', 'm', 'e', '\0', /* "reinaldudrasfamily.ee", true */ 'r', 'e', 'i', 'n', 'a', 'l', 'd', 'u', 'd', 'r', 'a', 's', 'f', 'a', 'm', 'i', 'l', 'y', '.', 'e', 'e', '\0', /* "reinencaressa.be", true */ 'r', 'e', 'i', 'n', 'e', 'n', 'c', 'a', 'r', 'e', 's', 's', 'a', '.', 'b', 'e', '\0', /* "reinhard.codes", true */ 'r', 'e', 'i', 'n', 'h', 'a', 'r', 'd', '.', 'c', 'o', 'd', 'e', 's', '\0', /* "reinhardtsgrimma.de", true */ 'r', 'e', 'i', 'n', 'h', 'a', 'r', 'd', 't', 's', 'g', 'r', 'i', 'm', 'm', 'a', '.', 'd', 'e', '\0', /* "reinierjonker.nl", true */ 'r', 'e', 'i', 'n', 'i', 'e', 'r', 'j', 'o', 'n', 'k', 'e', 'r', '.', 'n', 'l', '\0', /* "reinoldus.ddns.net", true */ 'r', 'e', 'i', 'n', 'o', 'l', 'd', 'u', 's', '.', 'd', 'd', 'n', 's', '.', 'n', 'e', 't', '\0', /* "reinout.nu", true */ 'r', 'e', 'i', 'n', 'o', 'u', 't', '.', 'n', 'u', '\0', - /* "reinouthoornweg.nl", true */ 'r', 'e', 'i', 'n', 'o', 'u', 't', 'h', 'o', 'o', 'r', 'n', 'w', 'e', 'g', '.', 'n', 'l', '\0', /* "reishunger.de", true */ 'r', 'e', 'i', 's', 'h', 'u', 'n', 'g', 'e', 'r', '.', 'd', 'e', '\0', /* "rejahrehim.com", true */ 'r', 'e', 'j', 'a', 'h', 'r', 'e', 'h', 'i', 'm', '.', 'c', 'o', 'm', '\0', /* "relatethesport.com", true */ 'r', 'e', 'l', 'a', 't', 'e', 't', 'h', 'e', 's', 'p', 'o', 'r', 't', '.', 'c', 'o', 'm', '\0', /* "relatic.net", true */ 'r', 'e', 'l', 'a', 't', 'i', 'c', '.', 'n', 'e', 't', '\0', /* "relax.hn", true */ 'r', 'e', 'l', 'a', 'x', '.', 'h', 'n', '\0', /* "relaxdom.net", true */ 'r', 'e', 'l', 'a', 'x', 'd', 'o', 'm', '.', 'n', 'e', 't', '\0', /* "relaxpointhyncice.cz", true */ 'r', 'e', 'l', 'a', 'x', 'p', 'o', 'i', 'n', 't', 'h', 'y', 'n', 'c', 'i', 'c', 'e', '.', 'c', 'z', '\0', /* "relaybox.io", true */ 'r', 'e', 'l', 'a', 'y', 'b', 'o', 'x', '.', 'i', 'o', '\0', @@ -16303,16 +16316,17 @@ static const char kSTSHostTable[] = { /* "robertoentringer.com", true */ 'r', 'o', 'b', 'e', 'r', 't', 'o', 'e', 'n', 't', 'r', 'i', 'n', 'g', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "robertof.ovh", true */ 'r', 'o', 'b', 'e', 'r', 't', 'o', 'f', '.', 'o', 'v', 'h', '\0', /* "robertreiser.photography", true */ 'r', 'o', 'b', 'e', 'r', 't', 'r', 'e', 'i', 's', 'e', 'r', '.', 'p', 'h', 'o', 't', 'o', 'g', 'r', 'a', 'p', 'h', 'y', '\0', /* "robhorstmanshof.nl", true */ 'r', 'o', 'b', 'h', 'o', 'r', 's', 't', 'm', 'a', 'n', 's', 'h', 'o', 'f', '.', 'n', 'l', '\0', /* "robi-net.it", true */ 'r', 'o', 'b', 'i', '-', 'n', 'e', 't', '.', 'i', 't', '\0', /* "robin.info", true */ 'r', 'o', 'b', 'i', 'n', '.', 'i', 'n', 'f', 'o', '\0', /* "robinadr.com", true */ 'r', 'o', 'b', 'i', 'n', 'a', 'd', 'r', '.', 'c', 'o', 'm', '\0', /* "robinhoodbingo.com", true */ 'r', 'o', 'b', 'i', 'n', 'h', 'o', 'o', 'd', 'b', 'i', 'n', 'g', 'o', '.', 'c', 'o', 'm', '\0', + /* "robinlinden.eu", true */ 'r', 'o', 'b', 'i', 'n', 'l', 'i', 'n', 'd', 'e', 'n', '.', 'e', 'u', '\0', /* "robinsonyu.com", true */ 'r', 'o', 'b', 'i', 'n', 's', 'o', 'n', 'y', 'u', '.', 'c', 'o', 'm', '\0', /* "robinwinslow.uk", true */ 'r', 'o', 'b', 'i', 'n', 'w', 'i', 'n', 's', 'l', 'o', 'w', '.', 'u', 'k', '\0', /* "robjager-fotografie.nl", true */ 'r', 'o', 'b', 'j', 'a', 'g', 'e', 'r', '-', 'f', 'o', 't', 'o', 'g', 'r', 'a', 'f', 'i', 'e', '.', 'n', 'l', '\0', /* "robodeidentidad.gov", true */ 'r', 'o', 'b', 'o', 'd', 'e', 'i', 'd', 'e', 'n', 't', 'i', 'd', 'a', 'd', '.', 'g', 'o', 'v', '\0', /* "robohash.org", true */ 'r', 'o', 'b', 'o', 'h', 'a', 's', 'h', '.', 'o', 'r', 'g', '\0', /* "robomonkey.org", true */ 'r', 'o', 'b', 'o', 'm', 'o', 'n', 'k', 'e', 'y', '.', 'o', 'r', 'g', '\0', /* "robotham.org", true */ 'r', 'o', 'b', 'o', 't', 'h', 'a', 'm', '.', 'o', 'r', 'g', '\0', /* "robototes.com", true */ 'r', 'o', 'b', 'o', 't', 'o', 't', 'e', 's', '.', 'c', 'o', 'm', '\0', @@ -16350,16 +16364,17 @@ static const char kSTSHostTable[] = { /* "rogeiro.net", true */ 'r', 'o', 'g', 'e', 'i', 'r', 'o', '.', 'n', 'e', 't', '\0', /* "roger101.com", true */ 'r', 'o', 'g', 'e', 'r', '1', '0', '1', '.', 'c', 'o', 'm', '\0', /* "rogerbastien.com", true */ 'r', 'o', 'g', 'e', 'r', 'b', 'a', 's', 't', 'i', 'e', 'n', '.', 'c', 'o', 'm', '\0', /* "rogerhub.com", true */ 'r', 'o', 'g', 'e', 'r', 'h', 'u', 'b', '.', 'c', 'o', 'm', '\0', /* "rogerriendeau.ca", true */ 'r', 'o', 'g', 'e', 'r', 'r', 'i', 'e', 'n', 'd', 'e', 'a', 'u', '.', 'c', 'a', '\0', /* "rogersvilleumc.org", true */ 'r', 'o', 'g', 'e', 'r', 's', 'v', 'i', 'l', 'l', 'e', 'u', 'm', 'c', '.', 'o', 'r', 'g', '\0', /* "rogue-e.xyz", true */ 'r', 'o', 'g', 'u', 'e', '-', 'e', '.', 'x', 'y', 'z', '\0', /* "roguefinancial.com", true */ 'r', 'o', 'g', 'u', 'e', 'f', 'i', 'n', 'a', 'n', 'c', 'i', 'a', 'l', '.', 'c', 'o', 'm', '\0', + /* "roguesignal.net", true */ 'r', 'o', 'g', 'u', 'e', 's', 'i', 'g', 'n', 'a', 'l', '.', 'n', 'e', 't', '\0', /* "roguetechhub.org", true */ 'r', 'o', 'g', 'u', 'e', 't', 'e', 'c', 'h', 'h', 'u', 'b', '.', 'o', 'r', 'g', '\0', /* "rohedaten.de", true */ 'r', 'o', 'h', 'e', 'd', 'a', 't', 'e', 'n', '.', 'd', 'e', '\0', /* "rohitagr.com", true */ 'r', 'o', 'h', 'i', 't', 'a', 'g', 'r', '.', 'c', 'o', 'm', '\0', /* "rohlik.cz", true */ 'r', 'o', 'h', 'l', 'i', 'k', '.', 'c', 'z', '\0', /* "rointe.online", true */ 'r', 'o', 'i', 'n', 't', 'e', '.', 'o', 'n', 'l', 'i', 'n', 'e', '\0', /* "roketix.co.uk", true */ 'r', 'o', 'k', 'e', 't', 'i', 'x', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "rokki.ch", true */ 'r', 'o', 'k', 'k', 'i', '.', 'c', 'h', '\0', /* "rokort.dk", true */ 'r', 'o', 'k', 'o', 'r', 't', '.', 'd', 'k', '\0', @@ -16439,17 +16454,16 @@ static const char kSTSHostTable[] = { /* "roxtri.cz", true */ 'r', 'o', 'x', 't', 'r', 'i', '.', 'c', 'z', '\0', /* "royal-mangal.ch", true */ 'r', 'o', 'y', 'a', 'l', '-', 'm', 'a', 'n', 'g', 'a', 'l', '.', 'c', 'h', '\0', /* "royal-rangers.de", true */ 'r', 'o', 'y', 'a', 'l', '-', 'r', 'a', 'n', 'g', 'e', 'r', 's', '.', 'd', 'e', '\0', /* "royalacademy.org.uk", true */ 'r', 'o', 'y', 'a', 'l', 'a', 'c', 'a', 'd', 'e', 'm', 'y', '.', 'o', 'r', 'g', '.', 'u', 'k', '\0', /* "royalmarinesassociation.org.uk", true */ 'r', 'o', 'y', 'a', 'l', 'm', 'a', 'r', 'i', 'n', 'e', 's', 'a', 's', 's', 'o', 'c', 'i', 'a', 't', 'i', 'o', 'n', '.', 'o', 'r', 'g', '.', 'u', 'k', '\0', /* "royalnissanparts.com", true */ 'r', 'o', 'y', 'a', 'l', 'n', 'i', 's', 's', 'a', 'n', 'p', 'a', 'r', 't', 's', '.', 'c', 'o', 'm', '\0', /* "royalpalacenogent.fr", true */ 'r', 'o', 'y', 'a', 'l', 'p', 'a', 'l', 'a', 'c', 'e', 'n', 'o', 'g', 'e', 'n', 't', '.', 'f', 'r', '\0', /* "royalrangers.fi", true */ 'r', 'o', 'y', 'a', 'l', 'r', 'a', 'n', 'g', 'e', 'r', 's', '.', 'f', 'i', '\0', - /* "royalsignaturecruise.com", true */ 'r', 'o', 'y', 'a', 'l', 's', 'i', 'g', 'n', 'a', 't', 'u', 'r', 'e', 'c', 'r', 'u', 'i', 's', 'e', '.', 'c', 'o', 'm', '\0', /* "royalty-market.com", true */ 'r', 'o', 'y', 'a', 'l', 't', 'y', '-', 'm', 'a', 'r', 'k', 'e', 't', '.', 'c', 'o', 'm', '\0', /* "royalvisiongroup.com", true */ 'r', 'o', 'y', 'a', 'l', 'v', 'i', 's', 'i', 'o', 'n', 'g', 'r', 'o', 'u', 'p', '.', 'c', 'o', 'm', '\0', /* "roychan.org", true */ 'r', 'o', 'y', 'c', 'h', 'a', 'n', '.', 'o', 'r', 'g', '\0', /* "royzez.com", true */ 'r', 'o', 'y', 'z', 'e', 'z', '.', 'c', 'o', 'm', '\0', /* "rozalisbengal.ro", true */ 'r', 'o', 'z', 'a', 'l', 'i', 's', 'b', 'e', 'n', 'g', 'a', 'l', '.', 'r', 'o', '\0', /* "rozalynne-dawn.ga", true */ 'r', 'o', 'z', 'a', 'l', 'y', 'n', 'n', 'e', '-', 'd', 'a', 'w', 'n', '.', 'g', 'a', '\0', /* "rozeapp.nl", true */ 'r', 'o', 'z', 'e', 'a', 'p', 'p', '.', 'n', 'l', '\0', /* "rozhodce.cz", true */ 'r', 'o', 'z', 'h', 'o', 'd', 'c', 'e', '.', 'c', 'z', '\0', @@ -16459,17 +16473,16 @@ static const char kSTSHostTable[] = { /* "rpy.xyz", true */ 'r', 'p', 'y', '.', 'x', 'y', 'z', '\0', /* "rq-labo.jp", true */ 'r', 'q', '-', 'l', 'a', 'b', 'o', '.', 'j', 'p', '\0', /* "rr105.de", true */ 'r', 'r', '1', '0', '5', '.', 'd', 'e', '\0', /* "rring.me", true */ 'r', 'r', 'i', 'n', 'g', '.', 'm', 'e', '\0', /* "rro.rs", true */ 'r', 'r', 'o', '.', 'r', 's', '\0', /* "rrom.me", true */ 'r', 'r', 'o', 'm', '.', 'm', 'e', '\0', /* "rrudnik.com", true */ 'r', 'r', 'u', 'd', 'n', 'i', 'k', '.', 'c', 'o', 'm', '\0', /* "rs-devdemo.host", true */ 'r', 's', '-', 'd', 'e', 'v', 'd', 'e', 'm', 'o', '.', 'h', 'o', 's', 't', '\0', - /* "rsampaio.info", true */ 'r', 's', 'a', 'm', 'p', 'a', 'i', 'o', '.', 'i', 'n', 'f', 'o', '\0', /* "rsblake.net", true */ 'r', 's', 'b', 'l', 'a', 'k', 'e', '.', 'n', 'e', 't', '\0', /* "rsgcard.com", true */ 'r', 's', 'g', 'c', 'a', 'r', 'd', '.', 'c', 'o', 'm', '\0', /* "rsi.im", false */ 'r', 's', 'i', '.', 'i', 'm', '\0', /* "rsm-liga.de", true */ 'r', 's', 'm', '-', 'l', 'i', 'g', 'a', '.', 'd', 'e', '\0', /* "rss.sh", false */ 'r', 's', 's', '.', 's', 'h', '\0', /* "rssr.se", true */ 'r', 's', 's', 'r', '.', 's', 'e', '\0', /* "rstraining.co.uk", true */ 'r', 's', 't', 'r', 'a', 'i', 'n', 'i', 'n', 'g', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "rstsecuritygroup.co.uk", true */ 'r', 's', 't', 's', 'e', 'c', 'u', 'r', 'i', 't', 'y', 'g', 'r', 'o', 'u', 'p', '.', 'c', 'o', '.', 'u', 'k', '\0', @@ -16567,16 +16580,17 @@ static const char kSTSHostTable[] = { /* "ryankearney.com", true */ 'r', 'y', 'a', 'n', 'k', 'e', 'a', 'r', 'n', 'e', 'y', '.', 'c', 'o', 'm', '\0', /* "ryanmcdonough.co.uk", true */ 'r', 'y', 'a', 'n', 'm', 'c', 'd', 'o', 'n', 'o', 'u', 'g', 'h', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "ryansmithphotography.com", false */ 'r', 'y', 'a', 'n', 's', 'm', 'i', 't', 'h', 'p', 'h', 'o', 't', 'o', 'g', 'r', 'a', 'p', 'h', 'y', '.', 'c', 'o', 'm', '\0', /* "ryazan-region.ru", true */ 'r', 'y', 'a', 'z', 'a', 'n', '-', 'r', 'e', 'g', 'i', 'o', 'n', '.', 'r', 'u', '\0', /* "rynekpierwotny.pl", true */ 'r', 'y', 'n', 'e', 'k', 'p', 'i', 'e', 'r', 'w', 'o', 't', 'n', 'y', '.', 'p', 'l', '\0', /* "rythgs.co", true */ 'r', 'y', 't', 'h', 'g', 's', '.', 'c', 'o', '\0', /* "ryuu.es", true */ 'r', 'y', 'u', 'u', '.', 'e', 's', '\0', /* "s-c.se", true */ 's', '-', 'c', '.', 's', 'e', '\0', + /* "s-cubed.net", true */ 's', '-', 'c', 'u', 'b', 'e', 'd', '.', 'n', 'e', 't', '\0', /* "s-mainte.com", true */ 's', '-', 'm', 'a', 'i', 'n', 't', 'e', '.', 'c', 'o', 'm', '\0', /* "s-mdb.com", true */ 's', '-', 'm', 'd', 'b', '.', 'c', 'o', 'm', '\0', /* "s-on.li", true */ 's', '-', 'o', 'n', '.', 'l', 'i', '\0', /* "s-rickroll-p.pw", true */ 's', '-', 'r', 'i', 'c', 'k', 'r', 'o', 'l', 'l', '-', 'p', '.', 'p', 'w', '\0', /* "s007.co", true */ 's', '0', '0', '7', '.', 'c', 'o', '\0', /* "s13d.fr", true */ 's', '1', '3', 'd', '.', 'f', 'r', '\0', /* "s16e.no", true */ 's', '1', '6', 'e', '.', 'n', 'o', '\0', /* "s4db.net", true */ 's', '4', 'd', 'b', '.', 'n', 'e', 't', '\0', @@ -16800,16 +16814,17 @@ static const char kSTSHostTable[] = { /* "saxoncreative.com", true */ 's', 'a', 'x', 'o', 'n', 'c', 'r', 'e', 'a', 't', 'i', 'v', 'e', '.', 'c', 'o', 'm', '\0', /* "sayprepay.com", true */ 's', 'a', 'y', 'p', 'r', 'e', 'p', 'a', 'y', '.', 'c', 'o', 'm', '\0', /* "saz.sh", true */ 's', 'a', 'z', '.', 's', 'h', '\0', /* "sazuz.cz", true */ 's', 'a', 'z', 'u', 'z', '.', 'c', 'z', '\0', /* "sb-group.dk", true */ 's', 'b', '-', 'g', 'r', 'o', 'u', 'p', '.', 'd', 'k', '\0', /* "sb.im", true */ 's', 'b', '.', 'i', 'm', '\0', /* "sb.sb", true */ 's', 'b', '.', 's', 'b', '\0', /* "sber.us", true */ 's', 'b', 'e', 'r', '.', 'u', 's', '\0', + /* "sbiewald.de", true */ 's', 'b', 'i', 'e', 'w', 'a', 'l', 'd', '.', 'd', 'e', '\0', /* "sbirecruitment.co.in", true */ 's', 'b', 'i', 'r', 'e', 'c', 'r', 'u', 'i', 't', 'm', 'e', 'n', 't', '.', 'c', 'o', '.', 'i', 'n', '\0', /* "sbit.com.br", true */ 's', 'b', 'i', 't', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "sblum.de", true */ 's', 'b', 'l', 'u', 'm', '.', 'd', 'e', '\0', /* "sbm.cloud", true */ 's', 'b', 'm', '.', 'c', 'l', 'o', 'u', 'd', '\0', /* "sbo-dresden.de", true */ 's', 'b', 'o', '-', 'd', 'r', 'e', 's', 'd', 'e', 'n', '.', 'd', 'e', '\0', /* "sbsavings.bank", true */ 's', 'b', 's', 'a', 'v', 'i', 'n', 'g', 's', '.', 'b', 'a', 'n', 'k', '\0', /* "sbssoft.ru", true */ 's', 'b', 's', 's', 'o', 'f', 't', '.', 'r', 'u', '\0', /* "sbytes.info", true */ 's', 'b', 'y', 't', 'e', 's', '.', 'i', 'n', 'f', 'o', '\0', @@ -17001,16 +17016,17 @@ static const char kSTSHostTable[] = { /* "secnews.gr", true */ 's', 'e', 'c', 'n', 'e', 'w', 's', '.', 'g', 'r', '\0', /* "secomo.org", true */ 's', 'e', 'c', 'o', 'm', 'o', '.', 'o', 'r', 'g', '\0', /* "secondpay.nl", true */ 's', 'e', 'c', 'o', 'n', 'd', 'p', 'a', 'y', '.', 'n', 'l', '\0', /* "seconfig.sytes.net", true */ 's', 'e', 'c', 'o', 'n', 'f', 'i', 'g', '.', 's', 'y', 't', 'e', 's', '.', 'n', 'e', 't', '\0', /* "secpatrol.de", true */ 's', 'e', 'c', 'p', 'a', 't', 'r', 'o', 'l', '.', 'd', 'e', '\0', /* "secretintelligence.0.me.uk", true */ 's', 'e', 'c', 'r', 'e', 't', 'i', 'n', 't', 'e', 'l', 'l', 'i', 'g', 'e', 'n', 'c', 'e', '.', '0', '.', 'm', 'e', '.', 'u', 'k', '\0', /* "secretofanah.com", true */ 's', 'e', 'c', 'r', 'e', 't', 'o', 'f', 'a', 'n', 'a', 'h', '.', 'c', 'o', 'm', '\0', /* "secretpanties.com", true */ 's', 'e', 'c', 'r', 'e', 't', 'p', 'a', 'n', 't', 'i', 'e', 's', '.', 'c', 'o', 'm', '\0', + /* "secretsanta.fr", true */ 's', 'e', 'c', 'r', 'e', 't', 's', 'a', 'n', 't', 'a', '.', 'f', 'r', '\0', /* "secretserveronline.com", true */ 's', 'e', 'c', 'r', 'e', 't', 's', 'e', 'r', 'v', 'e', 'r', 'o', 'n', 'l', 'i', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "sectelligence.nl", true */ 's', 'e', 'c', 't', 'e', 'l', 'l', 'i', 'g', 'e', 'n', 'c', 'e', '.', 'n', 'l', '\0', /* "sectest.ml", true */ 's', 'e', 'c', 't', 'e', 's', 't', '.', 'm', 'l', '\0', /* "sectio-aurea.org", true */ 's', 'e', 'c', 't', 'i', 'o', '-', 'a', 'u', 'r', 'e', 'a', '.', 'o', 'r', 'g', '\0', /* "section-31.org", true */ 's', 'e', 'c', 't', 'i', 'o', 'n', '-', '3', '1', '.', 'o', 'r', 'g', '\0', /* "section.io", true */ 's', 'e', 'c', 't', 'i', 'o', 'n', '.', 'i', 'o', '\0', /* "sectionw2s.org", true */ 's', 'e', 'c', 't', 'i', 'o', 'n', 'w', '2', 's', '.', 'o', 'r', 'g', '\0', /* "secundity.nl", true */ 's', 'e', 'c', 'u', 'n', 'd', 'i', 't', 'y', '.', 'n', 'l', '\0', @@ -17192,17 +17208,16 @@ static const char kSTSHostTable[] = { /* "servethecity-karlsruhe.de", false */ 's', 'e', 'r', 'v', 'e', 't', 'h', 'e', 'c', 'i', 't', 'y', '-', 'k', 'a', 'r', 'l', 's', 'r', 'u', 'h', 'e', '.', 'd', 'e', '\0', /* "servgate.jp", true */ 's', 'e', 'r', 'v', 'g', 'a', 't', 'e', '.', 'j', 'p', '\0', /* "service.gov.uk", true */ 's', 'e', 'r', 'v', 'i', 'c', 'e', '.', 'g', 'o', 'v', '.', 'u', 'k', '\0', /* "serviettenhaus.de", true */ 's', 'e', 'r', 'v', 'i', 'e', 't', 't', 'e', 'n', 'h', 'a', 'u', 's', '.', 'd', 'e', '\0', /* "servious.org", true */ 's', 'e', 'r', 'v', 'i', 'o', 'u', 's', '.', 'o', 'r', 'g', '\0', /* "servu.de", true */ 's', 'e', 'r', 'v', 'u', '.', 'd', 'e', '\0', /* "seryovpn.com", true */ 's', 'e', 'r', 'y', 'o', 'v', 'p', 'n', '.', 'c', 'o', 'm', '\0', /* "seryox.com", true */ 's', 'e', 'r', 'y', 'o', 'x', '.', 'c', 'o', 'm', '\0', - /* "sesha.co.za", true */ 's', 'e', 's', 'h', 'a', '.', 'c', 'o', '.', 'z', 'a', '\0', /* "sessionslogning.dk", true */ 's', 'e', 's', 's', 'i', 'o', 'n', 's', 'l', 'o', 'g', 'n', 'i', 'n', 'g', '.', 'd', 'k', '\0', /* "sesslerimmo.ch", true */ 's', 'e', 's', 's', 'l', 'e', 'r', 'i', 'm', 'm', 'o', '.', 'c', 'h', '\0', /* "setfix.de", true */ 's', 'e', 't', 'f', 'i', 'x', '.', 'd', 'e', '\0', /* "seti-germany.de", true */ 's', 'e', 't', 'i', '-', 'g', 'e', 'r', 'm', 'a', 'n', 'y', '.', 'd', 'e', '\0', /* "settberg.de", true */ 's', 'e', 't', 't', 'b', 'e', 'r', 'g', '.', 'd', 'e', '\0', /* "setterirlandes.com.br", true */ 's', 'e', 't', 't', 'e', 'r', 'i', 'r', 'l', 'a', 'n', 'd', 'e', 's', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "settleapp.co", true */ 's', 'e', 't', 't', 'l', 'e', 'a', 'p', 'p', '.', 'c', 'o', '\0', /* "setuid0.kr", false */ 's', 'e', 't', 'u', 'i', 'd', '0', '.', 'k', 'r', '\0', @@ -17342,17 +17357,16 @@ static const char kSTSHostTable[] = { /* "shinyuu.net", true */ 's', 'h', 'i', 'n', 'y', 'u', 'u', '.', 'n', 'e', 't', '\0', /* "shipard.com", true */ 's', 'h', 'i', 'p', 'a', 'r', 'd', '.', 'c', 'o', 'm', '\0', /* "shipard.cz", true */ 's', 'h', 'i', 'p', 'a', 'r', 'd', '.', 'c', 'z', '\0', /* "shipcloud.io", true */ 's', 'h', 'i', 'p', 'c', 'l', 'o', 'u', 'd', '.', 'i', 'o', '\0', /* "shipping24h.com", true */ 's', 'h', 'i', 'p', 'p', 'i', 'n', 'g', '2', '4', 'h', '.', 'c', 'o', 'm', '\0', /* "shirakaba-cc.com", true */ 's', 'h', 'i', 'r', 'a', 'k', 'a', 'b', 'a', '-', 'c', 'c', '.', 'c', 'o', 'm', '\0', /* "shiroki-k.net", true */ 's', 'h', 'i', 'r', 'o', 'k', 'i', '-', 'k', '.', 'n', 'e', 't', '\0', /* "shirosaki.org", true */ 's', 'h', 'i', 'r', 'o', 's', 'a', 'k', 'i', '.', 'o', 'r', 'g', '\0', - /* "shirt2go.shop", true */ 's', 'h', 'i', 'r', 't', '2', 'g', 'o', '.', 's', 'h', 'o', 'p', '\0', /* "shirtsofholland.com", true */ 's', 'h', 'i', 'r', 't', 's', 'o', 'f', 'h', 'o', 'l', 'l', 'a', 'n', 'd', '.', 'c', 'o', 'm', '\0', /* "shishamania.de", true */ 's', 'h', 'i', 's', 'h', 'a', 'm', 'a', 'n', 'i', 'a', '.', 'd', 'e', '\0', /* "shishkin.link", true */ 's', 'h', 'i', 's', 'h', 'k', 'i', 'n', '.', 'l', 'i', 'n', 'k', '\0', /* "shishkin.us", true */ 's', 'h', 'i', 's', 'h', 'k', 'i', 'n', '.', 'u', 's', '\0', /* "shishlik.net", true */ 's', 'h', 'i', 's', 'h', 'l', 'i', 'k', '.', 'n', 'e', 't', '\0', /* "shitbeast.institute", true */ 's', 'h', 'i', 't', 'b', 'e', 'a', 's', 't', '.', 'i', 'n', 's', 't', 'i', 't', 'u', 't', 'e', '\0', /* "shitmybradsays.com", true */ 's', 'h', 'i', 't', 'm', 'y', 'b', 'r', 'a', 'd', 's', 'a', 'y', 's', '.', 'c', 'o', 'm', '\0', /* "shitposting.life", true */ 's', 'h', 'i', 't', 'p', 'o', 's', 't', 'i', 'n', 'g', '.', 'l', 'i', 'f', 'e', '\0', @@ -17436,16 +17450,17 @@ static const char kSTSHostTable[] = { /* "signix.net", true */ 's', 'i', 'g', 'n', 'i', 'x', '.', 'n', 'e', 't', '\0', /* "signoracle.com", true */ 's', 'i', 'g', 'n', 'o', 'r', 'a', 'c', 'l', 'e', '.', 'c', 'o', 'm', '\0', /* "signosquecombinam.com.br", true */ 's', 'i', 'g', 'n', 'o', 's', 'q', 'u', 'e', 'c', 'o', 'm', 'b', 'i', 'n', 'a', 'm', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "signslabelstapesandmore.com", false */ 's', 'i', 'g', 'n', 's', 'l', 'a', 'b', 'e', 'l', 's', 't', 'a', 'p', 'e', 's', 'a', 'n', 'd', 'm', 'o', 'r', 'e', '.', 'c', 'o', 'm', '\0', /* "signtul.com", false */ 's', 'i', 'g', 'n', 't', 'u', 'l', '.', 'c', 'o', 'm', '\0', /* "sigsegv.run", true */ 's', 'i', 'g', 's', 'e', 'g', 'v', '.', 'r', 'u', 'n', '\0', /* "sigterm.no", true */ 's', 'i', 'g', 't', 'e', 'r', 'm', '.', 'n', 'o', '\0', /* "sigterm.sh", true */ 's', 'i', 'g', 't', 'e', 'r', 'm', '.', 's', 'h', '\0', + /* "siirtutkusu.com", true */ 's', 'i', 'i', 'r', 't', 'u', 't', 'k', 'u', 's', 'u', '.', 'c', 'o', 'm', '\0', /* "sijmenschoon.nl", true */ 's', 'i', 'j', 'm', 'e', 'n', 's', 'c', 'h', 'o', 'o', 'n', '.', 'n', 'l', '\0', /* "sikatehtaat.fi", true */ 's', 'i', 'k', 'a', 't', 'e', 'h', 't', 'a', 'a', 't', '.', 'f', 'i', '\0', /* "sikevux.se", true */ 's', 'i', 'k', 'e', 'v', 'u', 'x', '.', 's', 'e', '\0', /* "siku-shop.ch", true */ 's', 'i', 'k', 'u', '-', 's', 'h', 'o', 'p', '.', 'c', 'h', '\0', /* "silashes.com", true */ 's', 'i', 'l', 'a', 's', 'h', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "silentexplosion.de", true */ 's', 'i', 'l', 'e', 'n', 't', 'e', 'x', 'p', 'l', 'o', 's', 'i', 'o', 'n', '.', 'd', 'e', '\0', /* "silentkernel.fr", true */ 's', 'i', 'l', 'e', 'n', 't', 'k', 'e', 'r', 'n', 'e', 'l', '.', 'f', 'r', '\0', /* "silentundo.org", true */ 's', 'i', 'l', 'e', 'n', 't', 'u', 'n', 'd', 'o', '.', 'o', 'r', 'g', '\0', @@ -18041,17 +18056,17 @@ static const char kSTSHostTable[] = { /* "spicydog.org", true */ 's', 'p', 'i', 'c', 'y', 'd', 'o', 'g', '.', 'o', 'r', 'g', '\0', /* "spicydog.tk", false */ 's', 'p', 'i', 'c', 'y', 'd', 'o', 'g', '.', 't', 'k', '\0', /* "spicymatch.com", true */ 's', 'p', 'i', 'c', 'y', 'm', 'a', 't', 'c', 'h', '.', 'c', 'o', 'm', '\0', /* "spicywombat.com", true */ 's', 'p', 'i', 'c', 'y', 'w', 'o', 'm', 'b', 'a', 't', '.', 'c', 'o', 'm', '\0', /* "spidermail.tk", true */ 's', 'p', 'i', 'd', 'e', 'r', 'm', 'a', 'i', 'l', '.', 't', 'k', '\0', /* "spideroak.com", true */ 's', 'p', 'i', 'd', 'e', 'r', 'o', 'a', 'k', '.', 'c', 'o', 'm', '\0', /* "spiders.org.ua", true */ 's', 'p', 'i', 'd', 'e', 'r', 's', '.', 'o', 'r', 'g', '.', 'u', 'a', '\0', /* "spielland.ch", true */ 's', 'p', 'i', 'e', 'l', 'l', 'a', 'n', 'd', '.', 'c', 'h', '\0', - /* "spiff.eu", true */ 's', 'p', 'i', 'f', 'f', '.', 'e', 'u', '\0', + /* "spiet.nl", true */ 's', 'p', 'i', 'e', 't', '.', 'n', 'l', '\0', /* "spiga.ch", true */ 's', 'p', 'i', 'g', 'a', '.', 'c', 'h', '\0', /* "spinalien.net", true */ 's', 'p', 'i', 'n', 'a', 'l', 'i', 'e', 'n', '.', 'n', 'e', 't', '\0', /* "spins.fedoraproject.org", true */ 's', 'p', 'i', 'n', 's', '.', 'f', 'e', 'd', 'o', 'r', 'a', 'p', 'r', 'o', 'j', 'e', 'c', 't', '.', 'o', 'r', 'g', '\0', /* "spinspin.wtf", true */ 's', 'p', 'i', 'n', 's', 'p', 'i', 'n', '.', 'w', 't', 'f', '\0', /* "spirella-shop.ch", true */ 's', 'p', 'i', 'r', 'e', 'l', 'l', 'a', '-', 's', 'h', 'o', 'p', '.', 'c', 'h', '\0', /* "spiritbionic.ro", true */ 's', 'p', 'i', 'r', 'i', 't', 'b', 'i', 'o', 'n', 'i', 'c', '.', 'r', 'o', '\0', /* "spiritfanfics.com", true */ 's', 'p', 'i', 'r', 'i', 't', 'f', 'a', 'n', 'f', 'i', 'c', 's', '.', 'c', 'o', 'm', '\0', /* "spiritual.dating", true */ 's', 'p', 'i', 'r', 'i', 't', 'u', 'a', 'l', '.', 'd', 'a', 't', 'i', 'n', 'g', '\0', @@ -18061,17 +18076,16 @@ static const char kSTSHostTable[] = { /* "spitfireuav.com", true */ 's', 'p', 'i', 't', 'f', 'i', 'r', 'e', 'u', 'a', 'v', '.', 'c', 'o', 'm', '\0', /* "splikity.com", true */ 's', 'p', 'l', 'i', 'k', 'i', 't', 'y', '.', 'c', 'o', 'm', '\0', /* "split.is", true */ 's', 'p', 'l', 'i', 't', '.', 'i', 's', '\0', /* "splitdna.com", true */ 's', 'p', 'l', 'i', 't', 'd', 'n', 'a', '.', 'c', 'o', 'm', '\0', /* "splitreflection.com", true */ 's', 'p', 'l', 'i', 't', 'r', 'e', 'f', 'l', 'e', 'c', 't', 'i', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "splunk.net", true */ 's', 'p', 'l', 'u', 'n', 'k', '.', 'n', 'e', 't', '\0', /* "spodelime.com", true */ 's', 'p', 'o', 'd', 'e', 'l', 'i', 'm', 'e', '.', 'c', 'o', 'm', '\0', /* "spoketwist.com", true */ 's', 'p', 'o', 'k', 'e', 't', 'w', 'i', 's', 't', '.', 'c', 'o', 'm', '\0', - /* "spom.net", true */ 's', 'p', 'o', 'm', '.', 'n', 'e', 't', '\0', /* "sponc.de", true */ 's', 'p', 'o', 'n', 'c', '.', 'd', 'e', '\0', /* "spongepowered.org", true */ 's', 'p', 'o', 'n', 'g', 'e', 'p', 'o', 'w', 'e', 'r', 'e', 'd', '.', 'o', 'r', 'g', '\0', /* "sponsor.network", true */ 's', 'p', 'o', 'n', 's', 'o', 'r', '.', 'n', 'e', 't', 'w', 'o', 'r', 'k', '\0', /* "sponsorowani.pl", true */ 's', 'p', 'o', 'n', 's', 'o', 'r', 'o', 'w', 'a', 'n', 'i', '.', 'p', 'l', '\0', /* "spoofhaus.com", true */ 's', 'p', 'o', 'o', 'f', 'h', 'a', 'u', 's', '.', 'c', 'o', 'm', '\0', /* "spookbook.net", true */ 's', 'p', 'o', 'o', 'k', 'b', 'o', 'o', 'k', '.', 'n', 'e', 't', '\0', /* "sporcard.com", true */ 's', 'p', 'o', 'r', 'c', 'a', 'r', 'd', '.', 'c', 'o', 'm', '\0', /* "spornkuller.de", true */ 's', 'p', 'o', 'r', 'n', 'k', 'u', 'l', 'l', 'e', 'r', '.', 'd', 'e', '\0', @@ -18165,17 +18179,16 @@ static const char kSTSHostTable[] = { /* "ssldecoder.org", true */ 's', 's', 'l', 'd', 'e', 'c', 'o', 'd', 'e', 'r', '.', 'o', 'r', 'g', '\0', /* "ssldev.net", true */ 's', 's', 'l', 'd', 'e', 'v', '.', 'n', 'e', 't', '\0', /* "sslmate.com", true */ 's', 's', 'l', 'm', 'a', 't', 'e', '.', 'c', 'o', 'm', '\0', /* "sslping.com", true */ 's', 's', 'l', 'p', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "sslpoint.com", true */ 's', 's', 'l', 'p', 'o', 'i', 'n', 't', '.', 'c', 'o', 'm', '\0', /* "ssls.cz", true */ 's', 's', 'l', 's', '.', 'c', 'z', '\0', /* "sslsurvey.de", true */ 's', 's', 'l', 's', 'u', 'r', 'v', 'e', 'y', '.', 'd', 'e', '\0', /* "sslzilla.de", true */ 's', 's', 'l', 'z', 'i', 'l', 'l', 'a', '.', 'd', 'e', '\0', - /* "sss3s.com", true */ 's', 's', 's', '3', 's', '.', 'c', 'o', 'm', '\0', /* "sstewartgallus.com", true */ 's', 's', 't', 'e', 'w', 'a', 'r', 't', 'g', 'a', 'l', 'l', 'u', 's', '.', 'c', 'o', 'm', '\0', /* "st-kilian-markt-erlbach.de", true */ 's', 't', '-', 'k', 'i', 'l', 'i', 'a', 'n', '-', 'm', 'a', 'r', 'k', 't', '-', 'e', 'r', 'l', 'b', 'a', 'c', 'h', '.', 'd', 'e', '\0', /* "st-news.de", true */ 's', 't', '-', 'n', 'e', 'w', 's', '.', 'd', 'e', '\0', /* "staatschutz.at", true */ 's', 't', 'a', 'a', 't', 's', 'c', 'h', 'u', 't', 'z', '.', 'a', 't', '\0', /* "staatsschutz.at", true */ 's', 't', 'a', 'a', 't', 's', 's', 'c', 'h', 'u', 't', 'z', '.', 'a', 't', '\0', /* "staatsschutzgesetz.at", true */ 's', 't', 'a', 'a', 't', 's', 's', 'c', 'h', 'u', 't', 'z', 'g', 'e', 's', 'e', 't', 'z', '.', 'a', 't', '\0', /* "stablelib.com", true */ 's', 't', 'a', 'b', 'l', 'e', 'l', 'i', 'b', '.', 'c', 'o', 'm', '\0', /* "stackptr.com", true */ 's', 't', 'a', 'c', 'k', 'p', 't', 'r', '.', 'c', 'o', 'm', '\0', @@ -18395,16 +18408,17 @@ static const char kSTSHostTable[] = { /* "streetspotr.com", true */ 's', 't', 'r', 'e', 'e', 't', 's', 'p', 'o', 't', 'r', '.', 'c', 'o', 'm', '\0', /* "streetview.wien", true */ 's', 't', 'r', 'e', 'e', 't', 'v', 'i', 'e', 'w', '.', 'w', 'i', 'e', 'n', '\0', /* "strefapi.com", true */ 's', 't', 'r', 'e', 'f', 'a', 'p', 'i', '.', 'c', 'o', 'm', '\0', /* "streklhof.at", true */ 's', 't', 'r', 'e', 'k', 'l', 'h', 'o', 'f', '.', 'a', 't', '\0', /* "stressfreehousehold.com", true */ 's', 't', 'r', 'e', 's', 's', 'f', 'r', 'e', 'e', 'h', 'o', 'u', 's', 'e', 'h', 'o', 'l', 'd', '.', 'c', 'o', 'm', '\0', /* "stretchmyan.us", true */ 's', 't', 'r', 'e', 't', 'c', 'h', 'm', 'y', 'a', 'n', '.', 'u', 's', '\0', /* "stricted.net", true */ 's', 't', 'r', 'i', 'c', 't', 'e', 'd', '.', 'n', 'e', 't', '\0', /* "strictlynormal.com", true */ 's', 't', 'r', 'i', 'c', 't', 'l', 'y', 'n', 'o', 'r', 'm', 'a', 'l', '.', 'c', 'o', 'm', '\0', + /* "strife.tk", true */ 's', 't', 'r', 'i', 'f', 'e', '.', 't', 'k', '\0', /* "strijkshop.be", true */ 's', 't', 'r', 'i', 'j', 'k', 's', 'h', 'o', 'p', '.', 'b', 'e', '\0', /* "stringtoolbox.com", true */ 's', 't', 'r', 'i', 'n', 'g', 't', 'o', 'o', 'l', 'b', 'o', 'x', '.', 'c', 'o', 'm', '\0', /* "stripe.com", true */ 's', 't', 'r', 'i', 'p', 'e', '.', 'c', 'o', 'm', '\0', /* "strobeltobias.de", true */ 's', 't', 'r', 'o', 'b', 'e', 'l', 't', 'o', 'b', 'i', 'a', 's', '.', 'd', 'e', '\0', /* "strobeto.de", true */ 's', 't', 'r', 'o', 'b', 'e', 't', 'o', '.', 'd', 'e', '\0', /* "strobotti.com", true */ 's', 't', 'r', 'o', 'b', 'o', 't', 't', 'i', '.', 'c', 'o', 'm', '\0', /* "stroginohelp.ru", true */ 's', 't', 'r', 'o', 'g', 'i', 'n', 'o', 'h', 'e', 'l', 'p', '.', 'r', 'u', '\0', /* "strom.family", true */ 's', 't', 'r', 'o', 'm', '.', 'f', 'a', 'm', 'i', 'l', 'y', '\0', @@ -19243,16 +19257,17 @@ static const char kSTSHostTable[] = { /* "thinkcash.nl", true */ 't', 'h', 'i', 'n', 'k', 'c', 'a', 's', 'h', '.', 'n', 'l', '\0', /* "thinkindifferent.net", true */ 't', 'h', 'i', 'n', 'k', 'i', 'n', 'd', 'i', 'f', 'f', 'e', 'r', 'e', 'n', 't', '.', 'n', 'e', 't', '\0', /* "thinkingandcomputing.com", true */ 't', 'h', 'i', 'n', 'k', 'i', 'n', 'g', 'a', 'n', 'd', 'c', 'o', 'm', 'p', 'u', 't', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "thinklikeanentrepreneur.com", true */ 't', 'h', 'i', 'n', 'k', 'l', 'i', 'k', 'e', 'a', 'n', 'e', 'n', 't', 'r', 'e', 'p', 'r', 'e', 'n', 'e', 'u', 'r', '.', 'c', 'o', 'm', '\0', /* "thinkrealty.com", true */ 't', 'h', 'i', 'n', 'k', 'r', 'e', 'a', 'l', 't', 'y', '.', 'c', 'o', 'm', '\0', /* "thinktux.net", true */ 't', 'h', 'i', 'n', 'k', 't', 'u', 'x', '.', 'n', 'e', 't', '\0', /* "thiry-automobiles.net", true */ 't', 'h', 'i', 'r', 'y', '-', 'a', 'u', 't', 'o', 'm', 'o', 'b', 'i', 'l', 'e', 's', '.', 'n', 'e', 't', '\0', /* "thisbrownman.com", true */ 't', 'h', 'i', 's', 'b', 'r', 'o', 'w', 'n', 'm', 'a', 'n', '.', 'c', 'o', 'm', '\0', + /* "thiscloudiscrap.com", false */ 't', 'h', 'i', 's', 'c', 'l', 'o', 'u', 'd', 'i', 's', 'c', 'r', 'a', 'p', '.', 'c', 'o', 'm', '\0', /* "thisfreelife.gov", true */ 't', 'h', 'i', 's', 'f', 'r', 'e', 'e', 'l', 'i', 'f', 'e', '.', 'g', 'o', 'v', '\0', /* "thisishugo.com", false */ 't', 'h', 'i', 's', 'i', 's', 'h', 'u', 'g', 'o', '.', 'c', 'o', 'm', '\0', /* "thisserver.dontexist.net", true */ 't', 'h', 'i', 's', 's', 'e', 'r', 'v', 'e', 'r', '.', 'd', 'o', 'n', 't', 'e', 'x', 'i', 's', 't', '.', 'n', 'e', 't', '\0', /* "thistleandleaves.com", true */ 't', 'h', 'i', 's', 't', 'l', 'e', 'a', 'n', 'd', 'l', 'e', 'a', 'v', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "thiswasalreadymyusername.tk", true */ 't', 'h', 'i', 's', 'w', 'a', 's', 'a', 'l', 'r', 'e', 'a', 'd', 'y', 'm', 'y', 'u', 's', 'e', 'r', 'n', 'a', 'm', 'e', '.', 't', 'k', '\0', /* "thkb.net", true */ 't', 'h', 'k', 'b', '.', 'n', 'e', 't', '\0', /* "thm.vn", true */ 't', 'h', 'm', '.', 'v', 'n', '\0', /* "thole.org", true */ 't', 'h', 'o', 'l', 'e', '.', 'o', 'r', 'g', '\0', @@ -19269,17 +19284,16 @@ static const char kSTSHostTable[] = { /* "thomasgriffin.io", true */ 't', 'h', 'o', 'm', 'a', 's', 'g', 'r', 'i', 'f', 'f', 'i', 'n', '.', 'i', 'o', '\0', /* "thomasharvey.me", true */ 't', 'h', 'o', 'm', 'a', 's', 'h', 'a', 'r', 'v', 'e', 'y', '.', 'm', 'e', '\0', /* "thomashunter.name", false */ 't', 'h', 'o', 'm', 'a', 's', 'h', 'u', 'n', 't', 'e', 'r', '.', 'n', 'a', 'm', 'e', '\0', /* "thomasnet.fr", true */ 't', 'h', 'o', 'm', 'a', 's', 'n', 'e', 't', '.', 'f', 'r', '\0', /* "thomastimepieces.com.au", true */ 't', 'h', 'o', 'm', 'a', 's', 't', 'i', 'm', 'e', 'p', 'i', 'e', 'c', 'e', 's', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "thomasvochten.com", true */ 't', 'h', 'o', 'm', 'a', 's', 'v', 'o', 'c', 'h', 't', 'e', 'n', '.', 'c', 'o', 'm', '\0', /* "thomasvt.xyz", true */ 't', 'h', 'o', 'm', 'a', 's', 'v', 't', '.', 'x', 'y', 'z', '\0', /* "thomaswoo.com", true */ 't', 'h', 'o', 'm', 'a', 's', 'w', 'o', 'o', '.', 'c', 'o', 'm', '\0', - /* "thompsonfamily.cloud", true */ 't', 'h', 'o', 'm', 'p', 's', 'o', 'n', 'f', 'a', 'm', 'i', 'l', 'y', '.', 'c', 'l', 'o', 'u', 'd', '\0', /* "thomsonscleaning.co.uk", true */ 't', 'h', 'o', 'm', 's', 'o', 'n', 's', 'c', 'l', 'e', 'a', 'n', 'i', 'n', 'g', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "thomspooren.nl", true */ 't', 'h', 'o', 'm', 's', 'p', 'o', 'o', 'r', 'e', 'n', '.', 'n', 'l', '\0', /* "thomwiggers.nl", true */ 't', 'h', 'o', 'm', 'w', 'i', 'g', 'g', 'e', 'r', 's', '.', 'n', 'l', '\0', /* "thorbis.com", true */ 't', 'h', 'o', 'r', 'b', 'i', 's', '.', 'c', 'o', 'm', '\0', /* "thorbiswebsitedesign.com", true */ 't', 'h', 'o', 'r', 'b', 'i', 's', 'w', 'e', 'b', 's', 'i', 't', 'e', 'd', 'e', 's', 'i', 'g', 'n', '.', 'c', 'o', 'm', '\0', /* "thorgames.nl", true */ 't', 'h', 'o', 'r', 'g', 'a', 'm', 'e', 's', '.', 'n', 'l', '\0', /* "thorstenschaefer.name", true */ 't', 'h', 'o', 'r', 's', 't', 'e', 'n', 's', 'c', 'h', 'a', 'e', 'f', 'e', 'r', '.', 'n', 'a', 'm', 'e', '\0', /* "thot.space", true */ 't', 'h', 'o', 't', '.', 's', 'p', 'a', 'c', 'e', '\0', @@ -19312,16 +19326,17 @@ static const char kSTSHostTable[] = { /* "tiacollection.com", true */ 't', 'i', 'a', 'c', 'o', 'l', 'l', 'e', 'c', 't', 'i', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "tiagonunes.pt", true */ 't', 'i', 'a', 'g', 'o', 'n', 'u', 'n', 'e', 's', '.', 'p', 't', '\0', /* "tiaki.org", true */ 't', 'i', 'a', 'k', 'i', '.', 'o', 'r', 'g', '\0', /* "tianeptine.com", true */ 't', 'i', 'a', 'n', 'e', 'p', 't', 'i', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "tianshili.me", true */ 't', 'i', 'a', 'n', 's', 'h', 'i', 'l', 'i', '.', 'm', 'e', '\0', /* "tianxing.pro", true */ 't', 'i', 'a', 'n', 'x', 'i', 'n', 'g', '.', 'p', 'r', 'o', '\0', /* "tianxingvpn.pro", true */ 't', 'i', 'a', 'n', 'x', 'i', 'n', 'g', 'v', 'p', 'n', '.', 'p', 'r', 'o', '\0', /* "tianya.tv", true */ 't', 'i', 'a', 'n', 'y', 'a', '.', 't', 'v', '\0', + /* "ticfleet.com", true */ 't', 'i', 'c', 'f', 'l', 'e', 'e', 't', '.', 'c', 'o', 'm', '\0', /* "ticketmates.com.au", true */ 't', 'i', 'c', 'k', 'e', 't', 'm', 'a', 't', 'e', 's', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "ticketoplichting.nl", true */ 't', 'i', 'c', 'k', 'e', 't', 'o', 'p', 'l', 'i', 'c', 'h', 't', 'i', 'n', 'g', '.', 'n', 'l', '\0', /* "ticketsourcebeta.co.uk", true */ 't', 'i', 'c', 'k', 'e', 't', 's', 'o', 'u', 'r', 'c', 'e', 'b', 'e', 't', 'a', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "tid.jp", true */ 't', 'i', 'd', '.', 'j', 'p', '\0', /* "tidycustoms.net", true */ 't', 'i', 'd', 'y', 'c', 'u', 's', 't', 'o', 'm', 's', '.', 'n', 'e', 't', '\0', /* "tiendavertigo.com", true */ 't', 'i', 'e', 'n', 'd', 'a', 'v', 'e', 'r', 't', 'i', 'g', 'o', '.', 'c', 'o', 'm', '\0', /* "tiens-ib.cz", true */ 't', 'i', 'e', 'n', 's', '-', 'i', 'b', '.', 'c', 'z', '\0', /* "tier-1-entrepreneur.com", true */ 't', 'i', 'e', 'r', '-', '1', '-', 'e', 'n', 't', 'r', 'e', 'p', 'r', 'e', 'n', 'e', 'u', 'r', '.', 'c', 'o', 'm', '\0', @@ -19435,17 +19450,16 @@ static const char kSTSHostTable[] = { /* "tmi-produkter.se", true */ 't', 'm', 'i', '-', 'p', 'r', 'o', 'd', 'u', 'k', 't', 'e', 'r', '.', 's', 'e', '\0', /* "tmi.news", true */ 't', 'm', 'i', '.', 'n', 'e', 'w', 's', '\0', /* "tmm.cx", true */ 't', 'm', 'm', '.', 'c', 'x', '\0', /* "tmpraider.net", true */ 't', 'm', 'p', 'r', 'a', 'i', 'd', 'e', 'r', '.', 'n', 'e', 't', '\0', /* "tmpsantos.com.br", true */ 't', 'm', 'p', 's', 'a', 'n', 't', 'o', 's', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "tmtopup.com", true */ 't', 'm', 't', 'o', 'p', 'u', 'p', '.', 'c', 'o', 'm', '\0', /* "tmtradingmorocco.ma", true */ 't', 'm', 't', 'r', 'a', 'd', 'i', 'n', 'g', 'm', 'o', 'r', 'o', 'c', 'c', 'o', '.', 'm', 'a', '\0', /* "tn0.club", true */ 't', 'n', '0', '.', 'c', 'l', 'u', 'b', '\0', - /* "tnb-plattform.de", true */ 't', 'n', 'b', '-', 'p', 'l', 'a', 't', 't', 'f', 'o', 'r', 'm', '.', 'd', 'e', '\0', /* "tnes.dk", true */ 't', 'n', 'e', 's', '.', 'd', 'k', '\0', /* "tno.io", true */ 't', 'n', 'o', '.', 'i', 'o', '\0', /* "tny.link", true */ 't', 'n', 'y', '.', 'l', 'i', 'n', 'k', '\0', /* "toast.al", true */ 't', 'o', 'a', 's', 't', '.', 'a', 'l', '\0', /* "tobacco.gov", true */ 't', 'o', 'b', 'a', 'c', 'c', 'o', '.', 'g', 'o', 'v', '\0', /* "tobi-mayer.de", true */ 't', 'o', 'b', 'i', '-', 'm', 'a', 'y', 'e', 'r', '.', 'd', 'e', '\0', /* "tobias-haenel.de", true */ 't', 'o', 'b', 'i', 'a', 's', '-', 'h', 'a', 'e', 'n', 'e', 'l', '.', 'd', 'e', '\0', /* "tobias-kluge.de", true */ 't', 'o', 'b', 'i', 'a', 's', '-', 'k', 'l', 'u', 'g', 'e', '.', 'd', 'e', '\0', @@ -19631,16 +19645,17 @@ static const char kSTSHostTable[] = { /* "totch.de", true */ 't', 'o', 't', 'c', 'h', '.', 'd', 'e', '\0', /* "totem-international.com", true */ 't', 'o', 't', 'e', 'm', '-', 'i', 'n', 't', 'e', 'r', 'n', 'a', 't', 'i', 'o', 'n', 'a', 'l', '.', 'c', 'o', 'm', '\0', /* "totobetty.com", true */ 't', 'o', 't', 'o', 'b', 'e', 't', 't', 'y', '.', 'c', 'o', 'm', '\0', /* "totot.net", true */ 't', 'o', 't', 'o', 't', '.', 'n', 'e', 't', '\0', /* "touch.facebook.com", false */ 't', 'o', 'u', 'c', 'h', '.', 'f', 'a', 'c', 'e', 'b', 'o', 'o', 'k', '.', 'c', 'o', 'm', '\0', /* "touch.mail.ru", true */ 't', 'o', 'u', 'c', 'h', '.', 'm', 'a', 'i', 'l', '.', 'r', 'u', '\0', /* "touchoflife.in", true */ 't', 'o', 'u', 'c', 'h', 'o', 'f', 'l', 'i', 'f', 'e', '.', 'i', 'n', '\0', /* "touchstonefms.co.uk", true */ 't', 'o', 'u', 'c', 'h', 's', 't', 'o', 'n', 'e', 'f', 'm', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', + /* "touha.me", true */ 't', 'o', 'u', 'h', 'a', '.', 'm', 'e', '\0', /* "touhou.cc", true */ 't', 'o', 'u', 'h', 'o', 'u', '.', 'c', 'c', '\0', /* "touray-enterprise.ch", true */ 't', 'o', 'u', 'r', 'a', 'y', '-', 'e', 'n', 't', 'e', 'r', 'p', 'r', 'i', 's', 'e', '.', 'c', 'h', '\0', /* "tourismwithme.com", true */ 't', 'o', 'u', 'r', 'i', 's', 'm', 'w', 'i', 't', 'h', 'm', 'e', '.', 'c', 'o', 'm', '\0', /* "tourispo.com", true */ 't', 'o', 'u', 'r', 'i', 's', 'p', 'o', '.', 'c', 'o', 'm', '\0', /* "tournevis.ch", true */ 't', 'o', 'u', 'r', 'n', 'e', 'v', 'i', 's', '.', 'c', 'h', '\0', /* "toursandtransfers.it", true */ 't', 'o', 'u', 'r', 's', 'a', 'n', 'd', 't', 'r', 'a', 'n', 's', 'f', 'e', 'r', 's', '.', 'i', 't', '\0', /* "tourtransferitaly.it", true */ 't', 'o', 'u', 'r', 't', 'r', 'a', 'n', 's', 'f', 'e', 'r', 'i', 't', 'a', 'l', 'y', '.', 'i', 't', '\0', /* "touslesdrivers.com", true */ 't', 'o', 'u', 's', 'l', 'e', 's', 'd', 'r', 'i', 'v', 'e', 'r', 's', '.', 'c', 'o', 'm', '\0', @@ -19686,16 +19701,17 @@ static const char kSTSHostTable[] = { /* "tractorpumps.com", true */ 't', 'r', 'a', 'c', 't', 'o', 'r', 'p', 'u', 'm', 'p', 's', '.', 'c', 'o', 'm', '\0', /* "trade-smart.ru", true */ 't', 'r', 'a', 'd', 'e', '-', 's', 'm', 'a', 'r', 't', '.', 'r', 'u', '\0', /* "trade.gov.uk", true */ 't', 'r', 'a', 'd', 'e', '.', 'g', 'o', 'v', '.', 'u', 'k', '\0', /* "tradedesk.co.za", true */ 't', 'r', 'a', 'd', 'e', 'd', 'e', 's', 'k', '.', 'c', 'o', '.', 'z', 'a', '\0', /* "tradeinvent.co.uk", true */ 't', 'r', 'a', 'd', 'e', 'i', 'n', 'v', 'e', 'n', 't', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "trademan.ky", true */ 't', 'r', 'a', 'd', 'e', 'm', 'a', 'n', '.', 'k', 'y', '\0', /* "traderjoe-cloud.de", true */ 't', 'r', 'a', 'd', 'e', 'r', 'j', 'o', 'e', '-', 'c', 'l', 'o', 'u', 'd', '.', 'd', 'e', '\0', /* "tradingrooms.com", false */ 't', 'r', 'a', 'd', 'i', 'n', 'g', 'r', 'o', 'o', 'm', 's', '.', 'c', 'o', 'm', '\0', + /* "tradiz.org", true */ 't', 'r', 'a', 'd', 'i', 'z', '.', 'o', 'r', 'g', '\0', /* "traeningsprojekt.dk", true */ 't', 'r', 'a', 'e', 'n', 'i', 'n', 'g', 's', 'p', 'r', 'o', 'j', 'e', 'k', 't', '.', 'd', 'k', '\0', /* "trafarm.ro", true */ 't', 'r', 'a', 'f', 'a', 'r', 'm', '.', 'r', 'o', '\0', /* "trafficologyblueprint.com", true */ 't', 'r', 'a', 'f', 'f', 'i', 'c', 'o', 'l', 'o', 'g', 'y', 'b', 'l', 'u', 'e', 'p', 'r', 'i', 'n', 't', '.', 'c', 'o', 'm', '\0', /* "trafficquality.org", true */ 't', 'r', 'a', 'f', 'f', 'i', 'c', 'q', 'u', 'a', 'l', 'i', 't', 'y', '.', 'o', 'r', 'g', '\0', /* "traffixdevices.com", false */ 't', 'r', 'a', 'f', 'f', 'i', 'x', 'd', 'e', 'v', 'i', 'c', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "tragmi.ch", true */ 't', 'r', 'a', 'g', 'm', 'i', '.', 'c', 'h', '\0', /* "trailerparty.com", true */ 't', 'r', 'a', 'i', 'l', 'e', 'r', 'p', 'a', 'r', 't', 'y', '.', 'c', 'o', 'm', '\0', /* "trailforks.com", true */ 't', 'r', 'a', 'i', 'l', 'f', 'o', 'r', 'k', 's', '.', 'c', 'o', 'm', '\0', @@ -19931,17 +19947,17 @@ static const char kSTSHostTable[] = { /* "tussengelegenwoningverkopen.nl", true */ 't', 'u', 's', 's', 'e', 'n', 'g', 'e', 'l', 'e', 'g', 'e', 'n', 'w', 'o', 'n', 'i', 'n', 'g', 'v', 'e', 'r', 'k', 'o', 'p', 'e', 'n', '.', 'n', 'l', '\0', /* "tuto-craft.com", true */ 't', 'u', 't', 'o', '-', 'c', 'r', 'a', 'f', 't', '.', 'c', 'o', 'm', '\0', /* "tutoragency.org", true */ 't', 'u', 't', 'o', 'r', 'a', 'g', 'e', 'n', 'c', 'y', '.', 'o', 'r', 'g', '\0', /* "tutorialinux.com", true */ 't', 'u', 't', 'o', 'r', 'i', 'a', 'l', 'i', 'n', 'u', 'x', '.', 'c', 'o', 'm', '\0', /* "tutorio.ga", true */ 't', 'u', 't', 'o', 'r', 'i', 'o', '.', 'g', 'a', '\0', /* "tuttimundi.org", true */ 't', 'u', 't', 't', 'i', 'm', 'u', 'n', 'd', 'i', '.', 'o', 'r', 'g', '\0', /* "tuttoandroid.net", true */ 't', 'u', 't', 't', 'o', 'a', 'n', 'd', 'r', 'o', 'i', 'd', '.', 'n', 'e', 't', '\0', /* "tuxcloud.net", true */ 't', 'u', 'x', 'c', 'l', 'o', 'u', 'd', '.', 'n', 'e', 't', '\0', - /* "tuxflow.de", true */ 't', 'u', 'x', 'f', 'l', 'o', 'w', '.', 'd', 'e', '\0', + /* "tuxflow.de", false */ 't', 'u', 'x', 'f', 'l', 'o', 'w', '.', 'd', 'e', '\0', /* "tuxgeo.com", false */ 't', 'u', 'x', 'g', 'e', 'o', '.', 'c', 'o', 'm', '\0', /* "tuxie.com", true */ 't', 'u', 'x', 'i', 'e', '.', 'c', 'o', 'm', '\0', /* "tuxlife.net", true */ 't', 'u', 'x', 'l', 'i', 'f', 'e', '.', 'n', 'e', 't', '\0', /* "tuxpeliculas.com", true */ 't', 'u', 'x', 'p', 'e', 'l', 'i', 'c', 'u', 'l', 'a', 's', '.', 'c', 'o', 'm', '\0', /* "tuxplace.nl", true */ 't', 'u', 'x', 'p', 'l', 'a', 'c', 'e', '.', 'n', 'l', '\0', /* "tuxtimo.me", true */ 't', 'u', 'x', 't', 'i', 'm', 'o', '.', 'm', 'e', '\0', /* "tuzaijidi.com", true */ 't', 'u', 'z', 'a', 'i', 'j', 'i', 'd', 'i', '.', 'c', 'o', 'm', '\0', /* "tv2vie.org", false */ 't', 'v', '2', 'v', 'i', 'e', '.', 'o', 'r', 'g', '\0', @@ -19975,17 +19991,16 @@ static const char kSTSHostTable[] = { /* "twelve.rocks", true */ 't', 'w', 'e', 'l', 'v', 'e', '.', 'r', 'o', 'c', 'k', 's', '\0', /* "twelve.today", true */ 't', 'w', 'e', 'l', 'v', 'e', '.', 't', 'o', 'd', 'a', 'y', '\0', /* "twelverocks.com", true */ 't', 'w', 'e', 'l', 'v', 'e', 'r', 'o', 'c', 'k', 's', '.', 'c', 'o', 'm', '\0', /* "twentymilliseconds.com", true */ 't', 'w', 'e', 'n', 't', 'y', 'm', 'i', 'l', 'l', 'i', 's', 'e', 'c', 'o', 'n', 'd', 's', '.', 'c', 'o', 'm', '\0', /* "twistapp.com", true */ 't', 'w', 'i', 's', 't', 'a', 'p', 'p', '.', 'c', 'o', 'm', '\0', /* "twistedwave.com", true */ 't', 'w', 'i', 's', 't', 'e', 'd', 'w', 'a', 'v', 'e', '.', 'c', 'o', 'm', '\0', /* "twisto.cz", true */ 't', 'w', 'i', 's', 't', 'o', '.', 'c', 'z', '\0', /* "twit-guide.com", true */ 't', 'w', 'i', 't', '-', 'g', 'u', 'i', 'd', 'e', '.', 'c', 'o', 'm', '\0', - /* "twitter.ax", true */ 't', 'w', 'i', 't', 't', 'e', 'r', '.', 'a', 'x', '\0', /* "twitter.com", false */ 't', 'w', 'i', 't', 't', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "twitteroauth.com", true */ 't', 'w', 'i', 't', 't', 'e', 'r', 'o', 'a', 'u', 't', 'h', '.', 'c', 'o', 'm', '\0', /* "twlan.org", true */ 't', 'w', 'l', 'a', 'n', '.', 'o', 'r', 'g', '\0', /* "twodadsgames.com", true */ 't', 'w', 'o', 'd', 'a', 'd', 's', 'g', 'a', 'm', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "twofactorauth.org", true */ 't', 'w', 'o', 'f', 'a', 'c', 't', 'o', 'r', 'a', 'u', 't', 'h', '.', 'o', 'r', 'g', '\0', /* "twojfaktum.pl", true */ 't', 'w', 'o', 'j', 'f', 'a', 'k', 't', 'u', 'm', '.', 'p', 'l', '\0', /* "twolanedesign.com", true */ 't', 'w', 'o', 'l', 'a', 'n', 'e', 'd', 'e', 's', 'i', 'g', 'n', '.', 'c', 'o', 'm', '\0', /* "twolivelife.com", true */ 't', 'w', 'o', 'l', 'i', 'v', 'e', 'l', 'i', 'f', 'e', '.', 'c', 'o', 'm', '\0', @@ -20331,16 +20346,17 @@ static const char kSTSHostTable[] = { /* "valenhub.es", true */ 'v', 'a', 'l', 'e', 'n', 'h', 'u', 'b', '.', 'e', 's', '\0', /* "valenscaelum.com", true */ 'v', 'a', 'l', 'e', 'n', 's', 'c', 'a', 'e', 'l', 'u', 'm', '.', 'c', 'o', 'm', '\0', /* "valentin-sundermann.de", true */ 'v', 'a', 'l', 'e', 'n', 't', 'i', 'n', '-', 's', 'u', 'n', 'd', 'e', 'r', 'm', 'a', 'n', 'n', '.', 'd', 'e', '\0', /* "valentinritz.com", true */ 'v', 'a', 'l', 'e', 'n', 't', 'i', 'n', 'r', 'i', 't', 'z', '.', 'c', 'o', 'm', '\0', /* "valeriansaliou.name", true */ 'v', 'a', 'l', 'e', 'r', 'i', 'a', 'n', 's', 'a', 'l', 'i', 'o', 'u', '.', 'n', 'a', 'm', 'e', '\0', /* "valesdigital.com", true */ 'v', 'a', 'l', 'e', 's', 'd', 'i', 'g', 'i', 't', 'a', 'l', '.', 'c', 'o', 'm', '\0', /* "valhallamovement.com", true */ 'v', 'a', 'l', 'h', 'a', 'l', 'l', 'a', 'm', 'o', 'v', 'e', 'm', 'e', 'n', 't', '.', 'c', 'o', 'm', '\0', /* "validatis.com", true */ 'v', 'a', 'l', 'i', 'd', 'a', 't', 'i', 's', '.', 'c', 'o', 'm', '\0', + /* "validator.nu", true */ 'v', 'a', 'l', 'i', 'd', 'a', 't', 'o', 'r', '.', 'n', 'u', '\0', /* "validbrands.com", true */ 'v', 'a', 'l', 'i', 'd', 'b', 'r', 'a', 'n', 'd', 's', '.', 'c', 'o', 'm', '\0', /* "valis.sx", true */ 'v', 'a', 'l', 'i', 's', '.', 's', 'x', '\0', /* "valitron.se", true */ 'v', 'a', 'l', 'i', 't', 'r', 'o', 'n', '.', 's', 'e', '\0', /* "valkohattu.fi", true */ 'v', 'a', 'l', 'k', 'o', 'h', 'a', 't', 't', 'u', '.', 'f', 'i', '\0', /* "vallei-veluwe.nl", true */ 'v', 'a', 'l', 'l', 'e', 'i', '-', 'v', 'e', 'l', 'u', 'w', 'e', '.', 'n', 'l', '\0', /* "valokuva-albumi.fi", true */ 'v', 'a', 'l', 'o', 'k', 'u', 'v', 'a', '-', 'a', 'l', 'b', 'u', 'm', 'i', '.', 'f', 'i', '\0', /* "valopv.be", true */ 'v', 'a', 'l', 'o', 'p', 'v', '.', 'b', 'e', '\0', /* "valordolarblue.com.ar", true */ 'v', 'a', 'l', 'o', 'r', 'd', 'o', 'l', 'a', 'r', 'b', 'l', 'u', 'e', '.', 'c', 'o', 'm', '.', 'a', 'r', '\0', @@ -20370,20 +20386,18 @@ static const char kSTSHostTable[] = { /* "vanlaanen.com", true */ 'v', 'a', 'n', 'l', 'a', 'a', 'n', 'e', 'n', '.', 'c', 'o', 'm', '\0', /* "vanmalland.com", true */ 'v', 'a', 'n', 'm', 'a', 'l', 'l', 'a', 'n', 'd', '.', 'c', 'o', 'm', '\0', /* "vante.me", true */ 'v', 'a', 'n', 't', 'e', '.', 'm', 'e', '\0', /* "vantien.com", true */ 'v', 'a', 'n', 't', 'i', 'e', 'n', '.', 'c', 'o', 'm', '\0', /* "vantru.is", true */ 'v', 'a', 'n', 't', 'r', 'u', '.', 'i', 's', '\0', /* "vanwunnik.com", true */ 'v', 'a', 'n', 'w', 'u', 'n', 'n', 'i', 'k', '.', 'c', 'o', 'm', '\0', /* "vapehour.com", true */ 'v', 'a', 'p', 'e', 'h', 'o', 'u', 'r', '.', 'c', 'o', 'm', '\0', /* "vapemania.eu", true */ 'v', 'a', 'p', 'e', 'm', 'a', 'n', 'i', 'a', '.', 'e', 'u', '\0', - /* "vapeshopsupply.com", true */ 'v', 'a', 'p', 'e', 's', 'h', 'o', 'p', 's', 'u', 'p', 'p', 'l', 'y', '.', 'c', 'o', 'm', '\0', /* "vaphone.co", true */ 'v', 'a', 'p', 'h', 'o', 'n', 'e', '.', 'c', 'o', '\0', /* "vapor.cloud", true */ 'v', 'a', 'p', 'o', 'r', '.', 'c', 'l', 'o', 'u', 'd', '\0', - /* "vapordepot.jp", false */ 'v', 'a', 'p', 'o', 'r', 'd', 'e', 'p', 'o', 't', '.', 'j', 'p', '\0', /* "varden.info", true */ 'v', 'a', 'r', 'd', 'e', 'n', '.', 'i', 'n', 'f', 'o', '\0', /* "varghese.de", true */ 'v', 'a', 'r', 'g', 'h', 'e', 's', 'e', '.', 'd', 'e', '\0', /* "variag-group.ru", true */ 'v', 'a', 'r', 'i', 'a', 'g', '-', 'g', 'r', 'o', 'u', 'p', '.', 'r', 'u', '\0', /* "variag-montazh.ru", true */ 'v', 'a', 'r', 'i', 'a', 'g', '-', 'm', 'o', 'n', 't', 'a', 'z', 'h', '.', 'r', 'u', '\0', /* "varicoseveinssolution.com", true */ 'v', 'a', 'r', 'i', 'c', 'o', 's', 'e', 'v', 'e', 'i', 'n', 's', 's', 'o', 'l', 'u', 't', 'i', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "varshathacker.com", true */ 'v', 'a', 'r', 's', 'h', 'a', 't', 'h', 'a', 'c', 'k', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "varta.io", true */ 'v', 'a', 'r', 't', 'a', '.', 'i', 'o', '\0', /* "varunagw.com", false */ 'v', 'a', 'r', 'u', 'n', 'a', 'g', 'w', '.', 'c', 'o', 'm', '\0', @@ -20641,17 +20655,16 @@ static const char kSTSHostTable[] = { /* "vnfs-team.com", true */ 'v', 'n', 'f', 's', '-', 't', 'e', 'a', 'm', '.', 'c', 'o', 'm', '\0', /* "vnvisa.center", true */ 'v', 'n', 'v', 'i', 's', 'a', '.', 'c', 'e', 'n', 't', 'e', 'r', '\0', /* "vnvisa.ru", true */ 'v', 'n', 'v', 'i', 's', 'a', '.', 'r', 'u', '\0', /* "vocab.guru", true */ 'v', 'o', 'c', 'a', 'b', '.', 'g', 'u', 'r', 'u', '\0', /* "vocaloid.my", true */ 'v', 'o', 'c', 'a', 'l', 'o', 'i', 'd', '.', 'm', 'y', '\0', /* "vodpay.com", true */ 'v', 'o', 'd', 'p', 'a', 'y', '.', 'c', 'o', 'm', '\0', /* "vodpay.net", true */ 'v', 'o', 'd', 'p', 'a', 'y', '.', 'n', 'e', 't', '\0', /* "vodpay.org", true */ 'v', 'o', 'd', 'p', 'a', 'y', '.', 'o', 'r', 'g', '\0', - /* "vogler.name", true */ 'v', 'o', 'g', 'l', 'e', 'r', '.', 'n', 'a', 'm', 'e', '\0', /* "vogt.tech", true */ 'v', 'o', 'g', 't', '.', 't', 'e', 'c', 'h', '\0', /* "voice-of-design.com", true */ 'v', 'o', 'i', 'c', 'e', '-', 'o', 'f', '-', 'd', 'e', 's', 'i', 'g', 'n', '.', 'c', 'o', 'm', '\0', /* "void-zero.com", true */ 'v', 'o', 'i', 'd', '-', 'z', 'e', 'r', 'o', '.', 'c', 'o', 'm', '\0', /* "voidi.ca", true */ 'v', 'o', 'i', 'd', 'i', '.', 'c', 'a', '\0', /* "voidpay.com", true */ 'v', 'o', 'i', 'd', 'p', 'a', 'y', '.', 'c', 'o', 'm', '\0', /* "voidpay.net", true */ 'v', 'o', 'i', 'd', 'p', 'a', 'y', '.', 'n', 'e', 't', '\0', /* "voidpay.org", true */ 'v', 'o', 'i', 'd', 'p', 'a', 'y', '.', 'o', 'r', 'g', '\0', /* "voidptr.eu", true */ 'v', 'o', 'i', 'd', 'p', 't', 'r', '.', 'e', 'u', '\0', @@ -20798,16 +20811,17 @@ static const char kSTSHostTable[] = { /* "wandervoll.ch", true */ 'w', 'a', 'n', 'd', 'e', 'r', 'v', 'o', 'l', 'l', '.', 'c', 'h', '\0', /* "wane.co", true */ 'w', 'a', 'n', 'e', '.', 'c', 'o', '\0', /* "wangjiatun.com.tw", true */ 'w', 'a', 'n', 'g', 'j', 'i', 'a', 't', 'u', 'n', '.', 'c', 'o', 'm', '.', 't', 'w', '\0', /* "wangqiliang.cn", true */ 'w', 'a', 'n', 'g', 'q', 'i', 'l', 'i', 'a', 'n', 'g', '.', 'c', 'n', '\0', /* "wangqiliang.com", true */ 'w', 'a', 'n', 'g', 'q', 'i', 'l', 'i', 'a', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "wangqiliang.org", true */ 'w', 'a', 'n', 'g', 'q', 'i', 'l', 'i', 'a', 'n', 'g', '.', 'o', 'r', 'g', '\0', /* "wangql.cn", true */ 'w', 'a', 'n', 'g', 'q', 'l', '.', 'c', 'n', '\0', /* "wangql.net", true */ 'w', 'a', 'n', 'g', 'q', 'l', '.', 'n', 'e', 't', '\0', + /* "wangqr.tk", true */ 'w', 'a', 'n', 'g', 'q', 'r', '.', 't', 'k', '\0', /* "wangyue.blog", true */ 'w', 'a', 'n', 'g', 'y', 'u', 'e', '.', 'b', 'l', 'o', 'g', '\0', /* "wantshow.com.br", true */ 'w', 'a', 'n', 't', 's', 'h', 'o', 'w', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "wardow.com", true */ 'w', 'a', 'r', 'd', 'o', 'w', '.', 'c', 'o', 'm', '\0', /* "warekon.com", true */ 'w', 'a', 'r', 'e', 'k', 'o', 'n', '.', 'c', 'o', 'm', '\0', /* "warekon.dk", true */ 'w', 'a', 'r', 'e', 'k', 'o', 'n', '.', 'd', 'k', '\0', /* "warflame.net", true */ 'w', 'a', 'r', 'f', 'l', 'a', 'm', 'e', '.', 'n', 'e', 't', '\0', /* "wargameexclusive.com", true */ 'w', 'a', 'r', 'g', 'a', 'm', 'e', 'e', 'x', 'c', 'l', 'u', 's', 'i', 'v', 'e', '.', 'c', 'o', 'm', '\0', /* "warhaggis.com", true */ 'w', 'a', 'r', 'h', 'a', 'g', 'g', 'i', 's', '.', 'c', 'o', 'm', '\0', @@ -20959,17 +20973,16 @@ static const char kSTSHostTable[] = { /* "weeblr.com", true */ 'w', 'e', 'e', 'b', 'l', 'r', '.', 'c', 'o', 'm', '\0', /* "weeblrpress.com", true */ 'w', 'e', 'e', 'b', 'l', 'r', 'p', 'r', 'e', 's', 's', '.', 'c', 'o', 'm', '\0', /* "weekdone.com", true */ 'w', 'e', 'e', 'k', 'd', 'o', 'n', 'e', '.', 'c', 'o', 'm', '\0', /* "weekly-residence.com", true */ 'w', 'e', 'e', 'k', 'l', 'y', '-', 'r', 'e', 's', 'i', 'd', 'e', 'n', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "weeknummers.nl", true */ 'w', 'e', 'e', 'k', 'n', 'u', 'm', 'm', 'e', 'r', 's', '.', 'n', 'l', '\0', /* "weemakers.fr", true */ 'w', 'e', 'e', 'm', 'a', 'k', 'e', 'r', 's', '.', 'f', 'r', '\0', /* "weerstationgiethoorn.nl", true */ 'w', 'e', 'e', 'r', 's', 't', 'a', 't', 'i', 'o', 'n', 'g', 'i', 'e', 't', 'h', 'o', 'o', 'r', 'n', '.', 'n', 'l', '\0', /* "weerstatistieken.nl", true */ 'w', 'e', 'e', 'r', 's', 't', 'a', 't', 'i', 's', 't', 'i', 'e', 'k', 'e', 'n', '.', 'n', 'l', '\0', - /* "wefinanceinc.com", true */ 'w', 'e', 'f', 'i', 'n', 'a', 'n', 'c', 'e', 'i', 'n', 'c', '.', 'c', 'o', 'm', '\0', /* "weggeweest.nl", true */ 'w', 'e', 'g', 'g', 'e', 'w', 'e', 'e', 's', 't', '.', 'n', 'l', '\0', /* "wegner.no", true */ 'w', 'e', 'g', 'n', 'e', 'r', '.', 'n', 'o', '\0', /* "wegvielfalt.de", true */ 'w', 'e', 'g', 'v', 'i', 'e', 'l', 'f', 'a', 'l', 't', '.', 'd', 'e', '\0', /* "weibomiaopai.com", true */ 'w', 'e', 'i', 'b', 'o', 'm', 'i', 'a', 'o', 'p', 'a', 'i', '.', 'c', 'o', 'm', '\0', /* "weicn.org", true */ 'w', 'e', 'i', 'c', 'n', '.', 'o', 'r', 'g', '\0', /* "weideheuvel.org", true */ 'w', 'e', 'i', 'd', 'e', 'h', 'e', 'u', 'v', 'e', 'l', '.', 'o', 'r', 'g', '\0', /* "weidmannfibertechnology.com", true */ 'w', 'e', 'i', 'd', 'm', 'a', 'n', 'n', 'f', 'i', 'b', 'e', 'r', 't', 'e', 'c', 'h', 'n', 'o', 'l', 'o', 'g', 'y', '.', 'c', 'o', 'm', '\0', /* "weiji.ga", true */ 'w', 'e', 'i', 'j', 'i', '.', 'g', 'a', '\0', @@ -21347,17 +21360,16 @@ static const char kSTSHostTable[] = { /* "wow-travel.eu", true */ 'w', 'o', 'w', '-', 't', 'r', 'a', 'v', 'e', 'l', '.', 'e', 'u', '\0', /* "wowhelp.it", true */ 'w', 'o', 'w', 'h', 'e', 'l', 'p', '.', 'i', 't', '\0', /* "wowjs.co.uk", true */ 'w', 'o', 'w', 'j', 's', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "wowjs.org", true */ 'w', 'o', 'w', 'j', 's', '.', 'o', 'r', 'g', '\0', /* "wowjs.uk", true */ 'w', 'o', 'w', 'j', 's', '.', 'u', 'k', '\0', /* "wownmedia.com", true */ 'w', 'o', 'w', 'n', 'm', 'e', 'd', 'i', 'a', '.', 'c', 'o', 'm', '\0', /* "wp-fastsearch.de", true */ 'w', 'p', '-', 'f', 'a', 's', 't', 's', 'e', 'a', 'r', 'c', 'h', '.', 'd', 'e', '\0', /* "wp-mix.com", true */ 'w', 'p', '-', 'm', 'i', 'x', '.', 'c', 'o', 'm', '\0', - /* "wp-rescue.com.au", true */ 'w', 'p', '-', 'r', 'e', 's', 'c', 'u', 'e', '.', 'c', 'o', 'm', '.', 'a', 'u', '\0', /* "wp-stack.pro", true */ 'w', 'p', '-', 's', 't', 'a', 'c', 'k', '.', 'p', 'r', 'o', '\0', /* "wp-tao.com", true */ 'w', 'p', '-', 't', 'a', 'o', '.', 'c', 'o', 'm', '\0', /* "wpac.de", true */ 'w', 'p', 'a', 'c', '.', 'd', 'e', '\0', /* "wpandup.org", true */ 'w', 'p', 'a', 'n', 'd', 'u', 'p', '.', 'o', 'r', 'g', '\0', /* "wphostingblog.nl", true */ 'w', 'p', 'h', 'o', 's', 't', 'i', 'n', 'g', 'b', 'l', 'o', 'g', '.', 'n', 'l', '\0', /* "wpinfos.de", true */ 'w', 'p', 'i', 'n', 'f', 'o', 's', '.', 'd', 'e', '\0', /* "wpinter.com", true */ 'w', 'p', 'i', 'n', 't', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "wpldn.uk", true */ 'w', 'p', 'l', 'd', 'n', '.', 'u', 'k', '\0', @@ -21496,24 +21508,22 @@ static const char kSTSHostTable[] = { /* "wyeworks.com", true */ 'w', 'y', 'e', 'w', 'o', 'r', 'k', 's', '.', 'c', 'o', 'm', '\0', /* "wygibanki.pl", true */ 'w', 'y', 'g', 'i', 'b', 'a', 'n', 'k', 'i', '.', 'p', 'l', '\0', /* "wygluszanie.eu", true */ 'w', 'y', 'g', 'l', 'u', 's', 'z', 'a', 'n', 'i', 'e', '.', 'e', 'u', '\0', /* "wygodnie.pl", true */ 'w', 'y', 'g', 'o', 'd', 'n', 'i', 'e', '.', 'p', 'l', '\0', /* "wynterhill.co.uk", true */ 'w', 'y', 'n', 't', 'e', 'r', 'h', 'i', 'l', 'l', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "wypemagazine.se", true */ 'w', 'y', 'p', 'e', 'm', 'a', 'g', 'a', 'z', 'i', 'n', 'e', '.', 's', 'e', '\0', /* "wyssmuller.ch", true */ 'w', 'y', 's', 's', 'm', 'u', 'l', 'l', 'e', 'r', '.', 'c', 'h', '\0', /* "wyzphoto.nl", true */ 'w', 'y', 'z', 'p', 'h', 'o', 't', 'o', '.', 'n', 'l', '\0', - /* "wzrd.in", true */ 'w', 'z', 'r', 'd', '.', 'i', 'n', '\0', /* "wzyboy.org", true */ 'w', 'z', 'y', 'b', 'o', 'y', '.', 'o', 'r', 'g', '\0', /* "x-iweb.ru", true */ 'x', '-', 'i', 'w', 'e', 'b', '.', 'r', 'u', '\0', /* "x-pertservice.com", true */ 'x', '-', 'p', 'e', 'r', 't', 's', 'e', 'r', 'v', 'i', 'c', 'e', '.', 'c', 'o', 'm', '\0', /* "x.io", true */ 'x', '.', 'i', 'o', '\0', /* "x.st", true */ 'x', '.', 's', 't', '\0', /* "x0r.be", true */ 'x', '0', 'r', '.', 'b', 'e', '\0', - /* "x1616.tk", true */ 'x', '1', '6', '1', '6', '.', 't', 'k', '\0', /* "x23.eu", true */ 'x', '2', '3', '.', 'e', 'u', '\0', /* "x2c0.net", true */ 'x', '2', 'c', '0', '.', 'n', 'e', 't', '\0', /* "x378.ch", true */ 'x', '3', '7', '8', '.', 'c', 'h', '\0', /* "x509.io", true */ 'x', '5', '0', '9', '.', 'i', 'o', '\0', /* "x509.pub", true */ 'x', '5', '0', '9', '.', 'p', 'u', 'b', '\0', /* "x509.pw", true */ 'x', '5', '0', '9', '.', 'p', 'w', '\0', /* "x69.biz", true */ 'x', '6', '9', '.', 'b', 'i', 'z', '\0', /* "x69x.net", true */ 'x', '6', '9', 'x', '.', 'n', 'e', 't', '\0', @@ -21658,17 +21668,16 @@ static const char kSTSHostTable[] = { /* "xombitgames.com", true */ 'x', 'o', 'm', 'b', 'i', 't', 'g', 'a', 'm', 'e', 's', '.', 'c', 'o', 'm', '\0', /* "xombitmusic.com", true */ 'x', 'o', 'm', 'b', 'i', 't', 'm', 'u', 's', 'i', 'c', '.', 'c', 'o', 'm', '\0', /* "xombra.com", true */ 'x', 'o', 'm', 'b', 'r', 'a', '.', 'c', 'o', 'm', '\0', /* "xotika.tv", true */ 'x', 'o', 't', 'i', 'k', 'a', '.', 't', 'v', '\0', /* "xp2.de", true */ 'x', 'p', '2', '.', 'd', 'e', '\0', /* "xpd.se", true */ 'x', 'p', 'd', '.', 's', 'e', '\0', /* "xpenology-fr.net", true */ 'x', 'p', 'e', 'n', 'o', 'l', 'o', 'g', 'y', '-', 'f', 'r', '.', 'n', 'e', 't', '\0', /* "xperidia.com", true */ 'x', 'p', 'e', 'r', 'i', 'd', 'i', 'a', '.', 'c', 'o', 'm', '\0', - /* "xpj.sx", true */ 'x', 'p', 'j', '.', 's', 'x', '\0', /* "xplore-dna.net", true */ 'x', 'p', 'l', 'o', 'r', 'e', '-', 'd', 'n', 'a', '.', 'n', 'e', 't', '\0', /* "xpressprint.com.br", true */ 'x', 'p', 'r', 'e', 's', 's', 'p', 'r', 'i', 'n', 't', '.', 'c', 'o', 'm', '.', 'b', 'r', '\0', /* "xps2pdf.co.uk", true */ 'x', 'p', 's', '2', 'p', 'd', 'f', '.', 'c', 'o', '.', 'u', 'k', '\0', /* "xqin.net", true */ 'x', 'q', 'i', 'n', '.', 'n', 'e', 't', '\0', /* "xr.cx", true */ 'x', 'r', '.', 'c', 'x', '\0', /* "xrockx.de", true */ 'x', 'r', 'o', 'c', 'k', 'x', '.', 'd', 'e', '\0', /* "xroot.org", true */ 'x', 'r', 'o', 'o', 't', '.', 'o', 'r', 'g', '\0', /* "xs2a.no", true */ 'x', 's', '2', 'a', '.', 'n', 'o', '\0', @@ -21683,16 +21692,17 @@ static const char kSTSHostTable[] = { /* "xtremegaming.it", true */ 'x', 't', 'r', 'e', 'm', 'e', 'g', 'a', 'm', 'i', 'n', 'g', '.', 'i', 't', '\0', /* "xtronics.com", true */ 'x', 't', 'r', 'o', 'n', 'i', 'c', 's', '.', 'c', 'o', 'm', '\0', /* "xts3636.net", true */ 'x', 't', 's', '3', '6', '3', '6', '.', 'n', 'e', 't', '\0', /* "xtu2.com", true */ 'x', 't', 'u', '2', '.', 'c', 'o', 'm', '\0', /* "xuc.me", false */ 'x', 'u', 'c', '.', 'm', 'e', '\0', /* "xunn.io", true */ 'x', 'u', 'n', 'n', '.', 'i', 'o', '\0', /* "xuntier.ch", true */ 'x', 'u', 'n', 't', 'i', 'e', 'r', '.', 'c', 'h', '\0', /* "xupeng.me", true */ 'x', 'u', 'p', 'e', 'n', 'g', '.', 'm', 'e', '\0', + /* "xuri.me", false */ 'x', 'u', 'r', 'i', '.', 'm', 'e', '\0', /* "xvt-blog.tk", true */ 'x', 'v', 't', '-', 'b', 'l', 'o', 'g', '.', 't', 'k', '\0', /* "xwalck.se", true */ 'x', 'w', 'a', 'l', 'c', 'k', '.', 's', 'e', '\0', /* "xwaretech.info", true */ 'x', 'w', 'a', 'r', 'e', 't', 'e', 'c', 'h', '.', 'i', 'n', 'f', 'o', '\0', /* "xxffo.com", true */ 'x', 'x', 'f', 'f', 'o', '.', 'c', 'o', 'm', '\0', /* "xxiz.com", true */ 'x', 'x', 'i', 'z', '.', 'c', 'o', 'm', '\0', /* "xxx3dbdsm.com", true */ 'x', 'x', 'x', '3', 'd', 'b', 'd', 's', 'm', '.', 'c', 'o', 'm', '\0', /* "xxxladyboysporn.com", true */ 'x', 'x', 'x', 'l', 'a', 'd', 'y', 'b', 'o', 'y', 's', 'p', 'o', 'r', 'n', '.', 'c', 'o', 'm', '\0', /* "xyfun.net", true */ 'x', 'y', 'f', 'u', 'n', '.', 'n', 'e', 't', '\0', @@ -21702,17 +21712,16 @@ static const char kSTSHostTable[] = { /* "xyyp.mn", true */ 'x', 'y', 'y', 'p', '.', 'm', 'n', '\0', /* "xzclip.cn", true */ 'x', 'z', 'c', 'l', 'i', 'p', '.', 'c', 'n', '\0', /* "y-s.pw", true */ 'y', '-', 's', '.', 'p', 'w', '\0', /* "yabrt.cn", true */ 'y', 'a', 'b', 'r', 't', '.', 'c', 'n', '\0', /* "yaccin.com", true */ 'y', 'a', 'c', 'c', 'i', 'n', '.', 'c', 'o', 'm', '\0', /* "yacobo.com", true */ 'y', 'a', 'c', 'o', 'b', 'o', '.', 'c', 'o', 'm', '\0', /* "yafuoku.ru", true */ 'y', 'a', 'f', 'u', 'o', 'k', 'u', '.', 'r', 'u', '\0', /* "yagihiro.tech", true */ 'y', 'a', 'g', 'i', 'h', 'i', 'r', 'o', '.', 't', 'e', 'c', 'h', '\0', - /* "yahoo.ax", true */ 'y', 'a', 'h', 'o', 'o', '.', 'a', 'x', '\0', /* "yahvehyireh.com", true */ 'y', 'a', 'h', 'v', 'e', 'h', 'y', 'i', 'r', 'e', 'h', '.', 'c', 'o', 'm', '\0', /* "yak.is", true */ 'y', 'a', 'k', '.', 'i', 's', '\0', /* "yakaz.com", true */ 'y', 'a', 'k', 'a', 'z', '.', 'c', 'o', 'm', '\0', /* "yakmade.com", true */ 'y', 'a', 'k', 'm', 'a', 'd', 'e', '.', 'c', 'o', 'm', '\0', /* "yakmoo.se", true */ 'y', 'a', 'k', 'm', 'o', 'o', '.', 's', 'e', '\0', /* "yal.sh", false */ 'y', 'a', 'l', '.', 's', 'h', '\0', /* "yalla.jp", true */ 'y', 'a', 'l', 'l', 'a', '.', 'j', 'p', '\0', /* "yama.su", true */ 'y', 'a', 'm', 'a', '.', 's', 'u', '\0', @@ -21830,16 +21839,17 @@ static const char kSTSHostTable[] = { /* "yourgames.tv", true */ 'y', 'o', 'u', 'r', 'g', 'a', 'm', 'e', 's', '.', 't', 'v', '\0', /* "yourhair.net", true */ 'y', 'o', 'u', 'r', 'h', 'a', 'i', 'r', '.', 'n', 'e', 't', '\0', /* "yourself.today", true */ 'y', 'o', 'u', 'r', 's', 'e', 'l', 'f', '.', 't', 'o', 'd', 'a', 'y', '\0', /* "yourznc.com", true */ 'y', 'o', 'u', 'r', 'z', 'n', 'c', '.', 'c', 'o', 'm', '\0', /* "yout.com", true */ 'y', 'o', 'u', 't', '.', 'c', 'o', 'm', '\0', /* "youtous.me", true */ 'y', 'o', 'u', 't', 'o', 'u', 's', '.', 'm', 'e', '\0', /* "youtubedownloader.com", true */ 'y', 'o', 'u', 't', 'u', 'b', 'e', 'd', 'o', 'w', 'n', 'l', 'o', 'a', 'd', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "youyoulemon.com", true */ 'y', 'o', 'u', 'y', 'o', 'u', 'l', 'e', 'm', 'o', 'n', '.', 'c', 'o', 'm', '\0', + /* "yoyoost.duckdns.org", true */ 'y', 'o', 'y', 'o', 'o', 's', 't', '.', 'd', 'u', 'c', 'k', 'd', 'n', 's', '.', 'o', 'r', 'g', '\0', /* "ypart.eu", true */ 'y', 'p', 'a', 'r', 't', '.', 'e', 'u', '\0', /* "ypcs.fi", true */ 'y', 'p', 'c', 's', '.', 'f', 'i', '\0', /* "ypid.de", true */ 'y', 'p', 'i', 'd', '.', 'd', 'e', '\0', /* "yplanapp.com", true */ 'y', 'p', 'l', 'a', 'n', 'a', 'p', 'p', '.', 'c', 'o', 'm', '\0', /* "yr166166.com", true */ 'y', 'r', '1', '6', '6', '1', '6', '6', '.', 'c', 'o', 'm', '\0', /* "ys-shop.biz", true */ 'y', 's', '-', 's', 'h', 'o', 'p', '.', 'b', 'i', 'z', '\0', /* "yslbeauty.com", true */ 'y', 's', 'l', 'b', 'e', 'a', 'u', 't', 'y', '.', 'c', 'o', 'm', '\0', /* "ytec.ca", true */ 'y', 't', 'e', 'c', '.', 'c', 'a', '\0', @@ -21909,16 +21919,17 @@ static const char kSTSHostTable[] = { /* "zabszk.net", true */ 'z', 'a', 'b', 's', 'z', 'k', '.', 'n', 'e', 't', '\0', /* "zacarias.com.ar", true */ 'z', 'a', 'c', 'a', 'r', 'i', 'a', 's', '.', 'c', 'o', 'm', '.', 'a', 'r', '\0', /* "zachborboa.com", true */ 'z', 'a', 'c', 'h', 'b', 'o', 'r', 'b', 'o', 'a', '.', 'c', 'o', 'm', '\0', /* "zachgibbens.org", true */ 'z', 'a', 'c', 'h', 'g', 'i', 'b', 'b', 'e', 'n', 's', '.', 'o', 'r', 'g', '\0', /* "zachpeters.org", true */ 'z', 'a', 'c', 'h', 'p', 'e', 't', 'e', 'r', 's', '.', 'o', 'r', 'g', '\0', /* "zaclys.com", true */ 'z', 'a', 'c', 'l', 'y', 's', '.', 'c', 'o', 'm', '\0', /* "zadroweb.com", true */ 'z', 'a', 'd', 'r', 'o', 'w', 'e', 'b', '.', 'c', 'o', 'm', '\0', /* "zafirus.name", true */ 'z', 'a', 'f', 'i', 'r', 'u', 's', '.', 'n', 'a', 'm', 'e', '\0', + /* "zahe.me", true */ 'z', 'a', 'h', 'e', '.', 'm', 'e', '\0', /* "zaidan.de", true */ 'z', 'a', 'i', 'd', 'a', 'n', '.', 'd', 'e', '\0', /* "zaidan.eu", true */ 'z', 'a', 'i', 'd', 'a', 'n', '.', 'e', 'u', '\0', /* "zaidanfood.com", true */ 'z', 'a', 'i', 'd', 'a', 'n', 'f', 'o', 'o', 'd', '.', 'c', 'o', 'm', '\0', /* "zaidanfood.eu", true */ 'z', 'a', 'i', 'd', 'a', 'n', 'f', 'o', 'o', 'd', '.', 'e', 'u', '\0', /* "zaidanlebensmittelhandel.de", true */ 'z', 'a', 'i', 'd', 'a', 'n', 'l', 'e', 'b', 'e', 'n', 's', 'm', 'i', 't', 't', 'e', 'l', 'h', 'a', 'n', 'd', 'e', 'l', '.', 'd', 'e', '\0', /* "zajazd.biz", true */ 'z', 'a', 'j', 'a', 'z', 'd', '.', 'b', 'i', 'z', '\0', /* "zakcutner.uk", true */ 'z', 'a', 'k', 'c', 'u', 't', 'n', 'e', 'r', '.', 'u', 'k', '\0', /* "zakladam.cz", true */ 'z', 'a', 'k', 'l', 'a', 'd', 'a', 'm', '.', 'c', 'z', '\0', @@ -21975,16 +21986,17 @@ static const char kSTSHostTable[] = { /* "zeno-system.com", true */ 'z', 'e', 'n', 'o', '-', 's', 'y', 's', 't', 'e', 'm', '.', 'c', 'o', 'm', '\0', /* "zenvideocloud.com", true */ 'z', 'e', 'n', 'v', 'i', 'd', 'e', 'o', 'c', 'l', 'o', 'u', 'd', '.', 'c', 'o', 'm', '\0', /* "zenwears.com", true */ 'z', 'e', 'n', 'w', 'e', 'a', 'r', 's', '.', 'c', 'o', 'm', '\0', /* "zenycosta.com", true */ 'z', 'e', 'n', 'y', 'c', 'o', 's', 't', 'a', '.', 'c', 'o', 'm', '\0', /* "zeplin.io", true */ 'z', 'e', 'p', 'l', 'i', 'n', '.', 'i', 'o', '\0', /* "zer0-day.pw", true */ 'z', 'e', 'r', '0', '-', 'd', 'a', 'y', '.', 'p', 'w', '\0', /* "zer0.de", true */ 'z', 'e', 'r', '0', '.', 'd', 'e', '\0', /* "zero-x-baadf00d.com", true */ 'z', 'e', 'r', 'o', '-', 'x', '-', 'b', 'a', 'a', 'd', 'f', '0', '0', 'd', '.', 'c', 'o', 'm', '\0', + /* "zerocool.io", true */ 'z', 'e', 'r', 'o', 'c', 'o', 'o', 'l', '.', 'i', 'o', '\0', /* "zerofy.de", true */ 'z', 'e', 'r', 'o', 'f', 'y', '.', 'd', 'e', '\0', /* "zeroling.com", true */ 'z', 'e', 'r', 'o', 'l', 'i', 'n', 'g', '.', 'c', 'o', 'm', '\0', /* "zeronet.io", true */ 'z', 'e', 'r', 'o', 'n', 'e', 't', '.', 'i', 'o', '\0', /* "zeropush.com", true */ 'z', 'e', 'r', 'o', 'p', 'u', 's', 'h', '.', 'c', 'o', 'm', '\0', /* "zerossl.com", true */ 'z', 'e', 'r', 'o', 's', 's', 'l', '.', 'c', 'o', 'm', '\0', /* "zertif.info", true */ 'z', 'e', 'r', 't', 'i', 'f', '.', 'i', 'n', 'f', 'o', '\0', /* "zeryn.net", true */ 'z', 'e', 'r', 'y', 'n', '.', 'n', 'e', 't', '\0', /* "zespia.tw", false */ 'z', 'e', 's', 'p', 'i', 'a', '.', 't', 'w', '\0', @@ -22004,17 +22016,16 @@ static const char kSTSHostTable[] = { /* "zhangyuhao.com", true */ 'z', 'h', 'a', 'n', 'g', 'y', 'u', 'h', 'a', 'o', '.', 'c', 'o', 'm', '\0', /* "zhaochen.xyz", true */ 'z', 'h', 'a', 'o', 'c', 'h', 'e', 'n', '.', 'x', 'y', 'z', '\0', /* "zhaofeng.li", true */ 'z', 'h', 'a', 'o', 'f', 'e', 'n', 'g', '.', 'l', 'i', '\0', /* "zhen-chen.com", true */ 'z', 'h', 'e', 'n', '-', 'c', 'h', 'e', 'n', '.', 'c', 'o', 'm', '\0', /* "zhengjie.com", true */ 'z', 'h', 'e', 'n', 'g', 'j', 'i', 'e', '.', 'c', 'o', 'm', '\0', /* "zhengzexin.com", false */ 'z', 'h', 'e', 'n', 'g', 'z', 'e', 'x', 'i', 'n', '.', 'c', 'o', 'm', '\0', /* "zhh.in", true */ 'z', 'h', 'h', '.', 'i', 'n', '\0', /* "zhikin.com", true */ 'z', 'h', 'i', 'k', 'i', 'n', '.', 'c', 'o', 'm', '\0', - /* "zhousiru.com", false */ 'z', 'h', 'o', 'u', 's', 'i', 'r', 'u', '.', 'c', 'o', 'm', '\0', /* "zhovner.com", true */ 'z', 'h', 'o', 'v', 'n', 'e', 'r', '.', 'c', 'o', 'm', '\0', /* "zi0r.com", true */ 'z', 'i', '0', 'r', '.', 'c', 'o', 'm', '\0', /* "zian.online", true */ 'z', 'i', 'a', 'n', '.', 'o', 'n', 'l', 'i', 'n', 'e', '\0', /* "ziegler-family.com", true */ 'z', 'i', 'e', 'g', 'l', 'e', 'r', '-', 'f', 'a', 'm', 'i', 'l', 'y', '.', 'c', 'o', 'm', '\0', /* "ziegler-heizung-frankfurt.de", true */ 'z', 'i', 'e', 'g', 'l', 'e', 'r', '-', 'h', 'e', 'i', 'z', 'u', 'n', 'g', '-', 'f', 'r', 'a', 'n', 'k', 'f', 'u', 'r', 't', '.', 'd', 'e', '\0', /* "zifb.in", true */ 'z', 'i', 'f', 'b', '.', 'i', 'n', '\0', /* "zigi.io", true */ 'z', 'i', 'g', 'i', '.', 'i', 'o', '\0', /* "zigzagmart.com", true */ 'z', 'i', 'g', 'z', 'a', 'g', 'm', 'a', 'r', 't', '.', 'c', 'o', 'm', '\0', @@ -22253,7750 +22264,7749 @@ static const nsSTSPreload kSTSPreloadLis { 1406, true }, { 1414, true }, { 1425, true }, { 1436, false }, { 1442, true }, { 1455, true }, { 1465, true }, { 1472, true }, - { 1479, true }, + { 1483, true }, { 1490, true }, - { 1497, true }, - { 1508, true }, - { 1520, true }, - { 1537, true }, - { 1551, true }, - { 1563, true }, - { 1574, true }, - { 1583, true }, - { 1589, true }, - { 1603, true }, + { 1501, true }, + { 1513, true }, + { 1530, true }, + { 1544, true }, + { 1556, true }, + { 1567, true }, + { 1576, true }, + { 1582, true }, + { 1596, true }, + { 1611, true }, { 1618, true }, - { 1625, true }, - { 1633, true }, - { 1644, true }, - { 1653, true }, - { 1661, true }, - { 1671, true }, - { 1689, true }, - { 1707, true }, - { 1716, true }, - { 1724, true }, - { 1732, true }, - { 1740, true }, - { 1756, true }, - { 1774, true }, - { 1785, true }, - { 1794, true }, - { 1803, true }, - { 1813, true }, - { 1825, true }, - { 1839, true }, - { 1847, true }, - { 1860, true }, - { 1870, true }, - { 1879, true }, - { 1888, true }, - { 1897, true }, - { 1906, true }, - { 1917, true }, - { 1928, true }, - { 1939, false }, - { 1952, true }, - { 1961, true }, + { 1626, true }, + { 1637, true }, + { 1646, true }, + { 1654, true }, + { 1664, true }, + { 1682, true }, + { 1700, true }, + { 1709, true }, + { 1717, true }, + { 1725, true }, + { 1733, true }, + { 1749, true }, + { 1767, true }, + { 1778, true }, + { 1787, true }, + { 1796, true }, + { 1806, true }, + { 1818, true }, + { 1832, true }, + { 1840, true }, + { 1853, true }, + { 1863, true }, + { 1872, true }, + { 1881, true }, + { 1890, true }, + { 1899, true }, + { 1910, true }, + { 1921, true }, + { 1932, false }, + { 1945, true }, + { 1954, true }, + { 1968, true }, { 1975, true }, - { 1982, true }, - { 1993, true }, - { 2002, true }, - { 2023, true }, - { 2032, true }, - { 2044, true }, - { 2058, true }, - { 2068, true }, - { 2083, true }, - { 2091, true }, - { 2107, true }, - { 2120, true }, - { 2132, true }, - { 2144, true }, - { 2152, true }, + { 1986, true }, + { 1995, true }, + { 2016, true }, + { 2025, true }, + { 2037, true }, + { 2051, true }, + { 2061, true }, + { 2076, true }, + { 2084, true }, + { 2100, true }, + { 2113, true }, + { 2125, true }, + { 2137, true }, + { 2145, true }, + { 2156, true }, { 2163, true }, - { 2170, true }, - { 2179, true }, - { 2188, true }, + { 2172, true }, + { 2181, true }, + { 2189, true }, { 2196, true }, - { 2203, true }, - { 2216, true }, - { 2225, true }, - { 2236, true }, - { 2245, true }, - { 2257, true }, - { 2276, true }, - { 2287, true }, - { 2306, true }, - { 2325, true }, - { 2337, true }, - { 2351, true }, - { 2360, true }, - { 2372, true }, - { 2383, true }, - { 2393, true }, - { 2402, true }, - { 2412, true }, + { 2209, true }, + { 2218, true }, + { 2229, true }, + { 2238, true }, + { 2250, true }, + { 2269, true }, + { 2280, true }, + { 2299, true }, + { 2318, true }, + { 2330, true }, + { 2344, true }, + { 2353, true }, + { 2365, true }, + { 2376, true }, + { 2386, true }, + { 2395, true }, + { 2405, true }, { 2420, true }, - { 2435, true }, - { 2448, true }, - { 2458, true }, + { 2433, true }, + { 2441, true }, + { 2451, true }, + { 2469, true }, { 2476, true }, - { 2483, true }, - { 2497, true }, - { 2508, true }, - { 2520, true }, - { 2533, true }, - { 2553, true }, - { 2568, true }, - { 2588, true }, - { 2608, true }, - { 2617, true }, - { 2627, true }, - { 2637, true }, - { 2651, true }, - { 2665, true }, - { 2675, true }, - { 2684, true }, - { 2703, true }, - { 2717, true }, + { 2490, true }, + { 2501, true }, + { 2513, true }, + { 2526, true }, + { 2546, true }, + { 2561, true }, + { 2581, true }, + { 2601, true }, + { 2610, true }, + { 2620, true }, + { 2630, true }, + { 2644, true }, + { 2658, true }, + { 2668, true }, + { 2677, true }, + { 2696, true }, + { 2710, true }, + { 2718, true }, { 2725, true }, - { 2732, true }, - { 2746, true }, - { 2765, true }, - { 2776, true }, - { 2789, true }, - { 2798, true }, - { 2810, true }, - { 2821, true }, - { 2840, true }, - { 2851, true }, - { 2861, true }, - { 2872, true }, - { 2883, true }, - { 2893, true }, - { 2901, true }, - { 2911, true }, - { 2922, true }, - { 2937, false }, - { 2950, true }, - { 2960, true }, - { 2968, true }, - { 2976, true }, - { 2988, true }, - { 2999, true }, - { 3014, true }, - { 3033, true }, - { 3045, true }, + { 2739, true }, + { 2758, true }, + { 2769, true }, + { 2782, true }, + { 2791, true }, + { 2803, true }, + { 2814, true }, + { 2833, true }, + { 2844, true }, + { 2854, true }, + { 2865, true }, + { 2876, true }, + { 2886, true }, + { 2894, true }, + { 2904, true }, + { 2915, true }, + { 2930, false }, + { 2943, true }, + { 2953, true }, + { 2961, true }, + { 2969, true }, + { 2981, true }, + { 2992, true }, + { 3007, true }, + { 3026, true }, + { 3038, true }, + { 3049, true }, { 3056, true }, - { 3063, true }, - { 3073, true }, - { 3079, true }, - { 3088, true }, - { 3096, true }, - { 3109, true }, - { 3118, true }, + { 3066, true }, + { 3072, true }, + { 3081, true }, + { 3089, true }, + { 3102, true }, + { 3111, true }, + { 3123, true }, { 3132, true }, - { 3144, true }, - { 3153, true }, - { 3166, true }, - { 3176, true }, - { 3215, true }, - { 3225, false }, - { 3232, true }, - { 3243, true }, - { 3255, true }, - { 3267, true }, - { 3279, true }, - { 3291, true }, - { 3302, true }, - { 3313, true }, - { 3325, true }, - { 3333, true }, - { 3349, true }, - { 3356, true }, - { 3365, true }, - { 3375, true }, - { 3394, true }, - { 3402, true }, + { 3145, true }, + { 3155, true }, + { 3194, true }, + { 3204, false }, + { 3211, true }, + { 3222, true }, + { 3234, true }, + { 3246, true }, + { 3258, true }, + { 3270, true }, + { 3281, true }, + { 3292, true }, + { 3304, true }, + { 3312, true }, + { 3328, true }, + { 3335, true }, + { 3344, true }, + { 3354, true }, + { 3373, true }, + { 3381, true }, + { 3388, true }, + { 3399, true }, { 3409, true }, - { 3420, true }, - { 3430, true }, - { 3442, true }, - { 3459, true }, - { 3466, true }, + { 3421, true }, + { 3438, true }, + { 3445, true }, + { 3454, true }, { 3475, true }, - { 3496, true }, - { 3520, true }, - { 3535, true }, - { 3543, true }, + { 3499, true }, + { 3514, true }, + { 3522, true }, + { 3533, true }, + { 3544, true }, { 3554, true }, { 3565, true }, - { 3575, true }, - { 3586, true }, - { 3597, true }, - { 3610, true }, - { 3622, true }, - { 3634, true }, - { 3644, true }, - { 3652, true }, - { 3668, true }, - { 3678, false }, - { 3685, true }, - { 3702, true }, - { 3711, true }, - { 3718, true }, + { 3576, true }, + { 3589, true }, + { 3601, true }, + { 3613, true }, + { 3623, true }, + { 3631, true }, + { 3647, true }, + { 3657, false }, + { 3664, true }, + { 3681, true }, + { 3690, true }, + { 3697, true }, + { 3706, true }, { 3727, true }, - { 3748, true }, - { 3763, false }, - { 3776, true }, - { 3786, true }, + { 3742, false }, + { 3755, true }, + { 3765, true }, + { 3818, true }, + { 3830, true }, { 3839, true }, - { 3851, true }, - { 3860, true }, - { 3870, true }, - { 3880, true }, - { 3894, true }, - { 3904, true }, - { 3912, true }, - { 3919, true }, + { 3849, true }, + { 3859, true }, + { 3873, true }, + { 3883, true }, + { 3891, true }, + { 3898, true }, + { 3926, true }, + { 3938, true }, { 3947, true }, - { 3959, true }, - { 3968, true }, + { 3969, true }, + { 3985, true }, { 3990, true }, - { 4006, true }, - { 4011, true }, - { 4035, true }, - { 4045, true }, - { 4053, true }, - { 4064, true }, - { 4072, true }, - { 4091, true }, - { 4108, true }, - { 4119, true }, - { 4130, true }, - { 4144, true }, - { 4158, true }, - { 4168, true }, - { 4186, true }, - { 4197, true }, - { 4210, true }, - { 4227, true }, - { 4243, true }, - { 4258, true }, - { 4273, true }, - { 4281, true }, - { 4298, true }, - { 4313, true }, - { 4328, true }, - { 4339, true }, - { 4351, true }, - { 4367, true }, - { 4377, true }, - { 4384, true }, - { 4395, true }, - { 4407, true }, - { 4422, false }, - { 4432, false }, - { 4447, true }, - { 4475, true }, - { 4489, true }, - { 4509, true }, - { 4528, true }, - { 4538, true }, - { 4552, true }, - { 4563, true }, - { 4574, true }, - { 4586, true }, - { 4604, true }, - { 4615, true }, - { 4629, true }, - { 4642, true }, - { 4654, true }, - { 4676, true }, - { 4687, false }, - { 4703, false }, - { 4715, true }, - { 4728, true }, - { 4741, true }, - { 4763, true }, - { 4782, true }, - { 4795, true }, - { 4809, true }, - { 4825, true }, - { 4844, true }, - { 4861, true }, - { 4877, true }, - { 4894, true }, - { 4910, true }, - { 4935, true }, - { 4960, true }, - { 4976, true }, - { 4995, true }, - { 5012, true }, - { 5028, true }, - { 5045, true }, - { 5061, true }, - { 5083, true }, - { 5107, true }, - { 5131, true }, - { 5150, true }, - { 5168, false }, - { 5176, true }, - { 5200, true }, - { 5219, true }, - { 5234, true }, - { 5247, true }, - { 5259, true }, - { 5270, true }, - { 5287, true }, - { 5322, true }, - { 5340, true }, - { 5364, true }, - { 5377, true }, - { 5390, true }, - { 5403, true }, - { 5412, true }, - { 5429, true }, - { 5441, true }, - { 5460, true }, - { 5472, true }, - { 5495, true }, - { 5512, true }, - { 5532, true }, - { 5546, true }, - { 5554, true }, - { 5573, true }, - { 5597, true }, - { 5610, true }, - { 5629, true }, - { 5644, true }, - { 5668, true }, - { 5681, true }, + { 4014, true }, + { 4024, true }, + { 4032, true }, + { 4043, true }, + { 4051, true }, + { 4070, true }, + { 4087, true }, + { 4098, true }, + { 4109, true }, + { 4123, true }, + { 4137, true }, + { 4147, true }, + { 4165, true }, + { 4176, true }, + { 4189, true }, + { 4206, true }, + { 4222, true }, + { 4237, true }, + { 4252, true }, + { 4260, true }, + { 4277, true }, + { 4292, true }, + { 4307, true }, + { 4318, true }, + { 4330, true }, + { 4346, true }, + { 4356, true }, + { 4363, true }, + { 4374, true }, + { 4386, true }, + { 4401, false }, + { 4411, false }, + { 4426, true }, + { 4454, true }, + { 4468, true }, + { 4488, true }, + { 4507, true }, + { 4517, true }, + { 4531, true }, + { 4542, true }, + { 4553, true }, + { 4565, true }, + { 4583, true }, + { 4594, true }, + { 4608, true }, + { 4621, true }, + { 4633, true }, + { 4655, true }, + { 4666, false }, + { 4682, false }, + { 4694, true }, + { 4707, true }, + { 4720, true }, + { 4742, true }, + { 4761, true }, + { 4774, true }, + { 4788, true }, + { 4804, true }, + { 4823, true }, + { 4840, true }, + { 4856, true }, + { 4873, true }, + { 4889, true }, + { 4914, true }, + { 4939, true }, + { 4955, true }, + { 4974, true }, + { 4991, true }, + { 5007, true }, + { 5024, true }, + { 5040, true }, + { 5062, true }, + { 5086, true }, + { 5110, true }, + { 5129, true }, + { 5147, false }, + { 5155, true }, + { 5179, true }, + { 5198, true }, + { 5213, true }, + { 5226, true }, + { 5238, true }, + { 5249, true }, + { 5266, true }, + { 5301, true }, + { 5319, true }, + { 5343, true }, + { 5356, true }, + { 5369, true }, + { 5382, true }, + { 5391, true }, + { 5408, true }, + { 5420, true }, + { 5439, true }, + { 5451, true }, + { 5474, true }, + { 5491, true }, + { 5511, true }, + { 5525, true }, + { 5533, true }, + { 5552, true }, + { 5576, true }, + { 5589, true }, + { 5608, true }, + { 5623, true }, + { 5647, true }, + { 5660, true }, + { 5678, true }, { 5699, true }, - { 5720, true }, - { 5740, true }, - { 5765, true }, - { 5777, true }, - { 5792, true }, - { 5811, true }, - { 5825, true }, - { 5844, true }, - { 5851, false }, - { 5860, true }, + { 5719, true }, + { 5744, true }, + { 5756, true }, + { 5771, true }, + { 5790, true }, + { 5804, true }, + { 5823, true }, + { 5830, false }, + { 5839, true }, + { 5852, true }, { 5873, true }, - { 5894, true }, - { 5906, true }, - { 5919, true }, - { 5935, true }, + { 5885, true }, + { 5898, true }, + { 5914, true }, + { 5946, true }, { 5967, true }, - { 5988, true }, - { 6000, true }, - { 6011, true }, - { 6024, false }, - { 6033, true }, - { 6043, true }, - { 6059, false }, - { 6069, true }, - { 6084, true }, - { 6101, true }, - { 6112, true }, - { 6140, false }, - { 6154, true }, - { 6167, true }, - { 6183, true }, - { 6199, true }, - { 6210, true }, - { 6222, true }, - { 6234, true }, + { 5979, true }, + { 5990, true }, + { 6003, false }, + { 6012, true }, + { 6022, true }, + { 6038, false }, + { 6048, true }, + { 6063, true }, + { 6080, true }, + { 6091, true }, + { 6119, false }, + { 6133, true }, + { 6146, true }, + { 6162, true }, + { 6178, true }, + { 6189, true }, + { 6201, true }, + { 6213, true }, + { 6239, true }, { 6260, true }, - { 6281, true }, - { 6299, false }, - { 6309, true }, - { 6324, true }, - { 6338, true }, - { 6359, false }, - { 6372, true }, - { 6381, true }, - { 6396, true }, - { 6412, true }, - { 6426, true }, - { 6438, true }, - { 6453, true }, - { 6466, true }, - { 6478, true }, - { 6490, true }, - { 6502, true }, - { 6514, true }, - { 6526, true }, - { 6534, true }, - { 6545, true }, - { 6562, true }, - { 6576, true }, - { 6592, true }, - { 6606, false }, - { 6619, true }, - { 6636, true }, - { 6652, true }, - { 6667, true }, - { 6685, true }, - { 6694, true }, - { 6707, true }, - { 6722, true }, - { 6743, true }, - { 6752, true }, - { 6762, true }, - { 6787, true }, - { 6798, true }, - { 6810, true }, - { 6829, true }, - { 6841, true }, - { 6860, true }, - { 6879, true }, - { 6898, true }, - { 6910, true }, - { 6925, true }, - { 6940, false }, - { 6951, true }, - { 6964, true }, - { 6976, true }, - { 6989, true }, - { 7003, true }, - { 7018, true }, - { 7040, true }, - { 7050, true }, - { 7072, true }, - { 7081, true }, - { 7094, true }, - { 7108, true }, - { 7120, true }, - { 7147, true }, - { 7173, true }, - { 7184, true }, - { 7197, true }, - { 7211, true }, - { 7222, true }, - { 7246, true }, - { 7263, true }, - { 7291, true }, - { 7315, true }, - { 7327, true }, - { 7338, true }, - { 7350, true }, - { 7359, true }, - { 7373, true }, - { 7383, true }, - { 7392, true }, - { 7406, true }, - { 7425, true }, - { 7448, true }, - { 7458, true }, + { 6278, false }, + { 6288, true }, + { 6303, true }, + { 6317, true }, + { 6338, false }, + { 6351, true }, + { 6360, true }, + { 6375, true }, + { 6391, true }, + { 6405, true }, + { 6417, true }, + { 6432, true }, + { 6445, true }, + { 6457, true }, + { 6469, true }, + { 6481, true }, + { 6493, true }, + { 6505, true }, + { 6513, true }, + { 6524, true }, + { 6541, true }, + { 6555, true }, + { 6571, true }, + { 6585, true }, + { 6602, true }, + { 6618, true }, + { 6633, true }, + { 6651, true }, + { 6660, true }, + { 6673, true }, + { 6688, true }, + { 6709, true }, + { 6718, true }, + { 6728, true }, + { 6753, true }, + { 6764, true }, + { 6776, true }, + { 6795, true }, + { 6807, true }, + { 6826, true }, + { 6845, true }, + { 6864, true }, + { 6876, true }, + { 6891, true }, + { 6906, false }, + { 6917, true }, + { 6930, true }, + { 6942, true }, + { 6955, true }, + { 6969, true }, + { 6984, true }, + { 7006, true }, + { 7016, true }, + { 7038, true }, + { 7047, true }, + { 7060, true }, + { 7074, true }, + { 7086, true }, + { 7113, true }, + { 7139, true }, + { 7150, true }, + { 7163, true }, + { 7177, true }, + { 7188, true }, + { 7212, true }, + { 7229, true }, + { 7257, true }, + { 7281, true }, + { 7293, true }, + { 7304, true }, + { 7316, true }, + { 7325, true }, + { 7339, true }, + { 7349, true }, + { 7358, true }, + { 7372, true }, + { 7391, true }, + { 7414, true }, + { 7424, true }, + { 7441, true }, + { 7453, true }, + { 7467, true }, { 7475, true }, - { 7487, true }, - { 7501, true }, - { 7509, true }, - { 7524, false }, - { 7545, true }, - { 7563, true }, - { 7581, true }, - { 7599, true }, - { 7616, true }, - { 7627, true }, - { 7636, true }, - { 7652, true }, - { 7668, true }, - { 7687, true }, - { 7708, true }, - { 7722, true }, - { 7741, true }, - { 7754, true }, - { 7781, true }, - { 7792, true }, - { 7812, true }, - { 7830, true }, - { 7848, false }, - { 7867, true }, - { 7881, true }, - { 7902, true }, - { 7922, true }, - { 7938, true }, - { 7948, true }, - { 7961, true }, - { 7974, true }, + { 7490, false }, + { 7511, true }, + { 7529, true }, + { 7547, true }, + { 7565, true }, + { 7582, true }, + { 7593, true }, + { 7602, true }, + { 7618, true }, + { 7634, true }, + { 7653, true }, + { 7674, true }, + { 7688, true }, + { 7707, true }, + { 7720, true }, + { 7747, true }, + { 7758, true }, + { 7778, true }, + { 7796, true }, + { 7814, false }, + { 7833, true }, + { 7847, true }, + { 7868, true }, + { 7888, true }, + { 7904, true }, + { 7914, true }, + { 7927, true }, + { 7940, true }, + { 7954, true }, + { 7968, true }, + { 7978, true }, { 7988, true }, - { 8002, true }, - { 8012, true }, - { 8022, true }, - { 8032, true }, - { 8042, true }, - { 8052, true }, + { 7998, true }, + { 8008, true }, + { 8018, true }, + { 8028, true }, + { 8045, true }, { 8062, true }, - { 8079, true }, - { 8096, true }, + { 8077, true }, + { 8095, true }, { 8111, true }, + { 8121, true }, { 8129, true }, - { 8145, true }, - { 8155, true }, + { 8141, false }, + { 8152, true }, { 8163, true }, - { 8175, false }, - { 8186, true }, - { 8197, true }, - { 8207, true }, - { 8216, true }, - { 8230, true }, + { 8173, true }, + { 8182, true }, + { 8196, true }, + { 8208, true }, + { 8219, true }, + { 8231, true }, { 8240, true }, - { 8252, true }, - { 8263, true }, - { 8275, true }, - { 8284, true }, - { 8298, true }, + { 8254, true }, + { 8274, true }, + { 8306, true }, { 8318, true }, - { 8350, true }, - { 8362, true }, - { 8379, true }, - { 8403, true }, - { 8428, true }, - { 8457, true }, - { 8471, true }, - { 8490, true }, - { 8512, true }, - { 8524, true }, - { 8540, true }, - { 8551, true }, - { 8559, true }, - { 8573, true }, - { 8589, true }, - { 8604, true }, - { 8613, true }, - { 8628, true }, - { 8636, true }, + { 8335, true }, + { 8359, true }, + { 8384, true }, + { 8413, true }, + { 8427, true }, + { 8446, true }, + { 8468, true }, + { 8480, true }, + { 8496, true }, + { 8507, true }, + { 8515, true }, + { 8529, true }, + { 8545, true }, + { 8560, true }, + { 8569, true }, + { 8584, true }, + { 8592, true }, + { 8601, true }, + { 8620, true }, + { 8637, true }, { 8645, true }, - { 8662, true }, - { 8681, true }, - { 8698, true }, - { 8706, true }, - { 8739, false }, - { 8755, true }, - { 8773, true }, + { 8678, false }, + { 8694, true }, + { 8712, true }, + { 8726, true }, + { 8739, true }, + { 8747, true }, + { 8761, false }, + { 8775, true }, { 8787, true }, - { 8800, true }, - { 8808, true }, - { 8822, false }, - { 8836, true }, - { 8848, true }, - { 8858, true }, - { 8868, true }, - { 8881, true }, - { 8893, true }, - { 8902, true }, - { 8914, true }, - { 8928, true }, - { 8941, true }, - { 8953, true }, - { 8969, true }, - { 8981, true }, + { 8797, true }, + { 8807, true }, + { 8820, true }, + { 8832, true }, + { 8841, true }, + { 8853, true }, + { 8867, true }, + { 8880, true }, + { 8892, true }, + { 8908, true }, + { 8920, true }, + { 8940, true }, + { 8950, false }, + { 8960, false }, + { 8968, true }, + { 8978, true }, + { 8987, true }, { 9001, true }, - { 9011, false }, - { 9021, false }, - { 9029, true }, - { 9039, true }, + { 9014, true }, + { 9028, true }, + { 9036, true }, { 9048, true }, - { 9062, true }, - { 9075, true }, - { 9089, true }, - { 9097, true }, - { 9109, true }, - { 9121, true }, + { 9060, true }, + { 9084, true }, + { 9103, true }, + { 9122, false }, + { 9131, false }, { 9145, true }, - { 9164, true }, - { 9183, false }, - { 9192, false }, - { 9206, true }, - { 9216, true }, - { 9249, true }, - { 9259, true }, - { 9273, true }, - { 9280, true }, - { 9292, true }, - { 9305, true }, - { 9316, true }, - { 9330, true }, - { 9347, true }, - { 9358, true }, - { 9369, true }, - { 9385, true }, - { 9392, true }, - { 9406, true }, - { 9414, true }, - { 9425, true }, - { 9443, true }, - { 9466, true }, - { 9481, true }, - { 9496, true }, - { 9513, true }, - { 9526, true }, - { 9536, true }, - { 9548, true }, - { 9561, true }, - { 9572, true }, - { 9583, true }, - { 9598, true }, - { 9608, true }, - { 9631, true }, - { 9642, true }, - { 9654, true }, - { 9665, true }, - { 9676, true }, - { 9687, true }, - { 9698, true }, - { 9714, true }, - { 9744, true }, - { 9755, true }, - { 9766, true }, - { 9779, true }, - { 9797, true }, - { 9809, true }, - { 9826, true }, - { 9844, true }, - { 9853, true }, - { 9867, true }, + { 9155, true }, + { 9188, true }, + { 9198, true }, + { 9212, true }, + { 9219, true }, + { 9231, true }, + { 9244, true }, + { 9255, true }, + { 9269, true }, + { 9286, true }, + { 9297, true }, + { 9308, true }, + { 9324, true }, + { 9331, true }, + { 9345, true }, + { 9353, true }, + { 9364, true }, + { 9382, true }, + { 9405, true }, + { 9420, true }, + { 9435, true }, + { 9452, true }, + { 9465, true }, + { 9475, true }, + { 9487, true }, + { 9500, true }, + { 9511, true }, + { 9522, true }, + { 9537, true }, + { 9547, true }, + { 9570, true }, + { 9581, true }, + { 9593, true }, + { 9604, true }, + { 9615, true }, + { 9626, true }, + { 9637, true }, + { 9653, true }, + { 9683, true }, + { 9694, true }, + { 9705, true }, + { 9718, true }, + { 9736, true }, + { 9748, true }, + { 9765, true }, + { 9783, true }, + { 9792, true }, + { 9806, true }, + { 9816, true }, + { 9828, true }, + { 9838, true }, + { 9849, true }, + { 9860, true }, { 9877, true }, - { 9889, true }, - { 9899, true }, - { 9910, true }, - { 9921, true }, - { 9938, true }, - { 9954, true }, - { 9967, true }, - { 9978, true }, - { 9986, false }, - { 10012, false }, - { 10023, false }, - { 10040, true }, + { 9893, true }, + { 9906, true }, + { 9917, true }, + { 9925, false }, + { 9951, false }, + { 9962, false }, + { 9979, true }, + { 9989, true }, + { 10001, true }, + { 10020, true }, + { 10037, true }, { 10050, true }, { 10062, true }, - { 10081, true }, - { 10098, true }, - { 10111, true }, - { 10123, true }, - { 10132, true }, - { 10141, true }, - { 10158, true }, - { 10165, true }, + { 10071, true }, + { 10080, true }, + { 10097, true }, + { 10104, true }, + { 10128, true }, + { 10144, true }, + { 10164, true }, { 10189, true }, - { 10205, true }, - { 10225, true }, - { 10250, true }, - { 10275, true }, - { 10300, true }, - { 10312, true }, - { 10334, true }, - { 10344, true }, - { 10356, true }, - { 10365, true }, - { 10377, true }, - { 10404, true }, - { 10432, true }, - { 10445, false }, - { 10454, true }, - { 10468, true }, - { 10484, true }, - { 10500, true }, - { 10512, true }, - { 10527, true }, + { 10214, true }, + { 10239, true }, + { 10251, true }, + { 10273, true }, + { 10283, true }, + { 10295, true }, + { 10304, true }, + { 10316, true }, + { 10343, true }, + { 10371, true }, + { 10384, false }, + { 10393, true }, + { 10407, true }, + { 10423, true }, + { 10439, true }, + { 10451, true }, + { 10466, true }, + { 10480, true }, + { 10493, true }, + { 10508, true }, + { 10520, true }, + { 10531, true }, { 10541, true }, - { 10554, true }, + { 10552, true }, { 10569, true }, { 10581, true }, - { 10592, true }, - { 10602, true }, - { 10613, true }, - { 10630, true }, - { 10642, true }, - { 10654, true }, - { 10672, true }, - { 10681, true }, - { 10693, true }, - { 10712, true }, - { 10725, true }, - { 10741, true }, - { 10752, true }, - { 10761, true }, - { 10779, true }, - { 10793, true }, - { 10807, true }, - { 10823, true }, - { 10839, true }, - { 10859, true }, - { 10880, true }, - { 10894, true }, - { 10907, true }, - { 10921, true }, - { 10936, true }, + { 10593, true }, + { 10611, true }, + { 10620, true }, + { 10632, true }, + { 10651, true }, + { 10664, true }, + { 10680, true }, + { 10691, true }, + { 10700, true }, + { 10718, true }, + { 10732, true }, + { 10746, true }, + { 10762, true }, + { 10778, true }, + { 10798, true }, + { 10819, true }, + { 10833, true }, + { 10846, true }, + { 10860, true }, + { 10875, true }, + { 10888, true }, + { 10898, true }, + { 10916, true }, + { 10931, true }, { 10949, true }, { 10959, true }, - { 10977, true }, - { 10992, true }, - { 11010, true }, - { 11020, true }, + { 10976, true }, + { 10991, true }, + { 11009, true }, + { 11023, true }, { 11037, true }, - { 11052, true }, - { 11070, true }, - { 11084, true }, - { 11098, true }, - { 11112, true }, - { 11124, true }, - { 11137, true }, - { 11149, true }, - { 11164, true }, - { 11178, true }, - { 11193, true }, - { 11203, true }, - { 11217, true }, - { 11232, true }, - { 11241, true }, - { 11258, true }, - { 11273, true }, - { 11287, true }, - { 11301, true }, - { 11317, true }, - { 11329, true }, - { 11342, false }, - { 11357, true }, - { 11384, true }, - { 11405, true }, - { 11417, true }, - { 11431, true }, - { 11446, true }, - { 11456, true }, - { 11471, true }, - { 11485, true }, - { 11499, true }, - { 11513, true }, - { 11535, true }, - { 11547, true }, - { 11570, true }, + { 11051, true }, + { 11063, true }, + { 11076, true }, + { 11088, true }, + { 11103, true }, + { 11117, true }, + { 11132, true }, + { 11142, true }, + { 11156, true }, + { 11171, true }, + { 11180, true }, + { 11197, true }, + { 11212, true }, + { 11226, true }, + { 11240, true }, + { 11256, true }, + { 11268, true }, + { 11281, false }, + { 11296, true }, + { 11323, true }, + { 11344, true }, + { 11356, true }, + { 11370, true }, + { 11385, true }, + { 11395, true }, + { 11410, true }, + { 11424, true }, + { 11438, true }, + { 11452, true }, + { 11474, true }, + { 11486, true }, + { 11509, true }, + { 11530, true }, + { 11549, true }, + { 11561, true }, + { 11577, true }, { 11591, true }, - { 11610, true }, + { 11609, true }, { 11622, true }, - { 11638, true }, - { 11652, true }, - { 11670, true }, - { 11683, true }, - { 11695, true }, - { 11708, true }, - { 11719, true }, - { 11734, true }, - { 11745, false }, + { 11634, true }, + { 11647, true }, + { 11658, true }, + { 11673, true }, + { 11684, false }, + { 11700, true }, + { 11718, true }, + { 11729, true }, + { 11741, true }, { 11761, true }, - { 11779, true }, - { 11790, true }, - { 11802, true }, - { 11822, true }, - { 11844, true }, - { 11864, true }, - { 11877, true }, - { 11889, true }, - { 11909, true }, - { 11922, true }, - { 11936, true }, - { 11949, true }, - { 11973, true }, - { 11986, true }, - { 12004, true }, - { 12017, true }, - { 12035, true }, - { 12057, true }, - { 12074, true }, - { 12098, true }, + { 11783, true }, + { 11803, true }, + { 11816, true }, + { 11828, true }, + { 11848, true }, + { 11861, true }, + { 11875, true }, + { 11888, true }, + { 11912, true }, + { 11925, true }, + { 11943, true }, + { 11956, true }, + { 11974, true }, + { 11996, true }, + { 12013, true }, + { 12037, true }, + { 12061, true }, + { 12080, true }, + { 12096, true }, + { 12108, true }, { 12122, true }, - { 12141, true }, - { 12157, true }, - { 12169, true }, - { 12183, true }, - { 12192, true }, - { 12208, true }, - { 12229, true }, - { 12248, true }, - { 12261, true }, + { 12131, true }, + { 12147, true }, + { 12168, true }, + { 12187, true }, + { 12200, true }, + { 12222, true }, + { 12243, true }, + { 12263, true }, { 12283, true }, - { 12304, true }, - { 12324, true }, - { 12344, true }, + { 12299, true }, + { 12312, false }, + { 12325, true }, + { 12338, true }, + { 12350, true }, { 12360, true }, - { 12373, false }, - { 12386, true }, - { 12399, true }, - { 12411, true }, - { 12421, true }, - { 12446, true }, - { 12459, true }, - { 12473, true }, - { 12488, true }, - { 12508, true }, - { 12524, true }, - { 12538, true }, - { 12552, true }, - { 12568, true }, - { 12582, true }, - { 12598, true }, - { 12612, true }, + { 12385, true }, + { 12398, true }, + { 12412, true }, + { 12427, true }, + { 12447, true }, + { 12463, true }, + { 12477, true }, + { 12491, true }, + { 12507, true }, + { 12521, true }, + { 12537, true }, + { 12551, true }, + { 12563, true }, + { 12577, true }, + { 12594, true }, + { 12605, true }, { 12624, true }, - { 12638, true }, - { 12655, true }, - { 12666, true }, - { 12685, true }, - { 12698, true }, - { 12715, true }, - { 12729, true }, - { 12737, true }, - { 12750, true }, - { 12762, true }, - { 12775, true }, - { 12791, true }, - { 12806, true }, + { 12637, true }, + { 12654, true }, + { 12668, true }, + { 12676, true }, + { 12689, true }, + { 12701, true }, + { 12714, true }, + { 12730, true }, + { 12745, true }, + { 12758, true }, + { 12772, true }, + { 12784, true }, + { 12801, true }, { 12819, true }, - { 12833, true }, - { 12845, true }, - { 12862, true }, + { 12838, true }, + { 12854, true }, + { 12866, true }, { 12880, true }, - { 12899, true }, - { 12915, true }, - { 12927, true }, - { 12941, true }, - { 12963, true }, - { 12977, true }, - { 12989, true }, + { 12902, true }, + { 12916, true }, + { 12928, true }, + { 12940, true }, + { 12954, true }, + { 12969, true }, + { 12980, true }, { 13001, true }, - { 13015, true }, - { 13030, true }, - { 13041, true }, - { 13062, true }, - { 13074, true }, - { 13085, true }, - { 13096, true }, - { 13108, true }, - { 13134, true }, + { 13013, true }, + { 13024, true }, + { 13035, true }, + { 13047, true }, + { 13073, true }, + { 13087, true }, + { 13099, true }, + { 13106, true }, + { 13116, true }, + { 13135, true }, { 13148, true }, { 13160, true }, - { 13167, true }, - { 13178, true }, - { 13188, true }, - { 13207, true }, - { 13220, true }, - { 13232, true }, - { 13245, false }, - { 13265, true }, - { 13277, true }, + { 13173, false }, + { 13193, true }, + { 13205, true }, + { 13217, true }, + { 13243, true }, + { 13261, true }, { 13289, true }, - { 13315, true }, - { 13333, true }, - { 13361, true }, - { 13376, true }, - { 13394, true }, - { 13407, true }, - { 13416, true }, + { 13304, true }, + { 13322, true }, + { 13335, true }, + { 13344, true }, + { 13360, true }, + { 13373, true }, + { 13387, true }, + { 13400, true }, + { 13411, true }, + { 13421, true }, { 13432, true }, - { 13445, true }, - { 13459, true }, - { 13472, true }, - { 13483, true }, - { 13493, true }, - { 13504, true }, - { 13514, true }, - { 13525, true }, - { 13534, false }, - { 13543, true }, - { 13559, true }, - { 13575, true }, - { 13600, true }, - { 13628, true }, - { 13659, true }, - { 13678, true }, - { 13693, true }, - { 13713, true }, - { 13725, true }, - { 13745, true }, - { 13757, true }, - { 13770, true }, - { 13779, true }, - { 13788, true }, - { 13798, true }, - { 13805, true }, - { 13824, true }, - { 13835, true }, - { 13846, true }, - { 13861, true }, - { 13881, true }, - { 13891, true }, - { 13921, true }, - { 13931, true }, - { 13958, true }, + { 13442, true }, + { 13453, true }, + { 13462, false }, + { 13471, true }, + { 13487, true }, + { 13503, true }, + { 13528, true }, + { 13556, true }, + { 13587, true }, + { 13606, true }, + { 13621, true }, + { 13641, true }, + { 13653, true }, + { 13673, true }, + { 13685, true }, + { 13698, true }, + { 13707, true }, + { 13716, true }, + { 13726, true }, + { 13733, true }, + { 13752, true }, + { 13763, true }, + { 13774, true }, + { 13789, true }, + { 13809, true }, + { 13819, true }, + { 13849, true }, + { 13859, true }, + { 13886, true }, + { 13903, true }, + { 13914, true }, + { 13924, true }, + { 13938, true }, + { 13955, true }, + { 13966, true }, { 13975, true }, { 13986, true }, - { 13996, true }, - { 14010, true }, - { 14027, true }, - { 14038, true }, + { 14006, true }, + { 14025, true }, + { 14036, true }, { 14047, true }, - { 14058, true }, - { 14078, true }, - { 14097, true }, - { 14108, true }, - { 14119, true }, - { 14137, false }, - { 14148, true }, + { 14065, false }, + { 14076, true }, + { 14095, true }, + { 14109, true }, + { 14127, true }, + { 14145, true }, { 14167, true }, - { 14181, true }, - { 14199, true }, - { 14217, true }, - { 14239, true }, + { 14189, true }, + { 14203, true }, + { 14218, true }, + { 14232, true }, + { 14246, true }, { 14261, true }, - { 14275, true }, - { 14290, true }, - { 14304, true }, - { 14318, true }, - { 14333, true }, - { 14354, true }, - { 14364, true }, - { 14384, true }, - { 14399, false }, - { 14430, true }, - { 14441, false }, - { 14465, true }, - { 14486, true }, - { 14504, true }, - { 14515, true }, - { 14533, true }, - { 14550, true }, - { 14566, true }, - { 14585, true }, - { 14598, true }, - { 14606, true }, - { 14623, true }, - { 14636, true }, - { 14651, true }, - { 14663, true }, + { 14282, true }, + { 14292, true }, + { 14312, true }, + { 14327, false }, + { 14358, true }, + { 14369, false }, + { 14393, true }, + { 14414, true }, + { 14432, true }, + { 14443, true }, + { 14461, true }, + { 14478, true }, + { 14494, true }, + { 14513, true }, + { 14526, true }, + { 14534, true }, + { 14551, true }, + { 14564, true }, + { 14579, true }, + { 14591, true }, + { 14610, true }, + { 14628, false }, + { 14650, true }, + { 14665, true }, { 14682, true }, - { 14700, false }, - { 14722, true }, - { 14737, true }, - { 14754, true }, - { 14776, true }, - { 14791, true }, - { 14808, true }, - { 14829, true }, - { 14845, true }, - { 14861, true }, - { 14878, true }, - { 14895, true }, + { 14704, true }, + { 14719, true }, + { 14736, true }, + { 14757, true }, + { 14773, true }, + { 14789, true }, + { 14806, true }, + { 14823, true }, + { 14838, true }, + { 14853, true }, + { 14866, true }, + { 14880, true }, + { 14896, true }, { 14910, true }, - { 14925, true }, - { 14938, true }, - { 14952, true }, - { 14968, true }, - { 14982, true }, - { 14999, true }, - { 15016, true }, - { 15028, true }, - { 15044, true }, - { 15058, true }, - { 15075, true }, - { 15093, true }, - { 15108, true }, - { 15120, true }, - { 15133, true }, - { 15149, true }, - { 15163, true }, - { 15176, true }, + { 14927, true }, + { 14944, true }, + { 14956, true }, + { 14972, true }, + { 14986, true }, + { 15003, true }, + { 15021, true }, + { 15036, true }, + { 15048, true }, + { 15061, true }, + { 15077, true }, + { 15091, true }, + { 15104, true }, + { 15118, true }, + { 15136, true }, + { 15154, true }, + { 15171, true }, { 15190, true }, - { 15208, true }, - { 15226, true }, - { 15243, true }, - { 15262, true }, - { 15277, true }, - { 15289, true }, - { 15309, true }, - { 15329, true }, - { 15344, true }, - { 15355, true }, - { 15366, true }, - { 15377, true }, - { 15390, true }, - { 15406, true }, - { 15421, true }, - { 15432, true }, - { 15446, true }, - { 15463, true }, - { 15479, true }, - { 15498, true }, - { 15509, true }, + { 15205, true }, + { 15217, true }, + { 15237, true }, + { 15257, true }, + { 15272, true }, + { 15283, true }, + { 15294, true }, + { 15305, true }, + { 15318, true }, + { 15334, true }, + { 15349, true }, + { 15360, true }, + { 15374, true }, + { 15391, true }, + { 15407, true }, + { 15426, true }, + { 15437, true }, + { 15448, true }, + { 15470, true }, + { 15482, true }, + { 15492, true }, + { 15507, true }, { 15520, true }, - { 15542, true }, - { 15554, true }, - { 15564, true }, - { 15579, true }, - { 15592, true }, - { 15611, true }, - { 15622, true }, - { 15635, true }, - { 15644, true }, - { 15671, true }, - { 15685, true }, - { 15700, true }, - { 15715, true }, - { 15737, true }, - { 15761, true }, - { 15779, false }, - { 15792, false }, - { 15801, true }, - { 15811, true }, - { 15823, true }, - { 15845, true }, - { 15862, true }, - { 15879, true }, + { 15539, true }, + { 15550, true }, + { 15563, true }, + { 15572, true }, + { 15599, true }, + { 15613, true }, + { 15628, true }, + { 15643, true }, + { 15665, true }, + { 15689, true }, + { 15707, false }, + { 15720, false }, + { 15729, true }, + { 15739, true }, + { 15751, true }, + { 15773, true }, + { 15790, true }, + { 15807, true }, + { 15827, true }, + { 15838, true }, + { 15849, true }, + { 15867, true }, { 15899, true }, - { 15910, true }, - { 15921, true }, - { 15939, true }, - { 15971, true }, + { 15926, true }, + { 15951, true }, + { 15975, true }, + { 15986, true }, { 15998, true }, - { 16023, true }, - { 16047, true }, - { 16058, true }, - { 16070, true }, - { 16080, true }, - { 16098, true }, - { 16113, true }, - { 16127, true }, - { 16139, true }, - { 16168, true }, - { 16180, true }, - { 16200, true }, - { 16219, true }, - { 16239, true }, - { 16255, true }, - { 16278, true }, - { 16295, false }, - { 16319, true }, - { 16331, true }, - { 16342, true }, - { 16355, true }, - { 16370, true }, - { 16382, true }, - { 16394, true }, - { 16406, true }, - { 16422, true }, - { 16439, true }, - { 16458, true }, - { 16474, true }, - { 16493, true }, - { 16514, true }, - { 16531, true }, + { 16008, true }, + { 16026, true }, + { 16041, true }, + { 16055, true }, + { 16067, true }, + { 16096, true }, + { 16108, true }, + { 16128, true }, + { 16147, true }, + { 16167, true }, + { 16183, true }, + { 16206, true }, + { 16223, false }, + { 16247, true }, + { 16259, true }, + { 16270, true }, + { 16283, true }, + { 16298, true }, + { 16310, true }, + { 16322, true }, + { 16334, true }, + { 16350, true }, + { 16367, true }, + { 16386, true }, + { 16402, true }, + { 16421, true }, + { 16442, true }, + { 16459, true }, + { 16472, true }, + { 16482, true }, + { 16491, true }, + { 16501, true }, + { 16513, true }, + { 16526, true }, { 16544, true }, - { 16554, true }, - { 16563, true }, - { 16573, true }, - { 16585, true }, - { 16598, true }, - { 16616, true }, - { 16633, true }, - { 16652, true }, - { 16668, true }, - { 16680, true }, - { 16691, true }, - { 16711, true }, - { 16727, true }, - { 16748, true }, - { 16765, true }, - { 16779, true }, - { 16794, true }, - { 16809, true }, + { 16561, true }, + { 16580, true }, + { 16596, true }, + { 16608, true }, + { 16619, true }, + { 16639, true }, + { 16655, true }, + { 16676, true }, + { 16693, true }, + { 16707, true }, + { 16722, true }, + { 16737, true }, + { 16758, true }, + { 16776, true }, + { 16791, true }, + { 16802, true }, + { 16812, true }, { 16830, true }, - { 16848, true }, - { 16863, true }, - { 16874, true }, + { 16849, true }, + { 16868, true }, { 16884, true }, - { 16902, true }, - { 16921, true }, - { 16940, true }, - { 16956, true }, - { 16968, true }, - { 16987, true }, - { 17001, true }, - { 17016, true }, - { 17026, true }, - { 17042, true }, - { 17055, true }, + { 16896, true }, + { 16915, true }, + { 16929, true }, + { 16944, true }, + { 16954, true }, + { 16970, true }, + { 16983, true }, + { 17000, true }, + { 17016, false }, + { 17023, true }, + { 17036, true }, + { 17046, true }, + { 17059, true }, { 17072, true }, - { 17088, false }, - { 17095, true }, - { 17108, true }, - { 17118, true }, - { 17131, true }, - { 17144, true }, - { 17160, true }, - { 17171, true }, - { 17183, true }, - { 17194, true }, - { 17201, false }, - { 17212, true }, - { 17223, true }, - { 17233, true }, - { 17246, false }, - { 17254, true }, - { 17264, true }, - { 17271, true }, - { 17285, true }, - { 17297, false }, - { 17311, true }, - { 17327, true }, + { 17088, true }, + { 17099, true }, + { 17111, true }, + { 17122, true }, + { 17129, false }, + { 17140, true }, + { 17151, true }, + { 17161, true }, + { 17174, false }, + { 17182, true }, + { 17192, true }, + { 17199, true }, + { 17213, true }, + { 17225, false }, + { 17239, true }, + { 17255, true }, + { 17270, true }, + { 17289, true }, + { 17314, true }, + { 17323, true }, + { 17334, true }, { 17342, true }, - { 17361, true }, - { 17386, true }, - { 17395, true }, - { 17406, true }, - { 17414, true }, - { 17426, true }, - { 17456, true }, - { 17479, true }, - { 17492, true }, - { 17511, true }, - { 17523, true }, - { 17536, false }, - { 17555, true }, - { 17571, false }, - { 17587, true }, - { 17603, false }, - { 17618, false }, - { 17631, true }, - { 17642, true }, - { 17651, true }, - { 17667, true }, - { 17679, true }, - { 17701, true }, - { 17720, true }, - { 17728, true }, - { 17749, true }, - { 17759, true }, - { 17768, true }, - { 17781, true }, + { 17354, true }, + { 17384, true }, + { 17407, true }, + { 17420, true }, + { 17439, true }, + { 17451, true }, + { 17464, false }, + { 17483, true }, + { 17499, false }, + { 17515, true }, + { 17531, false }, + { 17546, false }, + { 17559, true }, + { 17570, true }, + { 17579, true }, + { 17595, true }, + { 17607, true }, + { 17629, true }, + { 17648, true }, + { 17656, true }, + { 17677, true }, + { 17687, true }, + { 17696, true }, + { 17709, true }, + { 17719, true }, + { 17730, true }, + { 17741, true }, + { 17752, true }, + { 17763, true }, + { 17775, true }, { 17791, true }, - { 17802, true }, - { 17813, true }, - { 17824, true }, - { 17835, true }, + { 17808, false }, + { 17825, true }, { 17847, true }, - { 17863, true }, - { 17880, false }, - { 17897, true }, - { 17919, true }, - { 17945, true }, - { 17958, true }, - { 17972, true }, - { 17991, true }, - { 18012, true }, - { 18024, true }, - { 18038, true }, - { 18047, true }, - { 18060, true }, - { 18073, true }, - { 18087, true }, - { 18100, true }, - { 18116, true }, - { 18133, true }, - { 18144, true }, - { 18153, true }, - { 18166, true }, - { 18180, true }, - { 18193, true }, - { 18205, true }, - { 18226, false }, - { 18244, true }, - { 18267, true }, - { 18294, false }, - { 18315, false }, - { 18328, true }, + { 17873, true }, + { 17887, true }, + { 17906, true }, + { 17927, true }, + { 17939, true }, + { 17953, true }, + { 17966, true }, + { 17979, true }, + { 17993, true }, + { 18006, true }, + { 18022, true }, + { 18039, true }, + { 18050, true }, + { 18059, true }, + { 18072, true }, + { 18086, true }, + { 18099, true }, + { 18111, true }, + { 18132, false }, + { 18150, true }, + { 18173, true }, + { 18200, false }, + { 18221, false }, + { 18234, true }, + { 18248, true }, + { 18260, true }, + { 18280, true }, + { 18291, true }, + { 18304, true }, + { 18321, true }, + { 18333, true }, { 18342, true }, - { 18354, true }, - { 18374, true }, - { 18385, true }, - { 18398, true }, - { 18415, true }, - { 18427, true }, - { 18436, true }, - { 18450, true }, - { 18458, true }, - { 18475, true }, - { 18488, true }, - { 18501, true }, - { 18514, true }, - { 18526, true }, - { 18536, true }, + { 18356, true }, + { 18364, true }, + { 18381, true }, + { 18394, true }, + { 18407, true }, + { 18420, true }, + { 18432, true }, + { 18442, true }, + { 18455, true }, + { 18471, true }, + { 18492, true }, + { 18504, true }, + { 18522, true }, + { 18534, true }, { 18549, true }, - { 18565, true }, - { 18586, true }, - { 18598, true }, - { 18616, true }, - { 18628, true }, - { 18643, true }, - { 18666, true }, - { 18679, true }, + { 18572, true }, + { 18585, true }, + { 18601, true }, + { 18607, true }, + { 18619, true }, + { 18629, true }, + { 18645, true }, + { 18657, true }, + { 18668, true }, + { 18678, true }, { 18695, true }, - { 18701, true }, - { 18713, true }, - { 18723, true }, - { 18739, true }, - { 18751, true }, - { 18762, true }, - { 18772, true }, - { 18789, true }, - { 18803, true }, - { 18822, true }, - { 18834, false }, - { 18846, true }, - { 18859, true }, - { 18888, true }, - { 18914, true }, - { 18930, true }, - { 18943, true }, - { 18957, true }, - { 18972, true }, - { 18983, true }, - { 18993, true }, - { 19009, true }, - { 19028, true }, - { 19052, true }, - { 19080, true }, - { 19093, true }, - { 19107, true }, - { 19119, true }, - { 19129, true }, - { 19140, true }, - { 19158, true }, - { 19171, true }, - { 19184, true }, + { 18709, true }, + { 18728, true }, + { 18740, false }, + { 18752, true }, + { 18765, true }, + { 18794, true }, + { 18820, true }, + { 18836, true }, + { 18849, true }, + { 18863, true }, + { 18878, true }, + { 18889, true }, + { 18899, true }, + { 18915, true }, + { 18934, true }, + { 18958, true }, + { 18986, true }, + { 18999, true }, + { 19013, true }, + { 19025, true }, + { 19035, true }, + { 19046, true }, + { 19064, true }, + { 19077, true }, + { 19090, true }, + { 19102, true }, + { 19114, true }, + { 19130, true }, + { 19144, true }, + { 19160, true }, + { 19176, true }, { 19196, true }, - { 19208, true }, - { 19224, true }, - { 19238, true }, - { 19254, true }, - { 19270, true }, - { 19290, true }, - { 19298, true }, - { 19312, true }, - { 19320, true }, - { 19330, true }, - { 19350, true }, - { 19372, true }, - { 19385, true }, - { 19397, true }, - { 19413, true }, - { 19427, false }, - { 19440, true }, - { 19455, true }, - { 19468, true }, - { 19486, true }, - { 19498, true }, - { 19512, true }, - { 19526, true }, - { 19535, true }, - { 19547, true }, - { 19565, true }, - { 19585, false }, - { 19600, true }, - { 19613, true }, - { 19626, true }, + { 19204, true }, + { 19218, true }, + { 19226, true }, + { 19236, true }, + { 19256, true }, + { 19278, true }, + { 19291, true }, + { 19303, true }, + { 19319, true }, + { 19333, false }, + { 19346, true }, + { 19361, true }, + { 19374, true }, + { 19392, true }, + { 19404, true }, + { 19418, true }, + { 19432, true }, + { 19441, true }, + { 19453, true }, + { 19471, true }, + { 19491, false }, + { 19506, true }, + { 19519, true }, + { 19532, true }, + { 19546, true }, + { 19572, true }, + { 19582, true }, + { 19596, true }, + { 19608, true }, + { 19622, true }, { 19640, true }, - { 19666, true }, - { 19676, true }, - { 19690, true }, - { 19702, true }, + { 19658, false }, + { 19674, true }, + { 19684, true }, + { 19692, true }, + { 19703, true }, { 19716, true }, - { 19734, true }, - { 19752, false }, - { 19768, true }, - { 19778, true }, - { 19786, true }, - { 19797, true }, - { 19810, true }, - { 19826, true }, - { 19848, true }, - { 19863, true }, - { 19874, true }, - { 19884, true }, - { 19906, true }, - { 19921, true }, - { 19940, false }, - { 19955, true }, - { 19975, true }, - { 19986, true }, - { 19996, true }, - { 20008, true }, - { 20020, true }, + { 19732, true }, + { 19754, true }, + { 19769, true }, + { 19780, true }, + { 19790, true }, + { 19812, true }, + { 19827, true }, + { 19846, false }, + { 19861, true }, + { 19881, true }, + { 19892, true }, + { 19902, true }, + { 19914, true }, + { 19926, true }, + { 19939, true }, + { 19959, true }, + { 19971, true }, + { 19985, true }, + { 19997, false }, + { 20011, true }, + { 20023, true }, { 20033, true }, - { 20053, true }, - { 20065, true }, + { 20046, false }, + { 20061, true }, { 20079, true }, - { 20091, false }, - { 20105, true }, - { 20117, true }, - { 20127, true }, - { 20140, false }, - { 20155, true }, - { 20173, true }, - { 20187, true }, - { 20200, true }, - { 20213, true }, - { 20225, true }, - { 20239, true }, - { 20259, true }, - { 20276, true }, - { 20289, true }, - { 20303, true }, - { 20316, true }, - { 20328, true }, - { 20346, true }, - { 20358, true }, - { 20369, true }, - { 20380, true }, - { 20393, true }, - { 20406, true }, - { 20421, true }, + { 20093, true }, + { 20106, true }, + { 20119, true }, + { 20131, true }, + { 20145, true }, + { 20165, true }, + { 20182, true }, + { 20195, true },