No description
b5f58fbe8c
Ironically our attempts to double-check message origin against our parent was blowing a security exception. Instead send the list of origins we will accept from WSD, and check them ourselves (as well as the browser check). Why make it so hard to check that a postMessage comes from an ancestor frame ? Change-Id: I1311be3e1d68a31cfdc96b45a5eb5dd7f26e7ea9 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86788 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Alexandru Vlăduţu <alexandru.vladutu@1and1.ro> Reviewed-by: Jan Holesovsky <kendy@collabora.com> |
||
---|---|---|
android | ||
common | ||
debian | ||
docker | ||
etc | ||
gtk | ||
ios | ||
kit | ||
kubernetes/helm | ||
loleaflet | ||
man | ||
net | ||
scripts | ||
test | ||
tools | ||
wsd | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gitreview | ||
AUTHORS | ||
autogen.sh | ||
browsersync-config.js | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
discovery.xml | ||
favicon.ico | ||
INSTALL | ||
logerrit | ||
loolkitconfig.xcu | ||
loolstat | ||
loolwsd-systemplate-setup | ||
loolwsd.init.rhel6 | ||
loolwsd.service | ||
loolwsd.spec.in | ||
loolwsd.xml.in | ||
Makefile.am | ||
NEWS | ||
PROBLEMS | ||
README | ||
sysconfig.loolwsd |
LibreOffice Online. This project has several components: wsd/ The Web Services Daemon - which accepts external connections. kit/ The client which lives in its own chroot and renders documents. common/ Shared code between these processes. loleaflet/ The client side JavaScript component. It is recommended to read these files: wsd/README loleaflet/README Enjoy.