What’s the best way to prevent bots coming to my sites?
Currently I’m using custom firewall rule with JS challenge for everyone.
For example, if my domain name is mydomain.com, the firewall rule will be hostname contains mydomain
(http.host contains "mydomain")
Is this a proper way?