mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-15 21:13:02 +00:00
6e0d1ad707ef17e2af7413a381179847e5816b7c

If document signing is enabled in loolwsd.xml, then explicitly whitelist iframe creation towards the doc sign endpoint server, to avoid > Refused to frame '...' because it violates the following Content Security Policy directive: "frame-src 'self' blob:". Note that this happened only in non-debug builds, as we currently don't send eny Content Security Policy headers in debug builds. Change-Id: Iee2a0644d67d5803ab3f5c636b8e960fa619792f
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.
Description
Languages
JavaScript
48%
C++
32.6%
HTML
6.7%
CSS
5.8%
Java
2.3%
Other
4.5%