Browse Source

Allow downloads through the sandbox

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
8511a09e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js

2
qortal-ui-plugins/plugins/core/qdn/browser/browser.src.js

@ -111,7 +111,7 @@ class WebBrowser extends LitElement {
${this.renderFollowUnfollowButton()} ${this.renderFollowUnfollowButton()}
</div> </div>
<div class="iframe-container"> <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 Your browser doesn't support iframes
</iframe> </iframe>
</div> </div>

Loading…
Cancel
Save