# HG changeset patch # User Alain Mazy # Date 1682061564 -7200 # Node ID 6b9bd2520680026c89acf3cc01c8a402043deb5f # Parent 84a6892495f6ca93246e4575005812caa8b205cc typo diff -r 84a6892495f6 -r 6b9bd2520680 Sphinx/source/faq/security.rst --- a/Sphinx/source/faq/security.rst Fri Apr 21 09:15:24 2023 +0200 +++ b/Sphinx/source/faq/security.rst Fri Apr 21 09:19:24 2023 +0200 @@ -90,7 +90,7 @@ * Ensure that the REST API can not write to the filesystem (e.g. in the ``/instances/../export`` route) by leaving the configuration - ``RestApiWriteToFileSystemEnabled`` to its defualt ``false`` value. + ``RestApiWriteToFileSystemEnabled`` to its default ``false`` value. * Setup rules that define, for each authorized user, which resources it can access, and through which HTTP method (GET, POST, DELETE