com.glide.codesigning.tracking.unsupported_script_tracking.enabled
ServiceNow property description:
When true, and if code signing is also enabled, ecc_queue records inserted via unsupported scripts (if detected) will not be notarized.
Attributes
- Sys ID: 9a9b707543e91110cd90ae1c4bb8f29c
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `com.glide.codesigning.tracking.unsupported_script_tracking.enabled` is a configuration setting that, when set to true, works in conjunction with the code signing feature. According to the provided documentation, this property ensures that any `ecc_queue` records created by unsupported scripts are not notarized if code signing is enabled. This helps in tracking and managing unsupported scripts by preventing their automatic notarization, thereby enhancing security and control over the code execution environment. The property is particularly useful for administrators who need to monitor and restrict the use of unsupported scripts within their ServiceNow instance.
Source