I have a website like https://www.example.com
. I need to force all users visiting my site to use HTTPS connections.
I thought about HSTS but I don't know how to add my site to the preload entries of browsers (browsers will only allow HTTPS access to domains in their preload lists) in their next versions. Is there any site, or person, where I can register?
I know about it is possible to enforce HTTPS for a website manually to my browser, but I need my site to be "preloaded" for all users.