Property reference

glide.set_x_frame_options

The glide.set_x_frame_options property enables the X-Frame-Options response header to be set to SAMEORIGIN for all UI pages. This helps prevent clickjacking attacks by restricting how content can be embedded in other sites.

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 X-Frame-Options header to enhance security by controlling frame embedding for UI pages.
What area does it affect? UI security settings
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 measures against clickjacking vulnerabilities.

Out of the box property record

Raw metadata from the property record.

Property name glide.set_x_frame_options
Sys ID 6a80a123ff2010003061fe51c17f9dc6
Type boolean
Application Global
Default value true
Description Enable this property to set the X-Frame-Options response header to SAMEORIGIN for all UI pages. The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a <frame> or <iframe>. Sites can use this to avoid clickjacking attacks, by ensuring that their content is not embedded into other sites. https://developer.mozilla.org/en/the_x-frame-options_response_header
Updated 2024-05-25 05:04:13