Property reference

glide.ux.response_headers_whitelist

The glide.ux.response_headers_whitelist property specifies which HTTP response headers are allowed in the application's responses. Admins should review this setting to ensure proper security and functionality of web applications, especially when dealing with cross-origin requests.

Default: Content-Security-Policy, X-Frame-Options, Access-Control-Allow-Origin Type: string 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 configures a whitelist of HTTP response headers that can be included in responses, enhancing security and compliance with web standards.
What area does it affect? HTTP response headers
What does the default mean? The default value is "Content-Security-Policy, X-Frame-Options, Access-Control-Allow-Origin", which is the baseline setting used unless it is changed.
When should you review it? Review this property when configuring security settings or troubleshooting cross-origin issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.ux.response_headers_whitelist
Sys ID 486f2277770210105dccab6f581061c1
Type string
Application Global
Default value Content-Security-Policy, X-Frame-Options, Access-Control-Allow-Origin
Description
Updated 2024-05-25 03:38:58

Sources

Official references and nearby text excerpts where this property appears.