glide.ui.escape_scratchpad

ServiceNow property description:

Escape string values stored in the scratchpad. Disabling creates cross site scripting vulnerability if a script can be passed into the scratchpad.

Attributes

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

AI generated property description:

The ServiceNow property `glide.ui.escape_scratchpad` is designed to enhance security by escaping string values stored in the scratchpad. This property, when enabled, prevents cross-site scripting (XSS) vulnerabilities by ensuring that any script passed into the scratchpad is properly escaped. Disabling this property can create security risks, as it allows potentially malicious scripts to be executed. The default setting for this property is true, meaning that escaping is enabled by default. It is recommended to keep this property enabled to maintain a secure environment.

Source

Related property: glide.ui.escape_all_script