Cloudflare
This document provides a step-by-step guide to setting up a Cloudflare rule that whitelists all requests originating from the Imber Bot, ensuring access to authorized traffic.
Last updated
This document provides a step-by-step guide to setting up a Cloudflare rule that whitelists all requests originating from the Imber Bot, ensuring access to authorized traffic.
1. Log In to Cloudflare Dashboard
Navigate to the domain for which you want to set up the whitelist rule.
On the left-hand menu, click Security.
Select WAF (Web Application Firewall).

Select Custom Rules

Click on the Create Rule button.
Provide a descriptive name, such as Whitelist Requests Imber Bot.
Use the following settings for the rule:
Field: Header
Header Name: imber
Operator: equals
Value: SECRET GENERATED BY BOT
This ensures the rule matches only requests containing the specified hash in the Imber header.

Choose Skip as the action for this rule. This will bypass other firewall restrictions for matching requests.

Click Deploy to activate the rule. The new firewall rule will take effect immediately.
Last updated