ResponseHeadersPolicyXssProtection

data class ResponseHeadersPolicyXssProtection(val modeBlock: Boolean? = null, val override: Boolean, val protection: Boolean, val reportUri: String? = null)

Constructors

Link copied to clipboard
constructor(modeBlock: Boolean? = null, override: Boolean, protection: Boolean, reportUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val modeBlock: Boolean? = null

A Boolean that determines whether CloudFront includes the mode=block directive in the X-XSS-Protection header. For more information about this directive, see X-XSS-Protection in the MDN Web Docs.

Link copied to clipboard

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

Link copied to clipboard

A Boolean that determines the value of the X-XSS-Protection HTTP response header. When this setting is true , the value of the X-XSS-Protection header is 1 . When this setting is false , the value of the X-XSS-Protection header is 0 . For more information about these settings, see X-XSS-Protection in the MDN Web Docs.

Link copied to clipboard
val reportUri: String? = null

A reporting URI, which CloudFront uses as the value of the report directive in the X-XSS-Protection header. You cannot specify a ReportUri when ModeBlock is true . For more information about using a reporting URL, see X-XSS-Protection in the MDN Web Docs.