

Configure the public site key, privacy mode, consent behavior, and WooCommerce events from one settings screen.
FindIP Shield reports explainable VPN, proxy, Tor, relay, hosting, datacenter, malicious-IP, and network-service signals for website activity.
The plugin provides:
FindIP Shield provides risk signals, not proof of fraud. Do not automatically block a visitor only because they use a VPN, proxy, Tor, or hosting network. Important decisions should use server verification.
This plugin connects to FindIP Shield, an external service operated by FindIP.
When configured, it downloads a pinned JavaScript SDK from https://cdn.findip.net and sends website events to https://shield.findip.net. The service receives the visitor IP address from the network connection and limited event metadata based on the selected privacy mode. It does not receive form values, passwords, payment details, or message contents.
The service is required for the plugin to provide risk intelligence. No connection is made until an administrator saves a valid public Shield site key.
With Require an explicit consent signal enabled, the plugin starts in strict or disabled mode. A consent-management plugin or theme can update Shield by dispatching:
document.dispatchEvent(new CustomEvent('findip:consent', { detail: { granted: true } }));
Send granted: false when consent is withdrawn.