File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ function getDebugVisualizerWebviewHtml(
90
90
<html>
91
91
<head>
92
92
<meta charset="UTF-8">
93
- <meta http-equiv="Content-Security-Policy" content="default-src * 'unsafe-inline' 'unsafe-eval'; script-src * 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; img-src * data: blob: 'unsafe-inline'; frame-src *; style-src * 'unsafe-inline'; worker-src * data: blob: data: 'unsafe-inline' 'unsafe-eval'; font-src * 'unsafe-inline' 'unsafe-eval';">
93
+ <meta http-equiv="Content-Security-Policy" content="default-src * 'unsafe-inline' 'unsafe-eval'; script-src * 'unsafe-inline' 'unsafe-eval'; connect-src * 'unsafe-inline'; img-src * data: blob: 'unsafe-inline'; frame-src *; style-src * 'unsafe-inline'; worker-src * data: blob: data: 'unsafe-inline' 'unsafe-eval'; font-src * 'unsafe-inline' 'unsafe-eval' 'self' data: blob: ;">
94
94
<style>
95
95
html { height: 100%; width: 100%; padding: 0; margin: 0; }
96
96
body { height: 100%; width: 100%; padding: 0; margin: 0; }
97
- iframe { height: 100%; width: 100%; padding: 0; margin: 0; border: 0; display: block; }
97
+ iframe { height: 100%; width: 100%; padding: 0; margin: 0; border: 0; display: block; }
98
98
</style>
99
99
</head>
100
100
<body>
You can’t perform that action at this time.
0 commit comments