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
It seems that a commit from March (5a5a5c9) inadvertently changed the default listening interface from localhost to 0.0.0.0, meaning every network interface available.
This is an unsafe default and a potential security risk (information disclosure), especially since there appears to be no obvious/documented way to change this behavior, except for modifying the source.
Please consider making 127.0.0.1 the default again. Thanks.
The text was updated successfully, but these errors were encountered:
It seems that a commit from March (5a5a5c9) inadvertently changed the default listening interface from localhost to 0.0.0.0, meaning every network interface available.
This is an unsafe default and a potential security risk (information disclosure), especially since there appears to be no obvious/documented way to change this behavior, except for modifying the source.
Please consider making 127.0.0.1 the default again. Thanks.
The text was updated successfully, but these errors were encountered: