[Libreoffice-commits] online.git: loolwsd.xml.in

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 24 06:56:31 UTC 2019


 loolwsd.xml.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit c5f5e7312adf34dfc70da085be85842b5aabb33f
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Mon Jun 24 08:00:57 2019 +0200
Commit:     Michael Meeks <michael.meeks at collabora.com>
CommitDate: Mon Jun 24 08:56:14 2019 +0200

    Allow Docker's 172.17.0.0/16 subnet in sample (default) net.post_allow.host array
    
    Change-Id: I49ad6093e4f390ac2ae647615f81c2ebf1dcc469
    Reviewed-on: https://gerrit.libreoffice.org/74620
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index aa2e1f481..31a57ebe6 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -80,6 +80,8 @@
         <host desc="The IPv4 loopback (localhost) address.">127\.0\.0\.1</host>
         <host desc="Ditto, but as IPv4-mapped IPv6 address">::ffff:127\.0\.0\.1</host>
         <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>
       </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>
     </net>


More information about the Libreoffice-commits mailing list