mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 22:12:26 +01:00
Move useSameOriginForRoot into options
This commit is contained in:
@@ -220,9 +220,9 @@ class WebviewEditor extends BaseWebviewEditor {
|
||||
this.contextKey,
|
||||
this.findInputFocusContextKey,
|
||||
{
|
||||
enableWrappedPostMessage: true
|
||||
},
|
||||
false);
|
||||
enableWrappedPostMessage: true,
|
||||
useSameOriginForRoot: false
|
||||
});
|
||||
|
||||
this._webview.onDidClickLink(this.onDidClickLink, this, this._contentDisposables);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user