Property reference

glide.security.userpref_csrf_check.enable

The glide.security.userpref_csrf_check.enable property enables CSRF protection for user preferences. Admins should ensure this property is enabled to maintain security against cross-site request forgery attacks in user preference settings.

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? This property activates CSRF checks specifically for user preference operations, enhancing security by preventing unauthorized actions.
What area does it affect? User Preferences Security
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 security configurations or during security audits.

Out of the box property record

Raw metadata from the property record.

Property name glide.security.userpref_csrf_check.enable
Sys ID de4cb8727786111045bf6f90aa5a9951
Type boolean
Application Global
Default value true
Description Secure glide.security.userpref_csrf_check.enable
Updated 2024-05-25 03:39:11

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... impact None Dependencies and prerequisites None Enable Anti-CSRF Token for Userperf Use a system property to ensure CSRF (Cross-Site Request Forgery‎ protection is enforced when setting user preferences. Use the glide.security.userpref_csrf_check.enable system property to enforce CSRF (Cross-Site Request Forgery‎ protection when setting user preferences to the User Preference Definitions [sys_user_preference_definition] table via URI parameters. If the property isn't set to the ...