From 7aa4bf7efe4b20bafa0a13d25ca67012395896d0 Mon Sep 17 00:00:00 2001 From: Luca Rossi Date: Sun, 1 Mar 2026 11:49:04 +0100 Subject: [PATCH] fix: add http:default capability to allow fetch to external APIs (Anthropic CORS fix) (#157) Co-authored-by: Test --- src-tauri/capabilities/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 2e10b17a..26da36ed 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -11,6 +11,7 @@ "dialog:default", "updater:default", "process:default", - "opener:default" + "opener:default", + "http:default" ] }