Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Host selector #17490

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ sidebar:
head:
- tag: title
content: Common HTTP policies

---

import { Render } from "~/components"
import { Render } from "~/components";

The following policies are commonly used to secure HTTP traffic.

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

:::note

You can select either individual applications or the entire Do Not Inspect set, which will update as new applications are added.
You can select either individual applications or the entire Do Not Inspect set, which will update as new applications are added.
:::

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

Block file uploads to Google Drive.

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

### Block Google Drive downloads

Expand Down
Loading