You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change sample server host from 0.0.0.0 to 127.0.0.1
Don't bind the sample server to `0.0.0.0` by default as that exposes the server to anyone else on the local network.
If anyone were to use these samples as staring points to build larger services, those servers would thus expose developers to attack immediately upon launch.
I'd prefer if we avoided that 😆
0 commit comments