From 201504c93c66809d00784c6489300e9c63992033 Mon Sep 17 00:00:00 2001 From: Poordeveloper Date: Sun, 14 May 2023 12:33:53 +0800 Subject: [PATCH] fix #1 --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 80885e4..65c3f3a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -52,7 +52,7 @@ } }, "security": { - "csp": "default-src blob: data: filesystem: ws: wss: http: https: tauri: 'unsafe-eval' 'unsafe-inline' 'self' img-src: 'self'" + "csp": null }, "updater": { "active": false