diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 32602c461..1a354a06b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -40,7 +40,7 @@ "default-src": "'self' customprotocol: asset: http://localhost:* http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:*", "connect-src": "ipc: http://ipc.localhost http://127.0.0.1:* ws://localhost:* ws://127.0.0.1:* https:", "font-src": [ - "https://fonts.gstatic.com blob: data: tauri://localhost/*" + "https://fonts.gstatic.com blob: data: tauri://localhost http://tauri.localhost" ], "img-src": "'self' asset: http://asset.localhost blob: data:", "style-src": "'unsafe-inline' 'self' https://fonts.googleapis.com",