HTTPS Redirection service

This subdomain is only available using https.

This is meant to redirect browsers to https versions of my other pages, only if they support the ssl versions supported by my web server.

The redirect is done by loading a javascript file, only served by https, that redirects to the https version of the current url.

See script.js for details on how it is implemented.

This is inspired by Netlify's solution: https://https.netlify.app/