Skip to content

Commit

Permalink
fix: add new ipc to csp config in streaming example, closes tauri-app…
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Sep 18, 2023
1 parent 9902953 commit d6fd121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/streaming/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d6fd121

Please sign in to comment.