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.
imunify360-agent whitelist domain add example.comReplace example.com with your actual domain name.
You can also whitelist www.example.com:
imunify360-agent whitelist domain add www.example.comYou can also remove a domain from the whitelist with the following command:
imunify360-agent whitelist domain delete example.comTo check the current whitelist, you can use the following command:
imunify360-agent whitelist domain list