mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Added allow-same-origin to iframe (core and UI have different origins).
This commit is contained in:
parent
f3985debdf
commit
56c6304363
@ -268,7 +268,7 @@ class WebBrowser extends LitElement {
|
||||
</div>
|
||||
<div class="iframe-container">
|
||||
<iframe id="browser-iframe" src="${this.url
|
||||
}" sandbox="allow-scripts allow-forms allow-downloads" allow="fullscreen">
|
||||
}" sandbox="allow-scripts allow-forms allow-downloads allow-same-origin" allow="fullscreen">
|
||||
<span style="color: var(--black);">${translate(
|
||||
'browserpage.bchange6'
|
||||
)}</span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user