Inline codicons font for simple browser (#176462)

Should fix #139674 but need to confirm on deployed codespaces
This commit is contained in:
Matt Bierner
2023-03-07 19:46:53 -08:00
committed by GitHub
parent 7114851c4a
commit b2ea6aa9fc
2 changed files with 8 additions and 13 deletions

View File

@@ -125,7 +125,7 @@ export class SimpleBrowserView extends Disposable {
<meta http-equiv="Content-Security-Policy" content="
default-src 'none';
font-src ${this._webviewPanel.webview.cspSource};
font-src data:;
style-src ${this._webviewPanel.webview.cspSource};
script-src 'nonce-${nonce}';
frame-src *;