mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix comment
This commit is contained in:
@ -39,8 +39,7 @@ class CatCodiconsPanel {
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<!--
|
||||
Use a content security policy to only allow loading images from https or from our extension directory,
|
||||
and only allow scripts that have a specific nonce.
|
||||
Use a content security policy to only allow loading specific resources in the webview
|
||||
-->
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; font-src ${webview.cspSource}; style-src ${webview.cspSource};">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user