From 8e56ac5ec720acabf23960da4fea7bd1d86128e8 Mon Sep 17 00:00:00 2001 From: Nariman Jelveh Date: Tue, 3 Sep 2024 14:14:19 -0400 Subject: [PATCH] Update UIWindow.js --- src/gui/src/UI/UIWindow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/src/UI/UIWindow.js b/src/gui/src/UI/UIWindow.js index 2889b955..f495debd 100644 --- a/src/gui/src/UI/UIWindow.js +++ b/src/gui/src/UI/UIWindow.js @@ -330,6 +330,7 @@ async function UIWindow(options) { allowtransparency="true" allowpaymentrequest="true" allowfullscreen="true" + allow="microphone" webkitallowfullscreen="webkitallowfullscreen" mozallowfullscreen="mozallowfullscreen" sandbox="allow-forms allow-modals allow-pointer-lock allow-popups allow-popups-to-escape-sandbox ${options.iframe_srcdoc ? '' : 'allow-same-origin'} allow-scripts allow-top-navigation-by-user-activation allow-downloads allow-presentation allow-storage-access-by-user-activation">`;