mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
sandbox iframe react component
This commit is contained in:
parent
e8fdfa7e6c
commit
470646dac0
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…
Add table
Reference in a new issue