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]
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]