django-referrer-policy

Referrer-Policy header implementation for Django.


License
BSD-3-Clause
Install
pip install django-referrer-policy==1.0

Documentation

https://travis-ci.org/ubernostrum/django-referrer-policy.svg?branch=master

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.