Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Bierner <matb@microsoft.com>2022-03-08 22:28:59 +0300
committerMatt Bierner <matb@microsoft.com>2022-03-08 22:28:59 +0300
commitc569182d081410046ee6e6938e960d1e83063612 (patch)
tree3e508bf2a690ba12cb0f8b0614b190bdba80a395 /product.json
parentfa6ee6ce918b20a476d344218cc680af7160f419 (diff)
Encode webview parent origin in authority
Fixes #144703
Diffstat (limited to 'product.json')
-rw-r--r--product.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/product.json b/product.json
index b69651d0b5e..b01093caf3a 100644
--- a/product.json
+++ b/product.json
@@ -27,7 +27,7 @@
"licenseFileName": "LICENSE.txt",
"reportIssueUrl": "https://github.com/microsoft/vscode/issues/new",
"urlProtocol": "code-oss",
- "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/insider/93a2a2fa12dd3ae0629eec01c05a28cb60ac1c4b/out/vs/workbench/contrib/webview/browser/pre/",
+ "webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/insider/181b43c0e2949e36ecb623d8cc6de29d4fa2bae8/out/vs/workbench/contrib/webview/browser/pre/",
"builtInExtensions": [
{
"name": "ms-vscode.references-view",