After I have activated the helmet module, the browser stops to display on http://localhost:3000/
and other ports of the localhost:
If more exactly, when open http://localhost:3000/
, the browser automatically redirects to https://localhost:3000/
. Also, if manually correct https://localhost:3000/
to http://localhost:3000/
, the browser will return to https://localhost:3000/
. But most important fact is the browser keep this behavior for all projects, not only for one when the HTTPS protocol support and actually enabled and helmet module used. It is problematic to provide the HTTPS support for all projects in local development mode.
I understand that this behavior is for security when surfing the internet, but it is the interfering behavior when locally developing something when helmet module and HTTPS not using (actually, it is impossible to use same browser).