fix(examples): streaming example CSP

This commit is contained in:
Lucas Nogueira
2022-02-11 14:04:24 -03:00
parent 49c1970fae
commit 1d92d6a55d

View File

@@ -47,7 +47,7 @@
}
],
"security": {
"csp": "default-src 'self'"
"csp": "default-src 'self'; media-src stream: https://stream.example"
},
"updater": {
"active": false