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

Enforce HTML Sanitization

Use the com.glide.security.check_unsanitized_html property to enforce sanitization behavior of translated_html fields on a global level for field assignments.

The com.glide.security.check_unsanitized_html system property enforces sanitization behavior of translated_html fields on a global level for field assignments.

Ensure that the property com.glide.security.check_unsanitized_html is set to enforce.

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 namecom.glide.security.check_unsanitized_html
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeString
Recommended valueenforce
Default value<none>
Fallback valuelog\_only
CategoryValidation, sanitization, and encoding
Security risk- Severity score: 7.3 - CVSS rating: High - Security risk details: An attacker could be able to execute arbitrary javascript in the victim's browser \(XSS attacks\).
Functional impactNone
Dependencies and prerequisitesNone

Parent Topic:Validation, sanitization, and encoding