diff OrthancServer/Resources/Configuration.json @ 5200:f8f1c4a9a216

New configuration option 'RestApiWriteToFileSystemEnabled'
author Alain Mazy <am@osimis.io>
date Wed, 29 Mar 2023 11:23:37 +0200
parents d75af1cde602
children 345dac17a349
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Tue Mar 28 10:48:13 2023 +0200
+++ b/OrthancServer/Resources/Configuration.json	Wed Mar 29 11:23:37 2023 +0200
@@ -766,6 +766,11 @@
   // with Orthanc 1.5.8, this URI is disabled by default for security.
   "ExecuteLuaEnabled" : false,
 
+  // Whether the Rest API can write to the filesystem (e.g. in 
+  // /instances/../export route). Starting with Orthanc 1.12.0, 
+  // this URI is disabled by default for security.
+  "RestApiWriteToFileSystemEnabled": false,
+
   // Set the timeout while serving HTTP requests by the embedded Web
   // server, in seconds. This corresponds to option
   // "request_timeout_ms" of Mongoose/Civetweb. It will set the socket