glide.security.csrf.strict.validation.mode
ServiceNow property description:
When it is set to true, it enforces CSRF token strict validation that does not allow resubmit the request if CSRF token does not match.
Attributes
- Sys ID: 5fe329bb1b733000227e5581be071317
- Type: true | false
- Application: Global
- Default value: false

AI generated property description:
The ServiceNow property `glide.security.csrf.strict.validation.mode` enforces strict validation of CSRF (Cross-Site Request Forgery) tokens. When set to true, it ensures that any request with a mismatched or missing CSRF token is rejected, thereby preventing the resubmission of such requests. This strict validation mode enhances security by ensuring that only requests with valid CSRF tokens are processed. According to the provided documentation, this property is part of the platform's security measures to protect against CSRF attacks. It is crucial for maintaining the integrity and security of user sessions by validating the authenticity of requests.
Source