glide.ui.jelly.js_interpolation.protect
Attributes
- Sys ID: 49357dde8d34021087de63ac7f1f00ca
- Type: string
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.ui.jelly.js_interpolation.protect` is a security feature designed to prevent JavaScript code injection through Jelly scripts. When enabled, this property ensures that any JavaScript code embedded within Jelly expressions is not executed, thereby mitigating potential security risks. This protection is particularly important in environments where user-generated content might be processed by Jelly scripts, as it helps to safeguard against malicious code execution. The property can be enabled or disabled by setting its value to true or false, respectively. For more detailed information, you can refer to the official ServiceNow documentation on enabling Jelly JavaScript interpolation protection.
Source