You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the site is blocked and you have enabled [**Display block page**](/cloudflare-one/policies/gateway/block-page/#turn-on-the-block-page) for the policy, the query will return `162.159.36.12` (the IP address of the Gateway block page). If the block page is disabled, the response will be `0.0.0.0`.
272
+
If the site is blocked and you have turned on the [block page](/cloudflare-one/policies/gateway/block-page/#configure-policy-block-behavior) for the policy, the query will return `162.159.36.12` (the IP address of the Gateway block page). If the block page is disabled, the response will be `0.0.0.0`.
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/policies/gateway/block-page.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,13 +25,13 @@ In order to display the block page as the URL of the blocked domain, your device
25
25
26
26
## Configure the block page
27
27
28
-
Gateway can display a global block page in the browser of any user whose traffic is blocked. The global block page setting will display for all HTTP Block policies and
28
+
Gateway can display a global block page in the browser of any user whose traffic is blocked. By default, Gateway will display the block page for any DNS Block policies you turn it on for and all HTTP Block policies. You can [turn on or override the global setting](#configure-policy-block-behavior) on a per-policy basis.
29
29
30
-
To configure the block page:
30
+
To configure the global block page:
31
31
32
32
1. In [Zero Trust](https://one.dash.cloudflare.com), go to **Settings** > **Custom Pages**.
33
33
2. Under **Account Gateway block page**, select **Customize**.
34
-
3. Choose whether to use the default Gateway block page, a URL redirect, or a custom Gateway block page.
34
+
3. Choose whether to use the default Gateway block page, a [URL redirect](#redirect-to-a-block-page), or a [custom Gateway block page](#customize-the-block-page).
35
35
4. Select **Save**.
36
36
37
37
### Redirect to a block page
@@ -69,11 +69,11 @@ You can add a Mailto link to your custom block page, which allows users to direc
69
69
| Device ID | The ID of the device that visited the page. This is generated by the WARP client. |
70
70
| Block Reason | Your policy-specific block message. |
71
71
72
-
## Turn on the block page
72
+
## Configure policy block behavior
73
73
74
-
For DNS Block policies, you will need to turn on the block page for each policy. For HTTP Block policies, Gateway automatically displays your global block page setting by default. You can override the global setting for HTTP policies on a per-policy basis.
74
+
For DNS Block policies, you will need to turn on the block page for each policy you want to display it. For HTTP Block policies, Gateway automatically displays your global block page setting by default. You can override your global block page setting for both policy types within each policy's settings.
75
75
76
-
To turn on the block page for an individual policy:
76
+
To turn on the block page or override your global block page setting for an individual policy:
Copy file name to clipboardExpand all lines: src/content/partials/cloudflare-one/gateway/add-block-page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ import { Markdown } from "~/components";
10
10
2. Select **Add a policy** to create a new policy, or choose the policy you want to customize and select **Edit**. You can only edit the block page for policies with a Block action.
11
11
3. Under **Configure policy settings**, {props.blockBehaviorAction}**Modify Gateway block behavior**.
12
12
4. Choose your block behavior:
13
-
-**Use account-level block setting**: Use the global block page setting configured in your account settings. The global setting can be either an [HTTP redirect](/cloudflare-one/policies/gateway/block-page/#redirect-to-a-block-page) or a [custom Cloudflare block page](/cloudflare-one/policies/gateway/block-page/#customize-the-block-page).
13
+
-**Use account-level block setting**: Use the global block page setting configured in your account settings. The global setting can be the default Gateway block page, an [HTTP redirect](/cloudflare-one/policies/gateway/block-page/#redirect-to-a-block-page), or a [custom Gateway block page](/cloudflare-one/policies/gateway/block-page/#customize-the-block-page).
14
14
-**Override account setting with URL redirect**: Redirect users with a `307` HTTP redirect to a URL you specify on a policy level.
0 commit comments