EmbedModal: allow-scripts
This commit is contained in:
parent
2cc8dcd69c
commit
6e5689e3a3
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ const EmbedModal: React.FC<IEmbedModal> = ({ url, onError }) => {
|
|||
|
||||
<SafeEmbed
|
||||
className='inline-flex rounded-xl overflow-hidden max-w-full'
|
||||
sandbox='allow-same-origin'
|
||||
sandbox='allow-same-origin allow-scripts'
|
||||
title='embedded-status'
|
||||
html={embed?.html}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue