mx

Results 6 comments of mx

Thanks for the quick response! This is strange about the CSP as my custom Stylus rules are being applied and MPIV is being injected into the page DOM. I'd expect...

I can confirm: adding `// @sandbox JavaScript` to the script code does solve the issue. Suitable as a workaround, but would love to see if it can be solved without...

Thank you @damencho & team for working on this! In my tests today I forgot to disable the intermediate HTML that I ~~used with the [python OIDC adapter](https://github.com/aadpM2hhdixoJm3u/jitsi-OIDC-adapter)~~ was given...

Looks like `cache_key_url` hasn't been "externalized" into an environment variable yet (at least judging by the contents of `/prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua`). If it's a test environment , perhaps you could descend into...

I couldn't make it work with `/{room}` so I put the room name into query param like `?room=` and edited `plugin.head.html` to extract it from there (see [above](https://github.com/jitsi/jitsi-meet/issues/16576#issuecomment-3536712207)) ```js tokenAuthUrl:...

> Ideally, it'll be implemented using the recommended `Authorization Code Flow` (which includes an extra step) and not Implicit Flow I wonder what are the (security?) implications of leaving *Implicit...