Opened 2 years ago
Last modified 2 years ago
#2989 new Feature Request
Need redirector for external links?
| Reported by: | mrclay | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Long Term Future Release |
| Component: | Core | Version: | 1.7 |
| Severity: | minor | Keywords: | privacy |
| Cc: | brett@… | Difficulty: |
Description
Given that external links leak the referring URL, should this be implemented in the core? It would be a way to show we take user privacy seriously.
Change History (2)
comment:1 Changed 2 years ago by ewinslow
comment:2 Changed 2 years ago by ewinslow
- Milestone changed from Needs Review to Future Release
Actually, it *would* be easier to do this in core -- elgg_normalize_url could be responsible for it.
Note: See
TracTickets for help on using
tickets.

Sounds like websites need to be able to tell browsers not to send the referer header!
This is the kind of thing that could be implemented as a plugin -- is there something defficient about going that route?