From bcc5891e03c4ffad00b363ed33d87b68988d9b71 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 21 Dec 2025 02:17:55 +0000 Subject: [PATCH] fix(mac): allow tailscale localapi http --- scripts/package-mac-app.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/scripts/package-mac-app.sh b/scripts/package-mac-app.sh index 2afd2e3e2..43a515193 100755 --- a/scripts/package-mac-app.sh +++ b/scripts/package-mac-app.sh @@ -104,6 +104,19 @@ cat > "$APP_ROOT/Contents/Info.plist" <Clawdis uses speech recognition to detect your Voice Wake trigger phrase. NSAppleEventsUsageDescription Clawdis needs Automation (AppleScript) permission to drive Terminal and other apps for agent actions. + NSAppTransportSecurity + + NSExceptionDomains + + 100.100.100.100 + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + + + PLIST