diff OrthancServer/Resources/Configuration.json @ 4774:ec6843501db7

doc
author Alain Mazy <am@osimis.io>
date Mon, 30 Aug 2021 09:49:42 +0200
parents c95e4a1e65ed
children 434843934307 fc2ba1ce6538
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Mon Aug 30 09:48:46 2021 +0200
+++ b/OrthancServer/Resources/Configuration.json	Mon Aug 30 09:49:42 2021 +0200
@@ -291,6 +291,12 @@
   // option to "true" implies security risks. (new in Orthanc 1.9.0)
   "DicomAlwaysAllowGet" : false,
 
+  // Whether the Orthanc SCP allows incoming C-MOVE 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.7)
+  "DicomAlwaysAllowMove" : 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