mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Remove uuid from webview resource uris
This is no longer be needed. We still serve the webview code itself from a unique subdomain This also removes the need for `serviceWorkerFetchIgnoreSubdomain`
This commit is contained in:
@@ -69,7 +69,7 @@ export class ExtHostWebview implements vscode.Webview {
|
||||
|
||||
public asWebviewUri(resource: vscode.Uri): vscode.Uri {
|
||||
this.#hasCalledAsWebviewUri = true;
|
||||
return asWebviewUri(this.#handle, resource, this.#initData.remote);
|
||||
return asWebviewUri(resource, this.#initData.remote);
|
||||
}
|
||||
|
||||
public get cspSource(): string {
|
||||
|
||||
Reference in New Issue
Block a user