mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Removed demo origin override
This commit is contained in:
@@ -65,7 +65,6 @@ export class AppBridge {
|
||||
const currentWindow = remote.getCurrentWindow();
|
||||
// @ts-ignore
|
||||
this.origin = currentWindow.origin || '';
|
||||
this.origin = '*';
|
||||
if (ssInstance && typeof ssInstance.setBroadcastMessage === 'function') {
|
||||
ssInstance.setBroadcastMessage(this.broadcastMessage);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user