From 2b5ac3d83d6dd9a5df014eee68f14997bb7bb870 Mon Sep 17 00:00:00 2001 From: g5fighter Date: Wed, 10 Jun 2026 11:27:27 +0200 Subject: [PATCH] fix(linux): render UI correctly in AppImage (CSP + SVG sizing) The Linux AppImage launched but rendered only a giant logo with no layout. Root cause: Tauri injects a per-load 'nonce-...' into the CSP style-src at runtime. Per the CSP spec, a nonce in style-src makes the browser ignore 'unsafe-inline', so Angular's runtime-injected component