diff --git a/README.md b/README.md index 8dcf723..6fcd0aa 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Jitsi Meet is a libre software (Apache) WebRTC JavaScript app that uses Jitsi Videobridge to provide high quality, secure, and scalable video conferences. -**Shipped version:** 2.0.8719~ynh1 +**Shipped version:** 2.0.8719~ynh2 **Demo:** https://meet.jit.si/ diff --git a/README_fr.md b/README_fr.md index ce97327..5d19839 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Jitsi Meet est un logiciel libre (Apache) dont Jitsi Videobridge, avec WebRTC Javascript, propose des vidéos-conférences de haute qualité, sécurisées et évolutives. -**Version incluse :** 2.0.8719~ynh1 +**Version incluse :** 2.0.8719~ynh2 **Démo :** https://meet.jit.si/ diff --git a/conf/nginx.conf b/conf/nginx.conf index fb44523..6d3f6f6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,8 @@ root __FINALPATH__/jitsi-meet-web; +# fix https://github.com/YunoHost-Apps/jitsi_ynh/issues/113 +more_set_headers "Content-Security-Policy: frame-ancestors 'self'"; + # ssi on with javascript for multidomain variables in config.js ssi on; ssi_types application/x-javascript application/javascript; diff --git a/manifest.json b/manifest.json index 2624130..0306975 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Video conferencing web application", "fr": "Application web de conférence vidéo" }, - "version": "2.0.8719~ynh1", + "version": "2.0.8719~ynh2", "url": "https://jitsi.org/Projects/JitMeet", "upstream": { "license": "Apache-2.0",