ReferrerPolicy
Builder for the Referrer-Policy HTTP response header.
Usage
ReferrerPolicy()Default header value: strict-origin-when-cross-origin
Notes
* Referrer-Policy controls how much of the Referer header is sent. * The comma-separated fallback list should place the primary policy last.
Resources: - https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Referrer-Policy - https://owasp.org/www-project-secure-headers/#referrer-policy
Parameter Attributes
header_name: str_policies: list[str] = list()