Enable HTML Sanitizer logging
When the HTML sanitizer removes elements or attributes, they are added to the system log.
Before you begin
Role required: admin
About this task
You can review these sanitized elements by adding /syslog_list.do?sysparm_query=source%3DHTMLSanitizer to your instance URL.
Procedure
To review these sanitized elements add
/syslog_list.do?sysparm_query=source%3DHTMLSanitizerto your instance URL.To enable or disable logging, add the
glide.html_sanitize.discarded_log.enableproperty to the system properties and set the value to true (enabled) or false (disabled).This property is true by default.