security: randomize info_hash upon upload and hide it from users

Require a user to download a .torrent file in order to view the info_hash.
This commit is contained in:
Roardom
2025-08-20 12:27:03 +00:00
parent 70501c6bfd
commit e1486613bb
4 changed files with 9 additions and 8 deletions
@@ -671,7 +671,6 @@ class TorrentController extends BaseController
'media_info' => $hit['mediainfo'],
'bd_info' => $hit['bdinfo'],
'description' => $hit['description'],
'info_hash' => $hit['info_hash'],
'size' => $hit['size'],
'num_file' => $hit['num_file'],
'files' => $hit['files'],