mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-07-30 21:51:31 +00:00
Allow downloads through the sandbox
This commit is contained in:
@@ -111,7 +111,7 @@ class WebBrowser extends LitElement {
|
||||
${this.renderFollowUnfollowButton()}
|
||||
</div>
|
||||
<div class="iframe-container">
|
||||
<iframe id="browser-iframe" src="${this.url}" sandbox="allow-scripts allow-forms">
|
||||
<iframe id="browser-iframe" src="${this.url}" sandbox="allow-scripts allow-forms allow-downloads">
|
||||
Your browser doesn't support iframes
|
||||
</iframe>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user