HDInnovations / UNIT3D-Community-Edition

Private Torrent Tracker Built With Laravel, Livewire and AlpineJS.
GNU Affero General Public License v3.0
1.97k stars 378 forks source link

Anonymisation URL customizable #449

Closed VerioPL closed 5 years ago

VerioPL commented 5 years ago

Issue Type

Customizable url variable (in config/other.php) or something like that Static anon.to URL in views

VerioPL commented 5 years ago

@HDVinnie If accepted please assign to me

HVRVKVT commented 5 years ago

anon.to has disabled automatic redirect. May i suggest https://anonym.to/ instead? They have a simple script to anonymize all the external links.

HDVinnie commented 5 years ago

Why do we need this at all? We already de-referer.

https://github.com/HDInnovations/UNIT3D/blob/87563a24733540f48645bd32da4c9924c29646a3/config/secure-headers.php#L76

VerioPL commented 5 years ago

Right, secure header make referrers anonymous. So we can remove all redirects via external anonymisation providers.

VerioPL commented 5 years ago

Closed