Mercurial > hg > orthanc
changeset 4774:ec6843501db7
doc
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 30 Aug 2021 09:49:42 +0200 |
parents | 4757b36cc538 |
children | 79d4e155592b |
files | OrthancServer/Resources/Configuration.json |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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