Property reference

glide.sandbox.usersession.allow_unsanitized_messages

The glide.sandbox.usersession.allow_unsanitized_messages property determines whether sandboxed user sessions can send info or error messages without sanitization. When set to false, these calls do not execute, which helps maintain security by preventing potential vulnerabilities.

Default: false Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? This property allows or restricts sandboxed user sessions from sending unsanitized messages, logging a warning when enabled.
What area does it affect? Sandboxed user sessions
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when configuring security settings for sandboxed environments.

Out of the box property record

Raw metadata from the property record.

Property name glide.sandbox.usersession.allow_unsanitized_messages
Sys ID 96376cb273130010f1f5ff603ef6a7a8
Type boolean
Application Global
Default value false
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.
Updated 2024-05-25 05:04:21