Property reference

glide.security.use_csrf_token

The glide.security.use_csrf_token property enables the use of a secure token for validating incoming requests. This helps prevent cross-site request forgery attacks, making it crucial for maintaining application security.

Default: true Type: boolean Application: Global

Key questions about this property

The answers below summarize the purpose, scope, default effect, and review scenarios for this property.

What does it do? It configures the system to require a secure token for incoming requests, enhancing protection against CSRF attacks.
What area does it affect? Security and Request Validation
What does the default mean? The default value is "true", which means this behavior is enabled by default.
When should you review it? Review this property when assessing application security measures or during security audits.

Out of the box property record

Raw metadata from the property record.

Property name glide.security.use_csrf_token
Sys ID f9f03ca50a0a0bb5658db64889d967cb
Type boolean
Application Global
Default value true
Description Enable usage of a secure token to identify and validate incoming requests. This token is used to prevent cross site request forgery attacks.
Updated 2024-05-25 04:30:29