Remove roundcube version string in header

Avoid unnecessary information leakage
pull/6369/head
Rotzbua 6 years ago
parent 0e2d3789ce
commit 3efcfb88ac

@ -598,7 +598,7 @@ $config['max_group_members'] = 0;
$config['product_name'] = 'Roundcube Webmail';
// Add this user-agent to message headers when sending
$config['useragent'] = 'Roundcube Webmail/'.RCUBE_VERSION;
$config['useragent'] = 'Roundcube Webmail';
// try to load host-specific configuration
// see https://github.com/roundcube/roundcubemail/wiki/Configuration:-Multi-Domain-Setup

Loading…
Cancel
Save