django-referrer-policy icon indicating copy to clipboard operation
django-referrer-policy copied to clipboard

A Django middleware implementing the Referrer-Policy header

Results 3 django-referrer-policy issues
Sort by recently updated
recently updated
newest added

Hi @ubernostrum We found that this package does not support django 1.11, so we created pull request for that. Could you please merge it and deploy to Pypi. Origin issue...

I discovered this the hard way 😅

The spec makes it possible to send multiple comma-separated values, with the last supported one being used by browsers. This can help with supporting browsers who have partial support. https://w3c.github.io/webappsec-referrer-policy/#unknown-policy-values...