mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix(wopi): "Download As" option not working (#248)
https://api.onlyoffice.com/zh-CN/docs/docs-api/using-wopi/host-page/
This commit is contained in:
parent
904efa8f6b
commit
bcf06d6dfa
|
|
@ -181,7 +181,7 @@ const Wopi = () => {
|
|||
id={"office_frame"}
|
||||
name={"office_frame"}
|
||||
sandbox={
|
||||
"allow-scripts allow-same-origin allow-forms allow-popups allow-top-navigation allow-popups-to-escape-sandbox"
|
||||
"allow-scripts allow-same-origin allow-forms allow-popups allow-top-navigation allow-popups-to-escape-sandbox allow-downloads allow-modals"
|
||||
}
|
||||
allowFullScreen={true}
|
||||
sx={{
|
||||
|
|
|
|||
Loading…
Reference in New Issue