MutonUfoAI / pgina

pGina fork: Open Source Windows Authentication
http://mutonufoai.github.io/pgina
BSD 3-Clause "New" or "Revised" License
156 stars 39 forks source link

Fixes mixed-content issues on pGina site by flipping http->https #135

Open micolous opened 5 years ago

micolous commented 5 years ago

GitHub enforces HTTPS for GitHub Pages since 2016. Other tools like HTTPS Everywhere automatically enable this for old repositories. This breaks CSS for the entire site:

mutonufoai github io_pgina_

This PR does a find-replace on all the pages to replace http://mutonufoai.github.io with https://mutonufoai.github.io.