Require clearing pasteboard when backgrounding mobile application
The glide.sg.clear_pasteboard_when_backgrounded property controls if text copied from ServiceNow mobile app is kept in the clipboard and pasteboard after the app is in background mode. If it is not set to the recommended value of true, then sensitive information may be disclosed to the Android or iOS clipboard where it can be exposed to other applications on the device.
The glide.sg.clear_pasteboard_when_backgrounded system property controls if text copied from ServiceNow mobile app is kept in the clipboard and pasteboard after the app is in background mode.
Ensure that glide.sg.clear_pasteboard_when_backgrounded is set to true.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.sg.clear_pasteboard_when_backgrounded |
| Configuration type | System Properties (/sys_properties_list.do) |
| Data type | Boolean |
| Recommended value | true |
| Default value | <none> |
| Fallback value | true |
| Category | Data protection |
| Security risk |
|
| Functional impact | None |
| Dependencies and prerequisites | None |