---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Enable sanitization on individual fields

# Enable sanitization on individual fields {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

You can use field attributes to enable or disable the sanitizer on individual fields.

## Vorbereitungen

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

You need to first set the sanitizer property to false, and then enable the sanitizer on a per-field basis for any form.

## Prozedur

1. Navigate to the sys_properties table and set the glide.html.sanitize_all_fields to false.  
   This disables the sanitizer for all HTML fields in the system.
2. Navigate to the form that contains the HTML field.
3. Right-click the HTML field label, and select Configure Dictionary.  
   The Dictionary Entry form opens for the HTML field.
4. Enter one of the following in the Attributes field:  
   * To disable sanitization enter <kbd class="ph userinput">html_sanitize=false</kbd>
   * To enable sanitization enter <kbd class="ph userinput">html_sanitize=true</kbd>
   {#t_EnSanitizIndFlds__ul_jjn_vw4_4q}
5. Click Update.
6. To enable the HTML sanitizer for translated HTML fields, set the glide.translated_html.sanitize_all_fields property is true.

