Hello,
I can't connect to my django web server and it's all my fault. I turned on SECURE_HSTS_SECONDS to 60 by accident in development, in another project, a few days ago.
Now I can not load
http://127.0.0.1:8000 on FireFox and I don't know how to fix it. And yes runserver is set to that port/ip and yes I can connect in incognito mode and in chrome.
I have cleared all caches and cookies.
Thanks very much!