mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
Inline codicons font for simple browser (#176462)
Should fix #139674 but need to confirm on deployed codespaces
This commit is contained in:
@@ -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 *;
|
||||
|
||||
Reference in New Issue
Block a user