-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyperlinks Do Not Work #644
Comments
Hi @sake-bottle, that's a feature we implemented to increase user privacy. We remove all external links from torrent descriptions. See https://github.com/torrust/torrust-index-gui/blob/develop/src/domain/services/sanitizer.ts#L20-L31 The torrent uploader can insert a URL (e.g. https://yourserver.com/resource) to track the user's IP. If you want to enable it, maybe we should include a new configuration option. |
While the reasoning is valid, the result removes an essential part of how users interact with the web. Not allowing their use assumes the tracker's main use-case to only be a free-for-all where any uploading user is presumed to possibly have malicious intents; id est, logical, but cannot be considered representative. |
On second thought, I think this should be maybe a user setting so each user can enable/disable it. What do you think? We can also combine both:
|
A per-user setting seems redundant; if you don't want to risk clicking on a potentially harmful link, you won't open it in the first place. What if you decide you want to click a specific one, do you have to go disable it in settings? It also introduces the potential feature request where you would want to whitelist specific users for your account view; it's messy. |
Links could also be the
You can just copy/paste the link. Most browsers allow you to select the link and open it in a new tab (right mouse button).
I was thinking more like a switch on/off component next to the description, but yes, I think it's a little bit messy. It's probably better to allow the admin to define the policy. When links are enabled, users can use other methods to avoid being tracked. |
Greetings,
URLs in torrent descriptions or comments don't work as expected; e.g. clickable hyperlinks that can be opened.
See Team.png, Alice in wonderland librivox, or tttml for context.
Cheers.
The text was updated successfully, but these errors were encountered: