Skip to content

Commit cbc81de

Browse files
authored
Update block-content-categories.mdx - Replacing DNS with HTTP (cloudflare#25502)
1 parent 802e9ae commit cbc81de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/cloudflare-one/gateway/policies/dash-plus-api/http/block-content-categories.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resource "cloudflare_zero_trust_gateway_policy" "block_unauthorized_apps" {
4242
precedence = 40
4343
enabled = true
4444
action = "block"
45-
filters = ["dns"]
45+
filters = ["http"]
4646
traffic = "any(http.request.uri.content_category[*] in {17 85 87 102 157 135 138 180 162 32 169 177 128 15 115 119 124 141 161 2 67 125 133 99})""
4747
identity = ""
4848
device_posture = ""

0 commit comments

Comments
 (0)