class documentation

class NoReferrerPolicy(ReferrerPolicy): (source)

View In Hierarchy

https://www.w3.org/TR/referrer-policy/#referrer-policy-no-referrer The simplest policy is "no-referrer", which specifies that no referrer information is to be sent along with requests made from a particular request client to any origin. The header will be omitted entirely.

Method referrer Undocumented

Inherited from ReferrerPolicy:

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
def referrer(self, response_url, request_url): (source)