Skip to content

Bind Net api servers to localhost and ::1 by default

This PR resolves issue #2849 (closed) where the HTTP server is bound to IPs on all configured interfaces by default. This can lead to unintentional data leaks.

Changed default binding address to be localhost and ::1 for IPv4 and IPv6, respectively.

Merge request reports

Loading