Skip to content

Commit b1577dc

Browse files
mjbvzjeanp413
andauthored
Fixes webviews are broken on Firefox (microsoft#151679) (microsoft#151765)
Fixes microsoft#151648 Co-authored-by: Jean Pierre <[email protected]>
1 parent 4af164e commit b1577dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/vs/workbench/contrib/webview/browser/pre/index-no-csp.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
</head>
1313

1414
<body style="margin: 0; overflow: hidden; width: 100%; height: 100%" role="document">
15+
<!-- TODO: Remove additional script tag once Firefox is fixed https://bugzilla.mozilla.org/show_bug.cgi?id=1737882 -->
16+
<script></script>
1517
<script async type="module">
1618
// @ts-check
1719
/// <reference lib="dom" />

0 commit comments

Comments
 (0)