class documentation

A variant of "no-referrer-when-downgrade", with the addition that "Referer" is not sent if the parent request was using ``file://`` or ``s3://`` scheme.

Constant NOREFERRER_SCHEMES Undocumented

Inherited from NoReferrerWhenDowngradePolicy:

Method referrer Undocumented

Inherited from ReferrerPolicy (via NoReferrerWhenDowngradePolicy):

Method origin Return serialized origin (scheme, host, path) for a request or response URL.
Method origin_referrer Undocumented
Method potentially_trustworthy Undocumented
Method strip_url https://www.w3.org/TR/referrer-policy/#strip-url
Method stripped_referrer Undocumented
Method tls_protected Undocumented
Class Variable name Undocumented
NOREFERRER_SCHEMES: Tuple[str, ...] = (source)

Undocumented

Value
LOCAL_SCHEMES+('file', 's3')