Skip to content

Commit 754e3de

Browse files
authored
[Several docs] Remove trailing spaces in partial files (#19967)
1 parent 7a56086 commit 754e3de

File tree

68 files changed

+121
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+121
-121
lines changed

src/content/partials/analytics/network-analytics-requirements.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Network Analytics requires the following:
99

1010
* A Cloudflare Enterprise plan.
1111
* Cloudflare Magic Transit or Spectrum.
12-
* Cloudflare Magic WAN.
12+
* Cloudflare Magic WAN.
1313
:::

src/content/partials/api-shield/label-methodology.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
---
55

66
| Description | 2xx response codes | 4xx, 5xx response codes |
7-
| --- | --- | --- |
7+
| --- | --- | --- |
88
| If all requests are missing authentication, Cloudflare will apply the label: | `cf-missing-auth` | Without successful responses, no label will be added. |
99
| If only some requests are missing authentication, Cloudflare will apply the label: | `cf-mixed-auth` | Without successful responses, no label will be added. |

src/content/partials/api-shield/mtls-api-shield-support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
:::note
77

8-
While API Shield is not required to use mTLS, many teams may use mTLS to protect their APIs.
8+
While API Shield is not required to use mTLS, many teams may use mTLS to protect their APIs.
99
:::

src/content/partials/api-shield/routing-path-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
:::note
77

8-
You can reorder path variables if they are present. For example, you can route `/api/{var1}/users/{var2}` to `/{var2}/users/{var1}`. Segments of the path that are not variables may be added or omitted entirely.
8+
You can reorder path variables if they are present. For example, you can route `/api/{var1}/users/{var2}` to `/{var2}/users/{var1}`. Segments of the path that are not variables may be added or omitted entirely.
99
:::

src/content/partials/api-shield/set-up-session-identifiers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:::note
1313
The session identifier cookie must comply with RFC 6265. Otherwise, it will be rejected.
1414

15-
If you are using a JWT claim, choose the [Token Configuration](/api-shield/security/jwt-validation/configure/#token-configurations) that will verify the JWT. Token Configurations are required to use JWT claims as session identifiers. Refer to [JWT Validation](/api-shield/security/jwt-validation/) for more information.
15+
If you are using a JWT claim, choose the [Token Configuration](/api-shield/security/jwt-validation/configure/#token-configurations) that will verify the JWT. Token Configurations are required to use JWT claims as session identifiers. Refer to [JWT Validation](/api-shield/security/jwt-validation/) for more information.
1616
:::
1717

1818
6. Enter the name of the session identifier.

src/content/partials/bots/ai-bots-definition.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
---
55

6-
You can block artificial intelligence (AI) bots, crawlers, and scrapers from scraping your website content and training large language models (LLM) to recreate it without your permission.
6+
You can block artificial intelligence (AI) bots, crawlers, and scrapers from scraping your website content and training large language models (LLM) to recreate it without your permission.
77

88
When you enable this feature, all verified bots that are classified as AI Search, AI Assistant, AI Crawler, or an Archiver, as well as a number of unverified bots that fall into the [verified bot categories](/bots/reference/verified-bot-categories/) are blocked. It does not block verified bots that fall into the Search Engine categories.
99

@@ -19,11 +19,11 @@ When you enable this feature via a pre-configured managed rule, Cloudflare can d
1919

2020
The rule to block AI bots takes precedence over all other Super Bot Fight Mode rules. For example, if you have enabled **Block AI bots** and **Allow verified bots**, verified AI bots will also be blocked even if you allow other verified bots on your website or application.
2121

22-
For Bot Management customers, if you have set a rule to serve managed challenges to definitely automated bots, AI bots will also be challenged because custom rules run in a phase before Super Bot Fight Mode, which is the phase when the rule to block AI bots runs.
22+
For Bot Management customers, if you have set a rule to serve managed challenges to definitely automated bots, AI bots will also be challenged because custom rules run in a phase before Super Bot Fight Mode, which is the phase when the rule to block AI bots runs.
2323

24-
This behavior remains the same if the setting for verified, definitely automated, and likely bots is set to `block` or `allow`. If you have an action to `allow` for these rules, the request is not matched to any rule and proceeds to the next ruleset phase. Similarly, if the action is set to `block`, they will be blocked in the earlier phase and do not move on to match the AI rule at all. However, when the action is `challenge`, the request matches a rule and therefore will not be matched to any rules after.
24+
This behavior remains the same if the setting for verified, definitely automated, and likely bots is set to `block` or `allow`. If you have an action to `allow` for these rules, the request is not matched to any rule and proceeds to the next ruleset phase. Similarly, if the action is set to `block`, they will be blocked in the earlier phase and do not move on to match the AI rule at all. However, when the action is `challenge`, the request matches a rule and therefore will not be matched to any rules after.
2525

26-
For self-serve non-Bot Management customers, all rules for verified, definitely automated, and likely bots run in the phase following the AI bots rule.
26+
For self-serve non-Bot Management customers, all rules for verified, definitely automated, and likely bots run in the phase following the AI bots rule.
2727

2828
```mermaid
2929
---

src/content/partials/bots/bfm-change-notice.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
:::caution[Change notice for Super Bot Fight Mode rulesets]
77

8-
Updating Super Bot Fight Mode rules via the Rulesets API is no longer supported and may cause unexpected behavior if you do so.
8+
Updating Super Bot Fight Mode rules via the Rulesets API is no longer supported and may cause unexpected behavior if you do so.
99
:::

src/content/partials/bots/block-ai-bots-enable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputParameters: param1
55

66
import { Markdown } from "~/components"
77

8-
To block [AI bots](/bots/concepts/bot/#ai-bots):
8+
To block [AI bots](/bots/concepts/bot/#ai-bots):
99

1010
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account and domain.
1111
2. Go to **Security** > **Bots**.

src/content/partials/bots/cf-clearance-cookie.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
:::note
77

8-
[JavaScript detections](/bots/reference/javascript-detections/) are stored in the `cf_clearance` cookie.
8+
[JavaScript detections](/bots/reference/javascript-detections/) are stored in the `cf_clearance` cookie.
99

1010
The `cf_clearance` cookie cannot exceed the maximum size of 4096 bytes.
1111
:::

src/content/partials/bots/corporate_proxy.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The Bot Management Corporate Proxy field contains identified cloud-based corpora
88
You can access the Corporate Proxy field in [custom rules](/waf/custom-rules/), [rate limiting rules](/waf/rate-limiting-rules/), or [Workers](/workers/) to provide different security rules for traffic from these sources. You can also exempt them from rules using Bot Management scores.
99

1010
```txt title="Example"
11-
not cf.bot_management.verified_bot
12-
and not cf.bot_management.static_resource
11+
not cf.bot_management.verified_bot
12+
and not cf.bot_management.static_resource
1313
and not cf.bot_management.corporate_proxy
1414
and cf.bot_management.score lt 30
1515
```

0 commit comments

Comments
 (0)