In the Leaflet postMessageListener, there is a condition to verify the parent window has the same origin. But if the parent has a different origin, the condition throw the following exception when trying to access to the parent window: SecurityError: Permission denied to access property "origin" on cross-origin object The file is Map.WOPI.js and the line number is 145. I tried with the X-Frame-Options header, but nothing change.
This is likely fixed by the following three commits: https://cgit.freedesktop.org/libreoffice/online/commit/?id=b5f58fbe8c4f283d10def377c8a687245312fa1f https://cgit.freedesktop.org/libreoffice/online/commit/?id=6305cc70fa964e400254b281a734b90c39fcb5e6 https://cgit.freedesktop.org/libreoffice/online/commit/?id=e18fe5e5ef8ab1e6993d7864ff2ae5c2dd14aee8 Please check again, and reset status to UNCONFIRMED if the issue persists.