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:
小白-白 2025-04-22 21:17:07 +08:00 committed by GitHub
parent 904efa8f6b
commit bcf06d6dfa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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={{