django-referrer-policy provides a middleware class implementing the Referrer-Policy header for Django-powered sites.
Setting the Referrer-Policy
header allows you to control what, if
any, information is sent in the HTTP Referer
header when a user
clicks a link on your site.
Documentation is available online.