fix: add new ipc to csp config in streaming example, closes #7842 (#7849)

This commit is contained in:
Fabian-Lars 2023-09-18 14:05:48 +02:00 committed by GitHub
parent 990295304f
commit d6fd121974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"