Skip to content

Commit 9122ec4

Browse files
committed
Fix styling of release notes (fixes #23948)
1 parent ce0277b commit 9122ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/parts/update/electron-browser/releaseNotesEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function renderBody(body: string): string {
2626
<html>
2727
<head>
2828
<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';">
3030
<link rel="stylesheet" type="text/css" href="${require.toUrl('./media/markdown.css')}">
3131
</head>
3232
<body>${body}</body>

0 commit comments

Comments
 (0)