From 72c172d03fd152937b3d8756a84f39971c2b4fae Mon Sep 17 00:00:00 2001 From: Felix <60808107+ItsFelix5@users.noreply.github.com> Date: Wed, 21 Jan 2026 15:45:10 +0100 Subject: [PATCH] Update tauri.conf.json Signed-off-by: Felix <60808107+ItsFelix5@users.noreply.github.com> --- apps/app/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/tauri.conf.json b/apps/app/tauri.conf.json index 6075dde24d..86c2df5ba6 100644 --- a/apps/app/tauri.conf.json +++ b/apps/app/tauri.conf.json @@ -87,7 +87,7 @@ "capabilities": ["ads", "core", "plugins"], "csp": { "default-src": "'self' customprotocol: asset:", - "connect-src": "ipc: http://ipc.localhost https://modrinth.com https://*.modrinth.com https://*.posthog.com https://*.sentry.io https://api.mclo.gs 'self' data: blob:", + "connect-src": "ipc: http://ipc.localhost https://modrinth.com https://*.modrinth.com https://*.posthog.com https://*.sentry.io https://api.mclo.gs http://textures.minecraft.net 'self' data: blob:", "font-src": ["https://cdn-raw.modrinth.com/fonts/"], "img-src": "https: 'unsafe-inline' 'self' asset: http://asset.localhost http://textures.minecraft.net blob: data:", "style-src": "'unsafe-inline' 'self'",