Compare commits

...

2 commits

Author SHA1 Message Date
Sean Yesmunt
2e3c266d9d v0.50.2-rc.1 2021-04-02 15:50:50 -04:00
Sean Yesmunt
470646dac0 sandbox iframe react component 2021-04-02 15:48:37 -04:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "lbry",
"version": "0.50.1",
"version": "0.50.2-rc.1",
"description": "A browser for the LBRY network, a digital marketplace controlled by its users.",
"keywords": [
"lbry"

View file

@ -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="" />
);
}