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 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... is a low privileged scripting environment available to unauthenticated and no role users. Both of these methods can be used to display unsanitized input to a user. Ensure that the glide.sandbox.usersession.allow_unsanitized_messages system property is set to false. If this property does not exist on the System Properties [sys_properties] table, create the property. Warning: This is a safe harbor property, meaning the ...
Related properties