aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Costea <andrei@mindfullab.co>2023-11-23 11:16:08 +0200
committerSaúl Ibarra Corretgé <s@saghul.net>2023-11-26 10:56:10 +0100
commit1acc70ac8afd977b95990147d810149bacbc3205 (patch)
tree35aad22110fb0064da25459f0c4067092ebb18ce
parent2feb9dde8bfb8e38537e7cca95be2c5e93fd1c9e (diff)
fix: add sandbox permission to iframe
-rw-r--r--app/features/conference/components/Conference.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/features/conference/components/Conference.js b/app/features/conference/components/Conference.js
index 9e45d34..de596cb 100644
--- a/app/features/conference/components/Conference.js
+++ b/app/features/conference/components/Conference.js
@@ -232,7 +232,7 @@ class Conference extends Component<Props, State> {
configOverwrite,
parentNode: this._ref.current,
roomName,
- sandbox: 'allow-scripts allow-same-origin allow-popups allow-forms'
+ sandbox: 'allow-scripts allow-same-origin allow-popups allow-forms allow-downloads'
};
this._api = new JitsiMeetExternalAPI(host, {