glide.set_x_frame_options
ServiceNow property 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
Attributes
- Sys ID: 6a80a123ff2010003061fe51c17f9dc6
- Type: true | false
- Application: Global
- Default value: true

AI generated property description:
The ServiceNow property `glide.set_x_frame_options` is used to control the `X-Frame-Options` HTTP header, which helps protect against clickjacking attacks by specifying whether a browser should be allowed to render a page in a ``, `
Source