diff --git a/examples/streaming/tauri.conf.json b/examples/streaming/tauri.conf.json index 78f315249107..e1506fcc1942 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"