Docs Bug, localhost != 0.0.0.0 #1982
Unanswered
mattfbacon
asked this question in
Q&A
Replies: 2 comments 6 replies
-
What's the bug? It's still accessible on |
Beta Was this translation helpful? Give feedback.
6 replies
-
0.0.0.0 is all interfaces, which is a security risk if someone believes this address is localhost Edit: meant this in reply to @davidpdrsn question |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The hello world example:
says "on localhost:3000" but binds to 0.0.0.0 which is not localhost.
Beta Was this translation helpful? Give feedback.
All reactions