Why `Do you want the application “workerd” to accept incoming network connections?`?
Why running worker project asks for
Do you want the application “workerd” to accept incoming network connections?
permission?
To my understanding it is only required for incoming connections from outside. But since I'm running wrangler dev
it is only localhost requests. I'd appreciate some enlightment 🙂3 Replies
If that for windows? Then it’s standard because it opens the port and I believe even localhost triggers that
On mac
Then it’s probably the same principle I’d imagine. Workerd is opening ports so Mac wants to make sure its expected