mirror of https://github.com/openclaw/openclaw.git
fix(macos): allow http loads in canvas webview
This commit is contained in:
parent
fae11e5a55
commit
67b9a675f5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue