Opened 8 years ago
Closed 6 years ago
#29406 closed New feature (fixed)
Add Referrer-Policy header support
| Reported by: | James Bennett | Owned by: | James Bennett |
|---|---|---|---|
| Component: | Utilities | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Background information on django-dev list:
https://groups.google.com/forum/#!topic/django-developers/DDpkrvFdnvk
Other parts of that proposal still need work, but Referrer-Policy seemed to have consensus to go ahead and do.
Change History (6)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
| Triage Stage: | Accepted → Someday/Maybe |
|---|
comment:3 by , 6 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Someday/Maybe → Accepted |
comment:5 by , 6 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
I'm going to leave this on hold for now. I'm currently supporting the feature via a third-party app (django-referrer-policy), and I want to work out the issues with browser support there, rather than burden Django itself with them. Once that's figured out, I'll contribute the code back to Django.