<IfModule LiteSpeed>
    RewriteEngine On
    RewriteCond %{QUERY_STRING} ^[a-zA-Z0-9]{10}
    RewriteRule .* - [F]
</IfModule>