Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Enable Jelly JS Interpolation Protection

Use the glide.ui.jelly.js_interpolation.protect property to ensure that any JavaScript about to be executed on a Jelly page is protected from injection with the help of Jelly interpolation.

The glide.ui.jelly.js_interpolation.protect system property allows you to turn on or off interpolation protection. 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. Without this mitigation enabled, a malicious actor can send a crafted GET parameter to a Jelly page and cause the contents of that parameter to be evaluated as server-side JavaScript with admin privileges.

Ensure that the property glide.ui.jelly.js_interpolation.protect is set to true.

Warning: This is a safe harbor property, meaning the value can't be altered once it's changed. It is non-revertible.

More information

AttributeDescription
Configuration nameglide.ui.jelly.js_interpolation.protect
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuefalse
CategoryValidation, sanitization, and encoding
Security risk- Severity score: 9.0 - CVSS rating: Critical - Security risk details: Dangerous jelly expressions interpolated in JavaScript are allowed and user can execute code using jelly template.
Functional impactNone
Dependencies and prerequisitesNone

Parent Topic:Validation, sanitization, and encoding