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

Enable HTML Sanitizer within Virtual Agent

Use the com.glide.cs.html.sanitizer.enabled property to enable HTMLSanitizerService.

The com.glide.cs.html.sanitizer.enabled system property controls the whether the HtmlSanitizerService is enabled. If com.glide.cs.html.sanitizer.enabled is not set to true, then a Stored Cross-Site Scripting (XSS) attack is possible in the VA web client.

Ensure that the property com.glide.cs.html.sanitizer.enabled 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 namecom.glide.cs.html.sanitizer.enabled
Configuration typeSystem Properties \(/sys\_properties\_list.do\)
Data typeBoolean
Recommended valuetrue
Default value<none>
Fallback valuetrue
CategoryValidation, sanitization, and encoding
Security risk- Severity score: 8.0 - CVSS rating: High - Security risk details: An XSS vulnerability can facilitate privilege escalation to higher-level roles, such as administrator, enabling broader lateral movement within the system.
Functional impactThis remediation enforces HTML-output encoding mechanism before the user data is rendered back to the user. If customer has any customization that involves rendering of the HTML attribute or content data, then there is a functionality impact.
Dependencies and prerequisitesNone

Parent Topic:Validation, sanitization, and encoding