From c6ffffaa1816a9fb420fe4dd7f60e8cff52bc29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 9 May 2023 15:53:51 +0200 Subject: [PATCH] fix(external-api) enable iframe sandbox after update The sandbox can now be manually enabled, so let's do that. --- app/features/conference/components/Conference.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js index 5325a157a..9720b7337 100644 --- a/app/features/conference/components/Conference.js +++ b/app/features/conference/components/Conference.js @@ -211,7 +211,8 @@ class Conference extends Component { configOverwrite, onload: this._onIframeLoad, parentNode: this._ref.current, - roomName + roomName, + sandbox: 'allow-scripts allow-same-origin allow-popups allow-forms' }; this._api = new JitsiMeetExternalAPI(host, {