EmbedModal: allow-scripts

This commit is contained in:
Alex Gleason
2022-08-21 15:08:05 -04:00
parent 2cc8dcd69c
commit 6e5689e3a3

View File

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