glide.script.allow.ajaxevaluate
ServiceNow property description:
Enable the AJAXEvaluate processor
Attributes
- Sys ID: 52405df60a0a0b6b00f8be7092b274a9
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.script.allow.ajaxevaluate` is used to enable or disable the AJAXEvaluate processor. When enabled, this processor allows scripts to be evaluated via AJAX calls, which can be useful for dynamic script execution in the client-side environment. However, enabling this property can pose security risks, as it may allow unauthorized script execution. By default, this property is set to false to enhance security. It is recommended to enable this property only if absolutely necessary and to ensure proper security measures are in place.
Source