glide.sandbox.usersession.allow_unsanitized_messages

ServiceNow property description:

When true, a sandboxed user session is allowed to call info/error message without sanitization, a warning will be logged. When false the call is a no-op.

Attributes

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

AI generated property description:

The ServiceNow property `glide.sandbox.usersession.allow_unsanitized_messages` is a security setting that controls whether unsanitized messages are permitted within user sessions. According to the provided documentation, this property is part of the broader security configurations available in the platform. When enabled, it allows messages that have not been sanitized to be processed, which can be useful for certain debugging or development scenarios. However, enabling this property can pose security risks, as unsanitized messages may contain malicious content. It is generally recommended to keep this property disabled in production environments to maintain a higher level of security.

Source

Related property: glide.search.suggestions.allow_guest_user