From edd5cb5ca562faf73de31309267e31dc30df03b4 Mon Sep 17 00:00:00 2001 From: bits Date: Sun, 29 Mar 2026 17:33:02 +0000 Subject: [PATCH] Update src-tauri/tauri.conf.json --- src-tauri/tauri.conf.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index bbf3a77..172a559 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -22,9 +22,10 @@ "devtools": true } ], - "security": { - "csp": null - } +"security": { + "csp": "default-src 'self'; connect-src 'self' https://api.rlidentity.me https://git.rlidentity.me" +} + }, "plugins": { "updater": {