Jelly/JS interpolation (instance security hardening)
-
- UpdatedAug 3, 2023
- 2 minutes to read
- Vancouver
- Platform Security
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
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.
- Escapes their results to be safe, or
- If their safety can't be guaranteed, generates a SecurityException because the expression that was going to be evaluated represents a possible security issue.
More information
To learn more about adding or creating a system property, see Add a system property.