From 40dd552ad19f8a984e06c6f6ff2e921c24ef8ee8 Mon Sep 17 00:00:00 2001 From: Ren Amamiya <123083837+reyamir@users.noreply.github.com> Date: Sun, 19 Mar 2023 07:52:43 +0700 Subject: [PATCH] enabled http request in tauri --- src-tauri/tauri.conf.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4a534e55..2885e131 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -18,6 +18,11 @@ "hide": false, "show": false }, + "http": { + "all": true, + "request": true, + "scope": ["https://rbr.bio/*", "https://metadata.uselume.xyz/*"] + }, "shell": { "all": false, "open": true