sandbox iframe react component

This commit is contained in:
Sean Yesmunt 2021-04-02 15:48:37 -04:00
parent 991b45d831
commit ac18b85c34

View file

@ -30,6 +30,6 @@ export default function I18nMessage(props: Props) {
return ( return (
// style={{height: iframeHeight}} // style={{height: iframeHeight}}
// ref={iframeRef} // ref={iframeRef}
<iframe src={src} title={title} onLoad={onLoad} /> <iframe src={src} title={title} onLoad={onLoad} sandbox="" />
); );
} }