YunoHost-Apps / jitsi_ynh

Video conference for YunoHost
https://jitsi.org/
Apache License 2.0
21 stars 19 forks source link

No video with chromium browser #113

Closed aya closed 1 year ago

aya commented 1 year ago

Context

Yunohost version : 11.1.19 Jitsi version : 2.0.8319~ynh1 Chromium version : v113.0.5672.63

Bug

When loading jitsi on google chromium, video fails to start with following errors in console. It works on firefox.

Refused to create a worker from 'blob:https://my.jitsi.host/62e5c3b8-dcf4-4ecc-af9e-14dc47ca8690' because it violates the following Content Security Policy directive: "script-src https: data: 'unsafe-inline' 'unsafe-eval'". Note that 'worker-src' was not explicitly set, so 'script-src' is used as a fallback.
Refused to create a worker from 'blob:https://my.jitsi.host/62e5c3b8-dcf4-4ecc-af9e-14dc47ca8690' because it violates the following Content Security Policy directive: "worker-src 'none'".

Error occurs in StreamBackgroundEffect.js line 218 on the prejoin page or in EEContext.js line 54 when disabled.