Skip to content

Commit 536c446

Browse files
committed
Add survey to security docs
1 parent 39a4fc8 commit 536c446

File tree

41 files changed

+114
-17
lines changed

Some content is hidden

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

41 files changed

+114
-17
lines changed

src/content/docs/api-shield/get-started.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ sidebar:
99

1010
import { GlossaryTooltip, Render, Steps } from "~/components"
1111

12+
<Render file="survey" />
13+
1214
This guide will help you set up API Shield to identify and address API security best practices.
1315

1416
:::note

src/content/docs/api-shield/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ head:
1111

1212
import { Description, Feature, Plan, RelatedProduct, Render } from "~/components"
1313

14+
<Render file="survey" />
15+
1416
<Description>
1517
Identify and address your API vulnerabilities.
1618
</Description>

src/content/docs/api-shield/management-and-monitoring/endpoint-management/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ sidebar:
77

88
---
99

10-
import { GlossaryTooltip, Plan, Steps, Tabs, TabItem } from "~/components"
10+
import { GlossaryTooltip, Plan, Steps, Tabs, TabItem, Render } from "~/components"
11+
12+
<Render file="survey" />
1113

1214
<Plan type="all" />
1315

src/content/docs/api-shield/security/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ sidebar:
66

77
---
88

9-
import { DirectoryListing } from "~/components"
9+
import { DirectoryListing, Render } from "~/components"
10+
11+
<Render file="survey" />
1012

1113
Cloudflare offers the following features to help secure your APIs:
1214

src/content/docs/api-shield/security/jwt-validation/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ sidebar:
88

99
import { GlossaryTooltip, Steps, Tabs, TabItem, Render } from "~/components"
1010

11+
<Render file="survey" />
12+
1113
<GlossaryTooltip term="JSON web token (JWT)">JSON web tokens (JWT)</GlossaryTooltip> are often used as part of an authentication component on many web applications today. Since JWTs are crucial to identifying users and their access, ensuring the token’s integrity is important.
1214

1315
API Shield’s JWT validation stops JWT replay attacks and JWT tampering by cryptographically verifying incoming JWTs before they are passed to your API origin. JWT validation will also stop requests with expired tokens or tokens that are not yet valid.

src/content/docs/api-shield/security/schema-validation/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ sidebar:
66

77
---
88

9-
import { GlossaryDefinition, GlossaryTooltip, Plan, Steps, Tabs, TabItem } from "~/components"
9+
import { GlossaryDefinition, GlossaryTooltip, Plan, Steps, Tabs, TabItem, Render } from "~/components"
10+
11+
<Render file="survey" />
1012

1113
<Plan type="all" />
1214

src/content/docs/bots/bot-analytics.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ head:
1010

1111
import { GlossaryTooltip, Render } from "~/components";
1212

13+
<Render file="survey" />
14+
1315
## Business and Enterprise
1416

1517
Business and Enterprise customers without Bot Management can use **Bot Analytics** to dynamically examine bot traffic. These dashboards offer less functionality than Bot Management for Enterprise but still help you understand bot traffic on your domain.

src/content/docs/bots/get-started/bot-fight-mode.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ head:
1111

1212
import { Tabs, TabItem, Steps, Render } from '~/components';
1313

14+
<Render file="survey" />
15+
1416
Bot Fight Mode is a simple, free product that helps detect and mitigate bot traffic on your domain. When enabled, the product:
1517

1618
- Identifies traffic matching patterns of known bots

src/content/docs/bots/get-started/bot-management.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ learning_center:
1111

1212
import { Tabs, TabItem, Steps, Render } from '~/components';
1313

14+
<Render file="survey" />
15+
1416
Bot Management for Enterprise is a paid add-on that provides sophisticated bot protection for your domain. Customers can identify automated traffic, take appropriate action, and view detailed analytics within the dashboard.
1517

1618
This Enterprise product provides the most flexibility to customers by:

src/content/docs/bots/get-started/super-bot-fight-mode.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ head:
1111

1212
import { Render, Tabs, TabItem, Steps } from "~/components"
1313

14+
<Render file="survey" />
15+
1416
Super Bot Fight Mode is included in your Pro, Business, or Enterprise subscription. When enabled, the product:
1517

1618
- Identifies traffic matching patterns of known bots

0 commit comments

Comments
 (0)