diff --git a/modules/API/external/external_api.js b/modules/API/external/external_api.js index 850c5fcc22..79f36834c4 100644 --- a/modules/API/external/external_api.js +++ b/modules/API/external/external_api.js @@ -393,14 +393,6 @@ export default class JitsiMeetExternalAPI extends EventEmitter { this._frame.name = frameName; this._frame.id = frameName; this._setSize(height, width); - this._frame.sandbox = [ - 'allow-scripts', - 'allow-same-origin', - 'allow-popups', - 'allow-forms', - 'allow-downloads', - 'allow-top-navigation-by-user-activation' - ].join(' '); this._frame.setAttribute('allowFullScreen', 'true'); this._frame.style.border = 0;