changeset 812:49ec83c000e9

sec
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Feb 2022 18:07:06 +0100
parents 1c3972c03c2a
children 9615fde79f54
files Sphinx/source/faq/security.rst
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <authorization>`. Similarly,
   developers of :ref:`plugins <plugins>` could be interested by the