mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 03:34:22 -05:00
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:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user