pyladies-bratislava / website

Frontend for the website of the Pyladies Bratislava chapter
MIT License
2 stars 2 forks source link

use https #45

Open filias opened 3 years ago

filias commented 3 years ago

In heroku we must find how to enable https.

filias commented 3 years ago

https is enabled we now just to force it with javascript:


    window.location.protocol = "https";
}```