We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacda50 commit 9e5edb7Copy full SHA for 9e5edb7
extensions/simple-browser/src/simpleBrowserView.ts
@@ -165,7 +165,7 @@ export class SimpleBrowserView extends Disposable {
165
</header>
166
<div class="content">
167
<div class="iframe-focused-alert">${vscode.l10n.t("Focus Lock")}</div>
168
- <iframe sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
+ <iframe sandbox="allow-scripts allow-forms allow-same-origin allow-downloads"></iframe>
169
</div>
170
171
<script src="${mainJs}" nonce="${nonce}"></script>
0 commit comments