Skip to content

Commit 8e13808

Browse files
authored
Remove unnecessary commas
1 parent 6f7d2ab commit 8e13808

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
4242
"dns"
4343
],
4444
"traffic": "any(dns.domains[*] in $<LIST-UUID>)",
45-
"identity": "",
45+
"identity": ""
4646
}'
4747
```
4848

@@ -76,7 +76,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
7676
"dns"
7777
],
7878
"traffic": "any(dns.security_category[*] in {68 178 80 83 176 175 117 131 134 151 153})",
79-
"identity": "",
79+
"identity": ""
8080
}'
8181
```
8282

@@ -109,7 +109,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
109109
"dns"
110110
],
111111
"traffic": "any(dns.content_category[*] in {17 85 87 102 157 135 138 180 162 32 169 177 128 15 115 119 124 141 161})",
112-
"identity": "",
112+
"identity": ""
113113
}'
114114
```
115115

@@ -142,7 +142,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
142142
"dns"
143143
],
144144
"traffic": "any(app.type.ids[*] in {25})",
145-
"identity": "",
145+
"identity": ""
146146
}'
147147
```
148148

@@ -175,7 +175,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
175175
"dns"
176176
],
177177
"traffic": "any(dns.dst.geo.country[*] in {\"AF\" \"BY\" \"CD\" \"CU\" \"IR\" \"IQ\" \"KP\" \"MM\" \"RU\" \"SD\" \"SY\" \"UA\" \"ZW\"})",
178-
"identity": "",
178+
"identity": ""
179179
}'
180180
```
181181

@@ -210,7 +210,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
210210
"dns"
211211
],
212212
"traffic": "any(dns.domains[*] matches \"[.](cn|ru)$\") or any(dns.domains[*] matches \"[.](rest|hair|top|live|cfd|boats|beauty|mom|skin|okinawa)$\") or any(dns.domains[*] matches \"[.](zip|mobi)$\")",
213-
"identity": "",
213+
"identity": ""
214214
}'
215215
```
216216

@@ -244,7 +244,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
244244
"dns"
245245
],
246246
"traffic": "not(any(dns.domains[*] in $<LIST-UUID>)) and any(dns.domains[*] matches \".*okta.*\\|.*cloudflare.*\\|.*mfa.*\\|.sso.*\")",
247-
"identity": "",
247+
"identity": ""
248248
}'
249249
```
250250

@@ -277,7 +277,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
277277
"dns"
278278
],
279279
"traffic": "any(dns.domains[*] in $<LIST-UUID>)",
280-
"identity": "",
280+
"identity": ""
281281
}'
282282
```
283283

@@ -310,7 +310,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
310310
"dns"
311311
],
312312
"traffic": "any(dns.resolved_ips[*] in $<LIST-UUID>)",
313-
"identity": "",
313+
"identity": ""
314314
}'
315315
```
316316

@@ -343,7 +343,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
343343
"dns"
344344
],
345345
"traffic": "any(dns.content_category[*] in {182})",
346-
"identity": "",
346+
"identity": ""
347347
}'
348348
```
349349

@@ -376,7 +376,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
376376
"dns"
377377
],
378378
"traffic": "any(dns.content_category[*] in {145})",
379-
"identity": "",
379+
"identity": ""
380380
}'
381381
```
382382

@@ -481,7 +481,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
481481
"dns"
482482
],
483483
"traffic": "any(dns.content_category[*] in {149})",
484-
"identity": "",
484+
"identity": ""
485485
}'
486486
```
487487

@@ -523,7 +523,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
523523
"dns"
524524
],
525525
"traffic": "dns.query_rtype == \"AAAA\" and any(dns.domains[*] == \"example.com\")",
526-
"identity": "",
526+
"identity": ""
527527
}'
528528
```
529529

@@ -557,7 +557,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
557557
"dns"
558558
],
559559
"traffic": "dns.query_rtype == \"A\" and any(dns.domains[*] == \"example.com\")",
560-
"identity": "",
560+
"identity": ""
561561
}'
562562
```
563563

0 commit comments

Comments
 (0)