feat(torrents): add curl into client black-list

This commit is contained in:
OldHawk
2018-04-03 13:53:53 +08:00
parent e47c96c36f
commit cdf3901a9f

View File

@@ -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'}
],
/**