mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
@@ -41,8 +41,8 @@ export class ExtHostWebview implements vscode.Webview {
|
||||
return toWebviewResource(this._initData, this._uuid, resource);
|
||||
}
|
||||
|
||||
public get cspRule(): string {
|
||||
return this._initData.webviewCspRule;
|
||||
public get cspSource(): string {
|
||||
return this._initData.webviewCspSource;
|
||||
}
|
||||
|
||||
public get html(): string {
|
||||
|
||||
Reference in New Issue
Block a user