ResponseHeadersPolicyFrameOptions

data class ResponseHeadersPolicyFrameOptions(val frameOption: String, val override: Boolean)

Constructors

Link copied to clipboard
constructor(frameOption: String, override: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value of the X-Frame-Options HTTP response header. Valid values are DENY and SAMEORIGIN . For more information about these values, see X-Frame-Options in the MDN Web Docs.

Link copied to clipboard

A Boolean that determines whether CloudFront overrides the X-Frame-Options HTTP response header received from the origin with the one specified in this response headers policy.