Mercurial > hg > orthanc
diff Resources/Configuration.json @ 2375:3ec85ff48374
New security-related options: "DicomAlwaysAllowEcho"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Aug 2017 16:45:08 +0200 |
parents | 3ab96768d144 |
children | 2e879c796ec7 |
line wrap: on
line diff
--- a/Resources/Configuration.json Wed Aug 23 16:17:54 2017 +0200 +++ b/Resources/Configuration.json Fri Aug 25 16:45:08 2017 +0200 @@ -171,6 +171,12 @@ // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ] }, + // 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". + "DicomAlwaysAllowEcho" : true, + // Whether the Orthanc SCP allows incoming C-Store requests, even // from SCU modalities it does not know about (i.e. that are not // listed in the "DicomModalities" option above)