From 662b73211a45c2255cd92162d411656d199e1216 Mon Sep 17 00:00:00 2001 From: Felix <60808107+ItsFelix5@users.noreply.github.com> Date: Sun, 25 Jan 2026 21:59:06 +0100 Subject: [PATCH] Fix CSP issue when changing capes (#5177) * Update tauri.conf.json Signed-off-by: Felix <60808107+ItsFelix5@users.noreply.github.com> * feat: add https for futureproofing asw --------- Signed-off-by: Felix <60808107+ItsFelix5@users.noreply.github.com> Co-authored-by: Calum H. (IMB11) Co-authored-by: Prospector <6166773+Prospector@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 6075dde24..986347dc3 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 https://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'",