glide.security.strict.actions
ServiceNow property description:
Check conditions on UI actions before execution, normally the conditions are only checked during form rendering
Attributes
- Sys ID: 8126cc35c0a8006e25ce0c2a378878fc
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.security.strict.actions` ensures that conditions on UI actions are checked before execution, rather than only during form rendering. This enhances security by preventing unauthorized actions that might bypass condition checks if they were only evaluated when the form was initially loaded. When this property is enabled, it enforces a stricter validation process, ensuring that any changes in conditions are respected at the time of action execution. This is particularly useful in dynamic environments where conditions might change between form rendering and action execution. Enabling this property can help prevent potential security vulnerabilities by ensuring that all conditions are consistently enforced.
Source