When you start a node server on 127.0.0.1 it does not trigger the COM Surrogate firewall notice. However, a python server will because it listens on the broadcast address 0.0.0.0
python -m http.server 8000
When you start a node server on 127.0.0.1 it does not trigger the COM Surrogate firewall notice. However, a python server will because it listens on the broadcast address 0.0.0.0
python -m http.server 8000