Skip to content

Commit 9e5edb7

Browse files
Allow downloads from pages viewed in Simple Browser (microsoft#185117)
1 parent bacda50 commit 9e5edb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/simple-browser/src/simpleBrowserView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export class SimpleBrowserView extends Disposable {
165165
</header>
166166
<div class="content">
167167
<div class="iframe-focused-alert">${vscode.l10n.t("Focus Lock")}</div>
168-
<iframe sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
168+
<iframe sandbox="allow-scripts allow-forms allow-same-origin allow-downloads"></iframe>
169169
</div>
170170
171171
<script src="${mainJs}" nonce="${nonce}"></script>

0 commit comments

Comments
 (0)