From d6fd1219743eca80793b9e54616b59391a3e1502 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Mon, 18 Sep 2023 14:05:48 +0200 Subject: [PATCH] fix: add new ipc to csp config in streaming example, closes #7842 (#7849) --- examples/streaming/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/streaming/tauri.conf.json b/examples/streaming/tauri.conf.json index 78f315249..e1506fcc1 100644 --- a/examples/streaming/tauri.conf.json +++ b/examples/streaming/tauri.conf.json @@ -51,7 +51,7 @@ } ], "security": { - "csp": "default-src 'self' ipc:; media-src stream: http://stream.localhost asset: http://asset.localhost", + "csp": "default-src 'self'; connect-src ipc: http://ipc.localhost; media-src stream: http://stream.localhost asset: http://asset.localhost", "assetProtocol": { "scope": [ "**/test_video.mp4"