Skip to content

Commit

Permalink
Added missing class A ip addresses regex to config file.
Browse files Browse the repository at this point in the history
Signed-off-by: Jerzy Drozdz <[email protected]>
Change-Id: If4ccaf7bf0b668979064357ab606b473bd497f11
Signed-off-by: Jerzy Drozdz <[email protected]>
  • Loading branch information
t0fik authored and mrkara committed Jun 9, 2021
1 parent 14ff3a3 commit 65db910
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions loolwsd.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
<host desc="The IPv6 loopback (localhost) address.">::1</host>
<host desc="The IPv4 private 172.17.0.0/16 subnet (Docker).">172\.17\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:172\.17\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="The IPv4 private 10.0.0.0/8 subnet (Podman).">10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
<host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
</post_allow>
<frame_ancestors desc="Specify who is allowed to embed the LO Online iframe (loolwsd 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 loolwsd (such as WOPI connections)." type="int" default="30"></connection_timeout_secs>
Expand Down

0 comments on commit 65db910

Please sign in to comment.