fix: add http:default capability to allow fetch to external APIs (Anthropic CORS fix) (#157)

Co-authored-by: Test <test@test.com>
This commit is contained in:
Luca Rossi
2026-03-01 11:49:04 +01:00
committed by GitHub
parent 6e99bf7d03
commit 7aa4bf7efe

View File

@@ -11,6 +11,7 @@
"dialog:default",
"updater:default",
"process:default",
"opener:default"
"opener:default",
"http:default"
]
}