Open
Description
- The website should always use HTTPS and redirect if it doesn’t.
- The path (= language) must to be kept during the redirect.
- When running locally (http://localhost:4567) it must not redirect to https://localhost:4567.
If possible, we should use an HTTP redirect. If not, at least we should have it written in JavaScript.