Allow Downloads From Embeds (#3447)
* add flag to iframe * ignore changes * remove double space
This commit is contained in:
@@ -71,7 +71,7 @@ class Frame extends React.Component<PropsWithRef> {
|
||||
<Iframe
|
||||
ref={forwardedRef}
|
||||
$withBar={withBar}
|
||||
sandbox="allow-same-origin allow-scripts allow-popups allow-forms"
|
||||
sandbox="allow-same-origin allow-scripts allow-popups allow-forms allow-downloads"
|
||||
width={width}
|
||||
height={height}
|
||||
frameBorder="0"
|
||||
|
||||
Reference in New Issue
Block a user