mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Allow downloads through the sandbox
This commit is contained in:
parent
c30c829c77
commit
8511a09e56
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user