diff OrthancServer/Resources/Configuration.json @ 4482:8efeaba1b7f9

new configuration options: "DicomAlwaysAllowFind" and "DicomAlwaysAllowGet"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 28 Jan 2021 15:54:30 +0100
parents d0581d0b22b8
children cb8fcecf1b02
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Thu Jan 28 14:07:49 2021 +0100
+++ b/OrthancServer/Resources/Configuration.json	Thu Jan 28 15:54:30 2021 +0100
@@ -264,7 +264,7 @@
   // Whether the Orthanc SCP allows incoming C-ECHO requests, even
   // from SCU modalities it does not know about (i.e. that are not
   // listed in the "DicomModalities" option above). Orthanc 1.3.0
-  // is the only version to behave as if this argument was set to "false".
+  // is the only version to behave as if this argument were set to "false".
   "DicomAlwaysAllowEcho" : true,
 
   // Whether the Orthanc SCP allows incoming C-STORE requests, even
@@ -272,6 +272,18 @@
   // listed in the "DicomModalities" option above)
   "DicomAlwaysAllowStore" : true,
 
+  // Whether the Orthanc SCP allows incoming C-FIND requests, even
+  // from SCU modalities it does not know about (i.e. that are not
+  // listed in the "DicomModalities" option above). Setting this
+  // option to "true" implies security risks. (new in Orthanc 1.9.0)
+  "DicomAlwaysAllowFind" : false,
+
+  // Whether the Orthanc SCP allows incoming C-GET requests, even
+  // from SCU modalities it does not know about (i.e. that are not
+  // listed in the "DicomModalities" option above). Setting this
+  // option to "true" implies security risks. (new in Orthanc 1.9.0)
+  "DicomAlwaysAllowGet" : false,
+
   // Whether Orthanc checks the IP/hostname address of the remote
   // modality initiating a DICOM connection (as listed in the
   // "DicomModalities" option above). If this option is set to