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