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

Tor Lillqvist tml at collabora.com
Wed Jul 18 14:57:32 UTC 2018


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

New commits:
commit 86a20fc927d8e5db67dcaf6dbaf6a0685c522e07
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Jul 18 17:54:45 2018 +0300

    Allow also the IPv6 loopback address ::1
    
    Change-Id: I4e079095d0a599f36b1d48d7a1311db75e3d79bf

diff --git a/loolwsd.xml.in b/loolwsd.xml.in
index b2e9a4518..1c0268999 100644
--- a/loolwsd.xml.in
+++ b/loolwsd.xml.in
@@ -69,6 +69,7 @@
         <host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:192\.168\.[0-9]{1,3}\.[0-9]{1,3}</host>
         <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>
       </post_allow>
     </net>
 


More information about the Libreoffice-commits mailing list