From 3de5b3b40f9cde54e7ba3b5b8972821e47048602 Mon Sep 17 00:00:00 2001 From: Dave Richardson Date: Fri, 30 Dec 2016 12:37:13 -0500 Subject: [PATCH] Descriptions for scripting enabled (#22388) The `Script source settings` section currently states that `false` means scripting is ENABLED. The other sections seem to indicate that `false` means scripting is DISABLED. If the current documentation is correct, that would imply that `inline` and `stored` scripting are ENABLED by default, which seems to conflict with all the other sections in the document. --- docs/reference/modules/scripting/security.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/modules/scripting/security.asciidoc b/docs/reference/modules/scripting/security.asciidoc index fbee67fffc8cd..f01bfde13e968 100644 --- a/docs/reference/modules/scripting/security.asciidoc +++ b/docs/reference/modules/scripting/security.asciidoc @@ -51,8 +51,8 @@ Each of these settings takes one of these values: [horizontal] -`false`:: Scripting is enabled. -`true`:: Scripting is disabled. +`false`:: Scripting is disabled. +`true`:: Scripting is enabled. The default values are the following: