YunoHost-Apps / jitsi_ynh

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

[SOLVED] Problem: Integrate Jitsi in Wordpress using IFrame while Jitsi is on Subdomain #100

Closed vsatmydynipnet closed 1 year ago

vsatmydynipnet commented 1 year ago

My Setup is Yunohost all latest from today.

Wordpress is running on domain.TLD Jitsi is running on jitsi.domain.TLD

Each for itself running perfect.

Problem:

If integrating Jitsi as IFrame into a Wordpress page, Firefox and Chromium are not loading Jitsi because of some X-Frame Error. If I use my other Jitsi Server (no Yunohost, Debian 11 Bare install, IFrame works fine).

Can somebody enlighten me where to remove/set this header in a way Wordpress is able to integrate Jitsi. I found security.conf in ngix include setting the header, but removing this only helps partially. It looks like browser then tries to load, but an error - something is wrong, we try to fix within 15 seconds - runs in a loop and it does not work.

Thank you very much for any hint!

vsatmydynipnet commented 1 year ago

Ok, after fixing https://github.com/YunoHost-Apps/jitsi_ynh/issues/95 and removing the SAMEORIGIN from security.conf things works as expected.