From 8dd6a2f8980be28b0f5159a7b54ba9f1ae27738f Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 18 May 2024 21:03:54 +0200 Subject: [PATCH] Removed dangerousUseHttpScheme setting, which seems not be supported --- runtime/tauri.conf.json | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/tauri.conf.json b/runtime/tauri.conf.json index 18c9e81..e5614c1 100644 --- a/runtime/tauri.conf.json +++ b/runtime/tauri.conf.json @@ -45,7 +45,6 @@ ], "security": { "csp": null, - "dangerousUseHttpScheme": true, "dangerousRemoteDomainIpcAccess": [ { "domain": "localhost",