loolwsd/loolwsd.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f62f336d5c0099faba73bfec6b53de4e7c3d36c8 Author: Ashod Nakashian <[email protected]> Date: Mon Apr 18 21:43:39 2016 -0400 loolwsd: fix typo in config Change-Id: I27618137bb0b6a7162c1a03806942ee0033be74e Reviewed-on: https://gerrit.libreoffice.org/24234 Reviewed-by: Ashod Nakashian <[email protected]> Tested-by: Ashod Nakashian <[email protected]> diff --git a/loolwsd/loolwsd.xml.in b/loolwsd/loolwsd.xml.in index 59dd0bb..d44d3ee 100644 --- a/loolwsd/loolwsd.xml.in +++ b/loolwsd/loolwsd.xml.in @@ -27,7 +27,7 @@ <wopi desc="Allow/deny wopi storage. Mutually exclusive with webdav." allow="true"> <host desc="Regex pattern of hostname to allow or deny." allow="true">localhost</host> <host desc="Regex pattern of hostname to allow or deny." allow="true">192\.168\.[0-9]{1,3}\.[0-9]{1,3}</host> - <host desc="Regex pattern of hostname to allow or deny." allow="deny">192\.168\.1\.1</host> + <host desc="Regex pattern of hostname to allow or deny." allow="false">192\.168\.1\.1</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"> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
