Allow downloads from pages viewed in Simple Browser (#185117)

pull/184743/head^2
John Murray 2023-06-14 18:23:37 +01:00 committed by GitHub
parent bacda501a4
commit 9e5edb7d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ export class SimpleBrowserView extends Disposable {
</header>
<div class="content">
<div class="iframe-focused-alert">${vscode.l10n.t("Focus Lock")}</div>
<iframe sandbox="allow-scripts allow-forms allow-same-origin"></iframe>
<iframe sandbox="allow-scripts allow-forms allow-same-origin allow-downloads"></iframe>
</div>
<script src="${mainJs}" nonce="${nonce}"></script>