glide.html.sanitize_all_fields
ServiceNow property description:
Controls sanitization behavior of html fields on a global level.
Attributes
- Sys ID: 9ddca9968d30021087de63ac7f1f0061
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.html.sanitize_all_fields` controls the sanitization behavior of HTML fields on a global level. When enabled, this property ensures that all HTML fields across the platform are sanitized to prevent the inclusion of potentially harmful scripts or code. This is crucial for maintaining security by mitigating risks such as cross-site scripting (XSS) attacks. The property applies a consistent sanitization process to all HTML content, ensuring that only safe and clean HTML is rendered. This global setting simplifies the management of HTML sanitization, providing a uniform security measure across the entire ServiceNow instance.
Source