Skip to main content

Whitelisting

Disable the block if a visitor has a specified IP address or IP range

Written by Team

You can disable the block if a visitor has a specified IP address.

Entering IP addresses to bypass is useful when you want to prevent yourself or others in you company from being blocked. You can use wildcards or enter an IP range. This field supports both IPV4 and IPV6 addresses.

Examples:

123.156.189.110 will not block only this IP

123.156.189.50,123.156.189.100 will not block the range from .50 to .100

Disable Geoblock via URL query parameter

In Advanced Settings you can also configure a URL query parameter that, when present in the page URL, bypasses geo blocking entirely for that visitor. This is useful for sharing preview or internal links with clients or colleagues who are in a blocked region.

To enable it, open Advanced Settings and check the Disable geoblock with a URL query parameter option. Enter your chosen parameter in the Parameter field (e.g. block=disable).

Once saved, any visitor whose page URL contains that parameter string — for example https://yoursite.com/checkout?block=disable — will bypass the block regardless of their location. No cookie or session state is involved; the parameter must be present in the URL on each request.

Did this answer your question?