pull/21833/head
Travis Ralston 2021-07-20 09:03:26 -06:00
parent 5994111e5d
commit 7892539a9b
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ export default class DownloadActionButton extends React.PureComponent<IProps, IS
> >
{ spinner } { spinner }
{ this.state.blob && <iframe { this.state.blob && <iframe
src={"usercontent/" /* XXX: Like MFileBody, this should come from the skin */} src="usercontent/" // XXX: Like MFileBody, this should come from the skin
ref={this.iframe} ref={this.iframe}
onLoad={this.onFrameLoad} onLoad={this.onFrameLoad}
sandbox="allow-scripts allow-downloads allow-downloads-without-user-activation" sandbox="allow-scripts allow-downloads allow-downloads-without-user-activation"