mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Allow downloads from pages viewed in Simple Browser (#185117)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user