fix: allow-presentation iframe error

This commit is contained in:
Konstantinos Kaloutas
2023-05-30 13:58:22 +03:00
committed by Gabriel Horner
parent ede076a501
commit c87377fb9d

View File

@@ -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>
)}