Hi,
How about adding the following rules to the .htaccess and restart the webserver, it will block all request with QS
RewriteCond %{QUERY_STRING} !^$
RewriteRule .* - [F]
By the way, this forum is for LSWS, if you have more OpenLiteSpeed questions please go to https://forum.openlitespeed.org/.