From 35d2520c20c89a67b2a8b1b74192ebcecf6c5455 Mon Sep 17 00:00:00 2001 From: Medcl Date: Wed, 8 Jan 2025 14:17:51 +0800 Subject: [PATCH] chore: add port 9000 to whitelist (#90) --- src-tauri/capabilities/default.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src-tauri/capabilities/default.json b/src-tauri/capabilities/default.json index 96a5a072..8f9d945a 100644 --- a/src-tauri/capabilities/default.json +++ b/src-tauri/capabilities/default.json @@ -51,6 +51,9 @@ { "url": "http://localhost:2900" }, + { + "url": "http://localhost:9000" + }, { "url": "https://coco.infini.cloud" }