|
|
|
|
|
by bjpbakker
2944 days ago
|
|
That's why there is the HSTS preload list [0], so that browsers can know this before making the HTTP request. If you don't want to add your domain to the preload list, you will have to (automatically) redirect/upgrade users to HTTPS, or bounce them. [0] - https://hstspreload.org/ |
|
which has the following requirements: 1. Serve a valid certificate. 2. Redirect from HTTP to HTTPS on the same host, if you are listening on port 80.
oops.