Files
Robo eb756b1706 fix: Add NSLocalNetworkUsageDescription to Info.plist (#308457)
macOS shows a "Local Network" privacy prompt when an app opens TCP/UDP
connections to devices on the local network over Wi-Fi (per Apple TN3179).

Chromium's built-in DNS client (enabled by default on macOS via the
kAsyncDns feature flag) sends DNS queries directly over UDP sockets to
the system-configured nameservers. On most Wi-Fi networks, the DNS
server is in the same-subnet address and triggers the prompt on
every launch.

Unlike the system resolver path (getaddrinfo → mDNSResponder), the
built-in client opens raw UDP sockets from the app process in default (kOff mode)
to config.nameservers[] via DnsUDPAttempt::Start() in
net/dns/dns_transaction.cc.
2026-04-08 12:37:46 +02:00
..
2026-04-08 07:20:41 +00:00
2026-04-02 16:50:47 +00:00
2026-04-06 20:18:35 +02:00
2026-03-10 20:56:09 -07:00
2026-04-07 11:40:24 +02:00
2026-04-07 11:40:24 +02:00
2026-03-10 17:34:48 -07:00