Skip to content

Commit 18a7bf2

Browse files
committed
Move partials into subfolder
1 parent 2a81263 commit 18a7bf2

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To get the UUIDs of your lists, use the [List Zero Trust lists](/api/resources/z
5555
Block [security categories](/cloudflare-one/policies/gateway/domain-categories/#security-categories) such as Command & Control, Botnet and Malware based on Cloudflare's threat intelligence.
5656

5757
<Render
58-
file="gateway/policies/dash-plus-api/dns-block-security-categories"
58+
file="gateway/policies/dash-plus-api/dns/block-security-categories"
5959
product="cloudflare-one"
6060
/>
6161

@@ -64,7 +64,7 @@ Block [security categories](/cloudflare-one/policies/gateway/domain-categories/#
6464
The categories included in this policy are not always a security threat, but blocking them can help minimize the risk that your organization is exposed to. For more information, refer to [domain categories](/cloudflare-one/policies/gateway/domain-categories/).
6565

6666
<Render
67-
file="gateway/policies/dash-plus-api/dns-block-content-categories"
67+
file="gateway/policies/dash-plus-api/dns/block-content-categories"
6868
product="cloudflare-one"
6969
/>
7070

@@ -73,7 +73,7 @@ The categories included in this policy are not always a security threat, but blo
7373
<Render file="gateway/policies/block-applications" product="cloudflare-one" />
7474

7575
<Render
76-
file="gateway/policies/dash-plus-api/dns-block-applications"
76+
file="gateway/policies/dash-plus-api/dns/block-applications"
7777
product="cloudflare-one"
7878
/>
7979

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule \
9393
Block content categories which go against your organization's acceptable use policy.
9494

9595
<Render
96-
file="gateway/policies/dash-plus-api/http-block-content-categories"
96+
file="gateway/policies/dash-plus-api/http/block-content-categories"
9797
product="cloudflare-one"
9898
/>
9999

@@ -102,7 +102,7 @@ Block content categories which go against your organization's acceptable use pol
102102
<Render file="gateway/policies/block-applications" product="cloudflare-one" />
103103

104104
<Render
105-
file="gateway/policies/dash-plus-api/http-block-applications"
105+
file="gateway/policies/dash-plus-api/http/block-applications"
106106
product="cloudflare-one"
107107
/>
108108

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule \
8888
Require devices to have certain software installed or other configuration attributes. For instructions on enabling a device posture check, refer to the [device posture section](/cloudflare-one/identity/devices/). For example, you can use a list of [device serial numbers](/cloudflare-one/identity/devices/warp-client-checks/corp-device/) to ensure users can only access an application if they connect with the WARP client from a company device:
8989

9090
<Render
91-
file="gateway/policies/dash-plus-api/network-enforce-device-posture"
91+
file="gateway/policies/dash-plus-api/network/enforce-device-posture"
9292
product="cloudflare-one"
9393
/>
9494

src/content/docs/learning-paths/secure-internet-traffic/build-dns-policies/recommended-dns-policies.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ resource "cloudflare_zero_trust_gateway_policy" "dns_restrict_quarantined_users"
138138
<Render file="zero-trust/blocklist-security-categories" />
139139

140140
<Render
141-
file="gateway/policies/dash-plus-api/dns-block-security-categories"
141+
file="gateway/policies/dash-plus-api/dns/block-security-categories"
142142
product="cloudflare-one"
143143
/>
144144

@@ -152,7 +152,7 @@ resource "cloudflare_zero_trust_gateway_policy" "dns_restrict_quarantined_users"
152152
/>
153153

154154
<Render
155-
file="gateway/policies/dash-plus-api/dns-block-content-categories"
155+
file="gateway/policies/dash-plus-api/dns/block-content-categories"
156156
product="cloudflare-one"
157157
/>
158158

@@ -163,7 +163,7 @@ resource "cloudflare_zero_trust_gateway_policy" "dns_restrict_quarantined_users"
163163
<Render file="zero-trust/blocklist-application" />
164164

165165
<Render
166-
file="gateway/policies/dash-plus-api/dns-block-applications"
166+
file="gateway/policies/dash-plus-api/dns/block-applications"
167167
product="cloudflare-one"
168168
/>
169169

@@ -449,7 +449,7 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/gateway/rules \
449449
--data '{
450450
"name": "All-DNS-DomainHost-Blocklist",
451451
"description": "Block specific domains or hosts that are malicious or pose a threat to your organization.",
452-
"precedence": 100,
452+
"precedence": 90,
453453
"enabled": false,
454454
"action": "block",
455455
"filters": [

src/content/docs/learning-paths/secure-internet-traffic/build-http-policies/recommended-http-policies.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Bypass HTTP inspection for a custom list of domains identified as incompatible w
6060
/>
6161

6262
<Render
63-
file="gateway/policies/dash-plus-api/http-block-content-categories"
63+
file="gateway/policies/dash-plus-api/http/block-content-categories"
6464
product="cloudflare-one"
6565
/>
6666

@@ -83,7 +83,7 @@ Bypass HTTP inspection for a custom list of domains identified as incompatible w
8383
<Render file="zero-trust/blocklist-application" />
8484

8585
<Render
86-
file="gateway/policies/dash-plus-api/http-block-applications"
86+
file="gateway/policies/dash-plus-api/http/block-applications"
8787
product="cloudflare-one"
8888
/>
8989

0 commit comments

Comments
 (0)