Forcing https for GitHub Pages and Disqus
Observation This blog uses GitHub Pages, which are by default available using both http and https protocols. The comments are powered by Disqus, and it works really well. Almost really well, actually, because something strange appeared using only https. Why switching to https only ? Firefox starts to deprecate non secure http Https as a ranking signal on google Let’s Encrypt is trusted!1 Force https on Github Pages I found this gist to force the https redirection, simple, efficient. ...