ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy

data class ResponseHeadersPolicySecurityHeadersConfigReferrerPolicy(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 Referrer-Policy HTTP response header received from the origin with the one specified in this response headers policy.

Link copied to clipboard

The 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