fix(macos): allow http loads in canvas webview

This commit is contained in:
Peter Steinberger 2025-12-27 00:20:58 +01:00
parent fae11e5a55
commit 67b9a675f5
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ cat > "$APP_ROOT/Contents/Info.plist" <<PLIST
<string>Clawdis needs Automation (AppleScript) permission to drive Terminal and other apps for agent actions.</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>100.100.100.100</key>