In order to protect your account from HTTP TRACE request attacks, you can add this to your .htaccess file:
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
For more information on how to secure your account, please check our basic security guidelines.