referrer_policy method

referrer_policy

Sets the ‘referrerPolicy’ attribute of the SVG ‘a’ element, specifying how much of the referrer to send along with requests.

Returns

The current instance of SVGAElementBuilder for method chaining.

def referrer_policy(self, value):
    ...
ParameterTypeDescription
valueReferrerPolicyThe referrer policy as defined in the ReferrerPolicy enum.

See Also