forked from Qortal/qortal-ui
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