fix: allow-storage-access-by-user-activation on embeds

closes #5471
This commit is contained in:
Tom Moor
2023-06-24 13:56:37 -04:00
parent 08601a9f84
commit 25e8c32b84

View File

@@ -75,7 +75,7 @@ class Frame extends React.Component<PropsWithRef> {
<Iframe
ref={forwardedRef}
$withBar={withBar}
sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-downloads"
sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-downloads allow-storage-access-by-user-activation"
width={width}
height={height}
frameBorder="0"