glide.html.escape_script

ServiceNow property description:

Escape JavaScript tags in HTML fields

Attributes

  • Sys ID: 9766c4fb7f0000015fb2e4506e8b5e90
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `glide.html.escape_script` is used to enhance security by escaping JavaScript tags within HTML fields. This property ensures that any script tags embedded in HTML fields are automatically converted to a safe format, preventing the execution of potentially malicious scripts. By default, this property is set to true, meaning that the escaping mechanism is active. This helps to mitigate cross-site scripting (XSS) attacks by neutralizing script tags that could otherwise be exploited. Adjusting this property can be crucial for maintaining the integrity and security of data displayed in HTML fields. For more detailed information, you can refer to the ServiceNow documentation on escaping JavaScript in HTML fields.

Source

Related property: glide.ui.escape_all_script