We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa548e9 + 42dcfc9 commit 1fcb0c3Copy full SHA for 1fcb0c3
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