# HG changeset patch # User Sebastien Jodogne # Date 1645031226 -3600 # Node ID 49ec83c000e9d1b97fc9aded3d658bdadf2b792a # Parent 1c3972c03c2abd842411b246fe6a0794c4f2d0fa sec diff -r 1c3972c03c2a -r 49ec83c000e9 Sphinx/source/faq/security.rst --- a/Sphinx/source/faq/security.rst Wed Feb 09 07:31:40 2022 +0100 +++ b/Sphinx/source/faq/security.rst Wed Feb 16 18:07:06 2022 +0100 @@ -121,6 +121,9 @@ Indeed, as explained in the introduction, Orthanc is a microservice that is designed to be used within a secured environment. +* Configuration option ``OrthancExplorerEnabled`` should be set to + ``false`` in Internet-facing deployments. + * For advanced scenarios, you might have interest in the :ref:`advanced authorization plugin `. Similarly, developers of :ref:`plugins ` could be interested by the