sandbox iframe react component
This commit is contained in:
parent
991b45d831
commit
ac18b85c34
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ export default function I18nMessage(props: Props) {
|
|||
return (
|
||||
// style={{height: iframeHeight}}
|
||||
// ref={iframeRef}
|
||||
<iframe src={src} title={title} onLoad={onLoad} />
|
||||
<iframe src={src} title={title} onLoad={onLoad} sandbox="" />
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue