Modify ↓
#6645 closed enhancement (wontfix)
External links in Trac through redirect page due to hide referer.
Reported by: | veena | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | wiki system | Version: | |
Severity: | normal | Keywords: | redirect referer security |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If you have Trac installed on your (not yet public) hostname of your project then click on external links in your Trac shares referer to targeted page (maybe to your competitors).
It would be useful to have possibility to switch on "protect external links" feature for rendering text through wiki syntax. Then any external links will be targeted to local script for example: /env_name/redirect?url=…. where simple HTTP redirect to external page will be provided. That your referer = your project is keeping secret.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
-1 on this. Either do it with a plugin or, better yet, use a corporate proxy that handles it for you.