Skip to content

Commit

Permalink
Update coolwsd.xml.in add concrete link to frame-ancestor
Browse files Browse the repository at this point in the history
Signed-off-by: Méven Car <[email protected]>
Change-Id: I95f186820737c29bb2aa177db3bf07d40188c839
  • Loading branch information
meven committed Nov 20, 2024
1 parent 945252c commit 4b2ed66
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion coolwsd.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,13 @@
<host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Localhost access by name">localhost</host>
</lok_allow>
<content_security_policy desc="Customize the CSP header by specifying one or more policy-directive, separated by semicolons. See w3.org/TR/CSP2"></content_security_policy>
<content_security_policy desc="Customize the CSP header by specifying one or more policy-directive, separated by semicolons. See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy">
<!-- example:
connect-src 'self' collabora-online-server.local;
frame-src 'self' server-to-inject-iframe-from.xyz;
connect-src 'self' server-to-inject-js-from.io
-->
</content_security_policy>
<frame_ancestors desc="OBSOLETE: Use content_security_policy. Specify who is allowed to embed the Collabora Online iframe (coolwsd and WOPI host are always allowed). Separate multiple hosts by space."></frame_ancestors>
<connection_timeout_secs desc="Specifies the connection, send, recv timeout in seconds for connections initiated by coolwsd (such as WOPI connections)." type="int" default="30"></connection_timeout_secs>

Expand Down

0 comments on commit 4b2ed66

Please sign in to comment.