Hacker News new | ask | show | jobs
by Matthias247 2210 days ago
From the docs at https://deno.land/manual/getting_started/permissions:

> --allow-net=\<allow-net> Allow network access. You can specify an optional, comma separated list of domains to provide a whitelist of allowed domains.

So it seems to allow for a bit more fine-grained configs than just opening up everything.