# HG changeset patch # User Alain Mazy # Date 1630309782 -7200 # Node ID ec6843501db7345613c62c54b51ba82b5c44ac97 # Parent 4757b36cc53821cf96d5f6fdd6f0b941129408be doc diff -r 4757b36cc538 -r ec6843501db7 OrthancServer/Resources/Configuration.json --- 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