diff Resources/Configuration.json @ 3526:f07352e0375c

new configuration option ExecuteLuaEnabled
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Sep 2019 10:03:35 +0200
parents d2b9981017c4
children 9cc09f4c0fa9
line wrap: on
line diff
--- a/Resources/Configuration.json	Wed Sep 25 17:16:54 2019 +0200
+++ b/Resources/Configuration.json	Thu Sep 26 10:03:35 2019 +0200
@@ -507,5 +507,9 @@
   // set to "true", the metrics can be retrieved at
   // "/tools/metrics-prometheus" formetted using the Prometheus
   // text-based exposition format.
-  "MetricsEnabled" : true
+  "MetricsEnabled" : true,
+
+  // Whether calls to URI "/tools/execute-script" is enabled. Starting
+  // with Orthanc 1.5.8, this URI is disabled by default for security.
+  "ExecuteLuaEnabled" : false
 }