Skip to content

Commit dbca057

Browse files
patriciasantaanajonesphillip
authored andcommitted
Maintenance (#19891)
1 parent 577a206 commit dbca057

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

src/content/docs/bots/concepts/feedback-loop.mdx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If Cloudflare is unable to detect a portion of automated traffic on your site, s
5050

5151
### Create a feedback report
5252

53-
```bash
53+
```sh
5454
curl 'https://api.cloudflare.com/client/v4/zones/{zone_id}/bot_management/feedback' \
5555
--header "X-Auth-Email: <EMAIL>" \
5656
--header "X-Auth-Key: <API_KEY>" \
@@ -87,11 +87,6 @@ curl 'https://api.cloudflare.com/client/v4/zones/{zone_id}/bot_management/feedba
8787
}'
8888
```
8989

90-
```json
91-
# Output
92-
Null
93-
```
94-
9590
### List feedback reports
9691

9792
```bash
@@ -100,8 +95,7 @@ curl 'https://api.cloudflare.com/client/v4/zones/{zone_id}/bot_management/feedba
10095
--header "X-Auth-Key: <API_KEY>"
10196
```
10297

103-
```json
104-
// Output
98+
```bash output
10599
[
106100
{
107101
"created_at": "2022-08-19T00:05:24.749712Z",

src/content/docs/bots/concepts/ja3-ja4-fingerprint.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ JA3 and JA4 fingerprints are only available to Enterprise customers who have pur
1717

1818
<Render file="signals-intelligence-and-ja4" />
1919

20-
```json title="Sample output"
20+
```json
21+
2122
{
2223
"ja4Signals": {
2324
"h2h3_ratio_1h": 0.98826485872269,
@@ -50,11 +51,12 @@ JA3 and JA4 fingerprints are only available to Enterprise customers who have pur
5051
}
5152
}
5253
}
54+
5355
```
5456

5557
When JA4 Signals are missing, the output appears as follows:
5658

57-
```json title="Missing JA4 signals output"
59+
```json output title="Missing JA4 signals output"
5860
{
5961
"ja4Signals": {},
6062
"jaSignalsParsed": {
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
pcx_content_type: reference
3-
title: Sample Terms
3+
title: Sample terms
44
weight: 0
55

66
---
@@ -9,7 +9,11 @@ Cloudflare recommends that customers consider updating their Terms of Service to
99

1010
> **Artificial Intelligence Restriction**
1111
>
12-
> You may not use automated bots to access, scan, scrape, data mine, copy, or use the materials or content on this website for developing, training, fine-tuning, or otherwise contributing to or improving a machine learning model or artificial intelligence (AI) system or the operation thereof, unless your bots user agent is (i) explicitly permitted (allowed) to do so in this website’s robots.txt file and (ii) solely used to identify bots used for AI purposes (i.e., this provision does not apply to user agents that are used for multiple purposes, such as search engine indexing and AI purposes).
12+
> You may not use automated bots to access, scan, scrape, data mine, copy, or use the materials or content on this website for developing, training, fine-tuning, or otherwise contributing to or improving a machine learning model or artificial intelligence (AI) system or the operation thereof, unless your bot's user agent is (I) explicitly permitted ("allowed") to do so in this website's `robots.txt` file and (II) solely used to identify bots used for AI purposes (i.e., this provision does not apply to user agents that are used for multiple purposes, such as search engine indexing and AI purposes).
1313
14-
**Disclaimer**
15-
This language is provided for informational purposes only. It does not constitute legal advice, nor does it guarantee any specific outcome. This is merely an illustrative example of language that can be included in a website’s terms to put AI-providers on notice that they are not authorized to use automated means to scrape content from your website for purposes of training or otherwise contributing to their AI models or systems, unless you have expressly permitted them to do so in your robots.txt file.
14+
:::caution[Disclaimer]
15+
16+
This language is provided for informational purposes only. It does not constitute legal advice, nor does it guarantee any specific outcome.
17+
18+
This is an illustrative example of language that can be included in a website's terms to put AI providers on notice that they are not authorized to use automated means to scrape content from your website for purposes of training or otherwise contributing to their AI models or systems, unless you have expressly permitted them to do so in your `robots.txt` file.
19+
:::

src/content/docs/bots/reference/verified-bot-categories.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,21 @@ The Verified Bot Categories field is not compatible with legacy Firewall rules.
1717
| Name | String value | Example |
1818
| -------------------------- | ---------------------------- | ----------------------------------------------------------------------- |
1919
| Academic research | `Academic Research` | Internet Archive, Library of Congress, TurnItInBot |
20-
| Accessibility | `Accessibility` | |
20+
| Accessibility | `Accessibility` | |
2121
| Advertising or marketing | `Advertising & Marketing` | Google Adsbot |
2222
| Aggregators | `Aggregator` | Pinterest, Indeed Jobsbot |
23-
| AI Assistant | `AI Assistant` | |
23+
| AI Assistant | `AI Assistant` | |
2424
| AI Crawler | `AI Crawler` | Google Bard, ChatGPT bot |
25-
| AI Search | `AI Search` | |
25+
| AI Search | `AI Search` | |
2626
| Feed fetcher | `Feed Fetcher` | RSS or Podcast feed updaters |
2727
| Monitoring or analytics | `Monitoring & Analytics` | Uptime Monitors |
2828
| Page preview | `Page Preview` | Facebook, Slack, Twitter, or Discord Link Preview tools |
2929
| Search engine crawler | `Search Engine Crawler` | Googlebot, Bingbot, Yandexbot, Baidubot |
3030
| Search engine optimization | `Search Engine Optimization` | Google Lighthouse, GT Metrix, Pingdom, AddThis |
3131
| Security | `Security` | Vulnerability Scanners, SSL Domain Control Validation (DCV) Check Tools |
32-
| Social media marketing | `Social Media Marketing` | |
32+
| Social media marketing | `Social Media Marketing` | |
3333
| Webhooks | `Webhooks` | Payment processors, WordPress Integration tools |
34-
| Other | `Other` | |
34+
| Other | `Other` | |
3535

3636
## Availability
3737

0 commit comments

Comments
 (0)