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

Andras Timar andras.timar at collabora.com
Mon Apr 18 13:37:53 UTC 2016


 loolwsd/loolwsd.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 59944636b038b5b27310be1ee0fe193123707d68
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Apr 18 15:37:30 2016 +0200

    allow="true" attribute has to be written out

diff --git a/loolwsd/loolwsd.xml.in b/loolwsd/loolwsd.xml.in
index da2f02b..86aa0cb 100644
--- a/loolwsd/loolwsd.xml.in
+++ b/loolwsd/loolwsd.xml.in
@@ -25,7 +25,7 @@
     <storage desc="Backend storage">
         <filesystem allow="false" />
         <wopi desc="Allow/deny wopi storage. Mutually exclusive with webdav." allow="true">
-            <host desc="Hostname to allow">localhost</host>
+            <host desc="Hostname to allow" allow="true">localhost</host>
             <max_file_size desc="Maximum document size in bytes to load. 0 for unlimited." type="uint">0</max_file_size>
         </wopi>
         <webdav desc="Allow/deny webdav storage. Mutually exclusive with wopi." allow="false">


More information about the Libreoffice-commits mailing list