mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Previously we listened to 0.0.0.0. which means any connection coming to a specific port. That seems a bit ill advised as not everybody has a good firewall setup. Now we default listen only on 127.0.0.1 but optionally can describe a full SocketAddr such as "192.168.1.23:1234". Side note: Cleaned up the ipc-channel syntax. Signed-off-by: Narfinger <Narfinger@users.noreply.github.com> Testing: Currently we don't have an automatic way to test this. Manually run devtools and it connects. --------- Signed-off-by: Narfinger <Narfinger@users.noreply.github.com>