mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-05 22:46:09 +02:00
feat(torrents): add curl into client black-list
This commit is contained in:
3
config/env/torrents.js
vendored
3
config/env/torrents.js
vendored
@@ -879,7 +879,8 @@ module.exports = {
|
||||
{name: 'Safari', type: 'browser', reason: 'CLIENT_BLOCK_REASON.NON_BT_CLIENT'},
|
||||
{name: 'Chrome', type: 'browser', reason: 'CLIENT_BLOCK_REASON.NON_BT_CLIENT'},
|
||||
{name: 'Lynx', type: 'browser', reason: 'CLIENT_BLOCK_REASON.NON_BT_CLIENT'},
|
||||
{name: 'Opera', type: 'browser', reason: 'CLIENT_BLOCK_REASON.NON_BT_CLIENT'}
|
||||
{name: 'Opera', type: 'browser', reason: 'CLIENT_BLOCK_REASON.NON_BT_CLIENT'},
|
||||
{name: 'curl', type: 'curl', reason: 'CLIENT_BLOCK_REASON.NON_BT_CLIENT'}
|
||||
],
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user