fix: allow-presentation iframe error

pull/9528/head
Konstantinos Kaloutas 2023-05-30 13:58:22 +03:00 committed by Gabriel Horner
parent ede076a501
commit c87377fb9d
1 changed files with 1 additions and 1 deletions

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