Fix comment

This commit is contained in:
Matt Bierner
2021-07-13 10:11:40 -07:00
parent 2406973edd
commit 923009cf8d

View File

@ -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};">