I’m logged-in to a site as an administrator with Firefox. I open Chrome to test a new NoCaptcha plugin. As I’m moving between login and registration pages, Defender blocks my IP address.
OK, so it’s doing what it should for someone who isn’t recognized. But I’m already logged in as an administrator. So I want my current IP to be whitelisted.
1) I will ask for an enhancement to auto-whitelist an IP that is used as a valid login to an administrator role. Or perhaps, whitelist whatever IP visits the Defender settings page.
2) To reduce the load on WPMU DEV staff, can someone just tell me what I can hook or what function I can call to perform this operation on my own? I can check is_admin of course, and get my own IP address. The next step would be to call the function in Defender that does whitelisting. I can add this into my own plugin.
Thanks.