feat: Native video display (#5866)
This commit is contained in:
@@ -110,6 +110,7 @@ export default function init(app: Koa = new Koa(), server?: Server) {
|
||||
defaultSrc,
|
||||
styleSrc,
|
||||
scriptSrc: [...scriptSrc, `'nonce-${ctx.state.cspNonce}'`],
|
||||
mediaSrc: ["*", "data:", "blob:"],
|
||||
imgSrc: ["*", "data:", "blob:"],
|
||||
frameSrc: ["*", "data:"],
|
||||
// Do not use connect-src: because self + websockets does not work in
|
||||
|
||||
Reference in New Issue
Block a user