ResponseHeadersPolicySecurityHeadersConfigFrameOptions

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

Constructors

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: DENY | SAMEORIGIN

Link copied to clipboard

Whether CloudFront overrides the X-Frame-Options HTTP response header received from the origin with the one specified in this response headers policy.