Property reference

glide.ui.escape_all_script

The glide.ui.escape_all_script property forces all scripts injected in Jelly to be escaped by default. This helps prevent script injection attacks, and administrators should review it to ensure security measures align with their application needs.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property ensures that all scripts in Jelly are escaped, enhancing security against potential vulnerabilities.
What area does it affect? Jelly script execution
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when configuring security settings or updating application scripts.

Out of the box property record

Raw metadata from the property record.

Property name glide.ui.escape_all_script
Sys ID 3e7fde301b111000b4a49e3bcc0713f5
Type boolean
Application Global
Default value true
Description Forces all scripts injected in Jelly to be escaped by default. Use noesc: to preserve special characters.
Updated 2024-05-25 04:20:54