Enable Jelly JS interpolation protection for nested expressions
Manage the interpolation protection on your instance.
Use the glide.ui.jelly.js_interpolation.protect_nested_expressions system property to turn on or off interpolation protection specifically for nested Jelly expressions. Interpolation protection ensures that when Jelly expressions are used in JavaScript, they must be deemed safe by either falling under certain categories OR being marked as SAFE in the expression itself. This property was added to protect against possibly dangerous Jelly expressions which are nested in another Jelly expression.
Ensure that the glide.ui.jelly.js_interpolation.protect_nested_expressions system property exists and is set to the value true. If the property does not appear in the System Properties [sys_properties] table, add a new record.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.ui.jelly.js_interpolation.protect_nested_expressions |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | true |
| Fallback value | false |
| Category | Validation, sanitization, and encoding |
| Security risk |
|
| Functional impact | None |
| Dependencies and prerequisites | None |