Merge 827a5e137f
into e12999d44f
This commit is contained in:
commit
f3624d87c4
|
@ -393,7 +393,8 @@ 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';
|
||||
this._frame.sandbox = 'allow-scripts allow-same-origin allow-popups allow-forms allow-downloads\
|
||||
allow-top-navigation-by-user-activation';
|
||||
this._frame.setAttribute('allowFullScreen', 'true');
|
||||
this._frame.style.border = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue