Skip to content

Commit d46a7b8

Browse files
committed
Apply suggestions from review
1 parent c437c83 commit d46a7b8

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

src/content/docs/cloudflare-one/policies/gateway/block-page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To create an HTTP policy to redirect URLs, refer to the [Redirect action](/cloud
5151

5252
#### Redirect precedence
5353

54-
Paths and queries in the redirect URL take precedence over the original URL. When you turn on **Send policy context**, Gateway will always append context to the end of the redirected URL. For example, if the original URL is `example.com/path/to/page?querystring=X&k=1` and the redirect URL is `cloudflare.com/redirect-path?querystring=Y`, Gateway will redirect requests to:
54+
Paths and queries in the redirect URL take precedence over the original URL. When you turn on **Send policy context**, Gateway will append context to the end of the redirected URL. For example, if the original URL is `example.com/path/to/page?querystring=X&k=1` and the redirect URL is `cloudflare.com/redirect-path?querystring=Y`, Gateway will redirect requests to:
5555

5656
```txt ins="&[email protected]"
5757
cloudflare.com/redirect-path?querystring=Y&[email protected]

src/content/docs/cloudflare-one/policies/gateway/http-policies/index.mdx

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,41 @@ API value: `redirect`
8989

9090
<Details header="Available selectors">
9191

92-
<Render file="gateway/http-allow-block-selectors" />
92+
**Traffic**
93+
94+
- [Access Infrastructure Target](#access-infrastructure-target)
95+
- [Application](#application)
96+
- [Content Categories](#content-categories)
97+
- [Destination Continent IP Geolocation](#destination-continent)
98+
- [Destination Country IP Geolocation](#destination-country)
99+
- [Destination IP](#destination-ip)
100+
- [Domain](#domain)
101+
- [Host](#host)
102+
- [HTTP Method](#http-method)
103+
- [Proxy Endpoint](#proxy-endpoint)
104+
- [Security Risks](#security-risks)
105+
- [Source Continent IP Geolocation](#source-continent)
106+
- [Source Country IP Geolocation](#source-country)
107+
- [Source Internal IP](#source-internal-ip)
108+
- [Source IP](#source-ip)
109+
- [URL](#url)
110+
- [URL Path](#url-path)
111+
- [URL Path & Query](#url-path-and-query)
112+
- [URL Query](#url-query)
113+
- [Virtual Network](#virtual-network)
114+
115+
**Identity**
116+
117+
- [SAML Attributes](#users)
118+
- [User Email](#users)
119+
- [User Group Emails](#users)
120+
- [User Group IDs](#users)
121+
- [User Group Names](#users)
122+
- [User Name](#users)
123+
124+
**Device Posture**
125+
126+
- [Passed Device Posture Checks](#device-posture)
93127

94128
</Details>
95129

0 commit comments

Comments
 (0)