mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
fix(external-api) fix no longer allowing popups
These are used by the Electron app to open links in the chat, for example.
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
a5ddcab084
commit
da5e19fa98
2
modules/API/external/external_api.js
vendored
2
modules/API/external/external_api.js
vendored
@@ -391,7 +391,7 @@ 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';
|
||||
this._frame.sandbox = 'allow-scripts allow-same-origin allow-popups';
|
||||
this._frame.setAttribute('allowFullScreen', 'true');
|
||||
this._frame.style.border = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user