GetResponseHeadersPolicySecurityHeadersConfigReferrerPolicy

data class GetResponseHeadersPolicySecurityHeadersConfigReferrerPolicy(val override: Boolean, val referrerPolicy: String)

Constructors

constructor(override: Boolean, referrerPolicy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Value of the Referrer-Policy HTTP response header. Valid Values: no-referrer | no-referrer-when-downgrade | origin | origin-when-cross-origin | same-origin | strict-origin | strict-origin-when-cross-origin | unsafe-url