Méven
Méven
https://gerrit.libreoffice.org/c/core/+/161828 should be linked here. Its cool#1770 prefix is incorrect.
Known sync dialog: - In impress, the slide properties dialog, (revealed thanks to https://github.com/CollaboraOnline/online/pull/8081)
Regarding `allow-same-origin`, it is required currently for: - localstorage accessing and reading, user's settings - localization is loaded using XHtmlRequests For localization this could be changed. For localstorage, this would...
> Regarding `allow-same-origin`, it is required currently for: > > * localstorage accessing and reading, user's settings > > * localization is loaded using XHtmlRequests > > > For localization...
> Yes - but from a security perspective I don't want to grant an application `allow-same-origin`. I understand, and Collabora Online could support it with some efforts. `allow-same-origin` is a...
An option on your end, is to host Collabora-online on a host with a different domain (or just port difference). That would restrict access from the iframe to the parent...
> Question is - where are we not using post-message? there is that frame resizing thing; @meven do we have a short list of things to fix that get this...
The _fileDownloader iframe could also be replaced either with a "
I have tested the clipboard and it seems affected for complex pasting (but that might another issue). I have made a branch that has a few features turned off as...
The code is now ported to use async requests, but lacks detailed error reporting, cool internal API does not surface hostname errors, connection errors.