Add allow same origin to the iFrame widget (#16239)

Some iFrames were unusable because of this
This commit is contained in:
Raphaël Bosi
2025-12-02 11:36:47 +01:00
committed by GitHub
parent 5abab1feb2
commit 269135e8c5
@@ -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
/>