xss Protection
suspend fun xssProtection(value: Output<ResponseHeadersPolicySecurityHeadersConfigXssProtectionArgs>)
Parameters
value
Determine whether CloudFront includes the X-XSS-Protection
HTTP response header and the header’s value. See XSS Protection for more information.
suspend fun xssProtection(argument: suspend ResponseHeadersPolicySecurityHeadersConfigXssProtectionArgsBuilder.() -> Unit)
Parameters
argument
Determine whether CloudFront includes the X-XSS-Protection
HTTP response header and the header’s value. See XSS Protection for more information.