File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/vs/workbench/parts/update/electron-browser Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ function renderBody(body: string): string {
26
26
<html>
27
27
<head>
28
28
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
29
- <meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src http: https: data:; media-src http: https: data:; script-src 'none'; style-src file: http: https:; child-src 'none'; frame-src 'none';">
29
+ <meta http-equiv="Content-Security-Policy" content="default-src 'none'; img-src http: https: data:; media-src http: https: data:; script-src 'none'; style-src file: http: https: 'unsafe-inline' ; child-src 'none'; frame-src 'none';">
30
30
<link rel="stylesheet" type="text/css" href="${ require . toUrl ( './media/markdown.css' ) } ">
31
31
</head>
32
32
<body>${ body } </body>
You can’t perform that action at this time.
0 commit comments