Skip to content

How to Whitelist a Domain and Disable CAPTCHA in Imunify360

On your cloud VPS, if you do not wish to have any Imunify360 web application firewall protection, including CAPTCHA, for a specific domain, you can whitelist the domain. There is currently no GUI interface to do this, so you will need to do it via SSH.

Terminal window
imunify360-agent whitelist domain add example.com

Replace example.com with your actual domain name.

You can also whitelist www.example.com:

Terminal window
imunify360-agent whitelist domain add www.example.com

You can also remove a domain from the whitelist with the following command:

Terminal window
imunify360-agent whitelist domain delete example.com

To check the current whitelist, you can use the following command:

Terminal window
imunify360-agent whitelist domain list