mirror of
https://github.com/logseq/logseq.git
synced 2026-05-20 10:52:38 +00:00
fix: allow-presentation iframe error
This commit is contained in:
committed by
Gabriel Horner
parent
ede076a501
commit
c87377fb9d
@@ -70,7 +70,7 @@ export class IFrameShape extends TLBoxShape<IFrameShapeProps> {
|
||||
height="100%"
|
||||
src={`${this.props.url}`}
|
||||
frameBorder="0"
|
||||
sandbox="allow-scripts allow-same-origin"
|
||||
sandbox="allow-scripts allow-same-origin allow-presentation"
|
||||
/>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user