Add allow same origin to the iFrame widget (#16239)
Some iFrames were unusable because of this
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ export const IframeWidget = ({ widget }: IframeWidgetProps) => {
|
||||
title={title}
|
||||
onLoad={handleIframeLoad}
|
||||
onError={handleIframeError}
|
||||
sandbox="allow-scripts allow-forms allow-popups"
|
||||
sandbox="allow-scripts allow-forms allow-popups allow-same-origin"
|
||||
allow="encrypted-media"
|
||||
allowFullScreen
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user