Including your website in the HSTS preload list for the newly Google Chrome browser package will give your web users a force redirection to HTTPS without the needs of checking the HTTP version. The only downside of having it on the preload list is all of your sub-domain will be redirected as well, and removing your domain to the pre-load list is not easy and takes months to remove.
You probably listed already your website on the preload list at https://hstspreload.org since you stumble to this article.
HSTS Preload List for Google Chrome
You can find all of the currently installed HSTS preload domain for google chrome at this link: https://cs.chromium.org/codesearch/f/chromium/src/net/http/transport_security_state_static.json.
You may also check it directly to your Google Chrome at chrome://net-internals/#hsts.
That’s it guys!