Skip to content

Commit 1634e69

Browse files
committed
Add Host selector
1 parent 182bdba commit 1634e69

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ sidebar:
66
head:
77
- tag: title
88
content: Common HTTP policies
9-
109
---
1110

12-
import { Render } from "~/components"
11+
import { Render } from "~/components";
1312

1413
The following policies are commonly used to secure HTTP traffic.
1514

@@ -53,7 +52,7 @@ Gateway [evaluates Do Not Inspect policies first](/cloudflare-one/policies/gatew
5352

5453
:::note
5554

56-
You can select either individual applications or the entire Do Not Inspect set, which will update as new applications are added.
55+
You can select either individual applications or the entire Do Not Inspect set, which will update as new applications are added.
5756
:::
5857

5958
## Check device posture
@@ -105,10 +104,11 @@ To enable Gateway inspection for Google Drive traffic, you must [add the Cloudfl
105104

106105
Block file uploads to Google Drive.
107106

108-
| Selector | Operator | Value | Logic | Action |
109-
| ---------------- | ------------- | ------------ | ----- | ------ |
110-
| Application | in | Google Drive | And | Block |
111-
| Upload Mime Type | matches regex | `.*` | | |
107+
| Selector | Operator | Value | Logic | Action |
108+
| ---------------- | ------------- | -------------------------------------- | ----- | ------ |
109+
| Application | in | Google Drive | And | Block |
110+
| Upload Mime Type | matches regex | `.*` | And | |
111+
| Host | is not | `drivefrontend-pa.clients6.google.com` | | |
112112

113113
### Block Google Drive downloads
114114

0 commit comments

Comments
 (0)