We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4610f7 commit 42dcfc9Copy full SHA for 42dcfc9
lib/vscode/src/vs/server/browser/client.ts
@@ -102,7 +102,7 @@ export const initialize = async (services: ServiceCollection): Promise<void> =>
102
103
if (parent) {
104
// Tell the parent loading has completed.
105
- parent.postMessage({ event: 'loaded' }, window.location.origin);
+ parent.postMessage({ event: 'loaded' }, '*');
106
107
// Proxy or stop proxing events as requested by the parent.
108
const listeners = new Map<string, (event: Event) => void>();
0 commit comments