gbv / login-server

Login and connect accounts with multiple identity providers
https://coli-conc.gbv.de/login/
MIT License
31 stars 32 forks source link

(Development) Safari keeps redirecting localhost to HTTPS #87

Closed stefandesu closed 2 years ago

stefandesu commented 2 years ago

I can't use Login Server locally in Safari anymore because it keeps redirecting to HTTPS. I added code to disable HSTS (which, according to several Stack Overflow post, is the culprit for this issue), but even after resetting everything and even restarting my computer, it still keeps redirecting. Not sure if it's still related to code inside the project, though.

stefandesu commented 2 years ago

I will close the issue for now, even though it still redirects on my machine. In theory, the HSTS header should fix the issue.