We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b3d3a commit 2c415fcCopy full SHA for 2c415fc
src/resxProvider.ts
@@ -136,7 +136,7 @@ export class ResxProvider implements vscode.CustomTextEditorProvider {
136
<meta name="viewport" content="width=device-width, initial-scale=1.0">
137
<meta
138
http-equiv="Content-Security-Policy"
139
- content="default-src 'none'; img-src ${webview.cspSource} https:; script-src ${webview.cspSource}; style-src ${webview.cspSource};"
+ content="default-src 'none'; img-src ${webview.cspSource} https:; script-src ${webview.cspSource}; style-src ${webview.cspSource}; script-src 'nonce-${nonce}';"
140
/>
141
</head>
142
<body>
0 commit comments