Open filias opened 3 years ago
In heroku we must find how to enable https.
https is enabled we now just to force it with javascript:
window.location.protocol = "https"; }```
In heroku we must find how to enable https.