ResponseHeadersPolicyReferrerPolicy

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

Determines whether CloudFront includes the `Referrer-Policy` HTTP response header and the header's value. For more information about the `Referrer-Policy` HTTP response header, see Referrer-Policy in the MDN Web Docs.

Constructors

Link copied to clipboard
constructor(override: Boolean, referrerPolicy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Boolean that determines 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

Determines whether CloudFront includes the `Referrer-Policy` HTTP response header and the header's value. For more information about the `Referrer-Policy` HTTP response header, see Referrer-Policy in the MDN Web Docs.