Skip to content
65 changes: 0 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,6 @@
"@redhat-developer/vscode-extension-proposals": "0.0.23",
"@redhat-developer/vscode-redhat-telemetry": "0.10.2",
"@vscode/codicons": "^0.0.32",
"@vscode/webview-ui-toolkit": "1.2.2",
"chokidar": "^3.5.3",
"expand-home-dir": "^0.0.3",
"fmtr": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions src/refactoring/changeSignaturePanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ export class ChangeSignaturePanel {
<html lang="en">
<head>
<meta charset="utf-8">
<!-- We need the 'unsafe-inline' because of webview UI toolkit setting style attributes -->
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src ${webview.cspSource}; font-src ${webview.cspSource} data:; style-src ${webview.cspSource} 'unsafe-inline';">
<!-- CSS is bundled to a file and loaded via <link>; the codicon font is a data: URL covered by font-src -->
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src ${webview.cspSource}; font-src ${webview.cspSource} data:; style-src ${webview.cspSource};">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<title>Change Signature</title>
Expand Down
Loading
Loading