Skip to content

Commit bccbdb6

Browse files
test
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 9915b05 commit bccbdb6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • code/src/vs/workbench/contrib/webview/browser/pre

code/src/vs/workbench/contrib/webview/browser/pre/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,12 +349,14 @@
349349
};
350350

351351
const parentOrigin = searchParams.get('parentOrigin');
352+
console.info('++++++++++++ parentOrigin ', parentOrigin)
352353

353354
const hostname = location.hostname;
354355

355356
// Run if we are on the same host.
356357
const parent = new URL(parentOrigin);
357358
if (parent.hostname === hostname) {
359+
console.info('+++ parent.hostname === hostname')
358360
return start(parentOrigin);
359361
}
360362

0 commit comments

Comments
 (0)