diff --git a/src/gui/src/IPC.js b/src/gui/src/IPC.js index 92fa9889..e4a99de4 100644 --- a/src/gui/src/IPC.js +++ b/src/gui/src/IPC.js @@ -1674,17 +1674,9 @@ const ipc_listener = async (event, handled) => { const conn = svc_ipc.get_connection(targetAppInstanceID); if ( conn ) { conn.send(contents); - // conn.send({ - // msg: 'messageToApp', - // appInstanceID, - // targetAppInstanceID, - // contents, - // }, targetAppOrigin); return; } - console.log(`🔒 App ${appInstanceID} is sending to ${targetAppInstanceID} insecurely`); - // pass on the message const target_iframe = window.iframe_for_app_instance(targetAppInstanceID); if (!target_iframe) {