Skip to content

Commit 527f0bb

Browse files
[Page Shield] New page about PCI DSS v4 (#17671)
--------- Co-authored-by: Maddy <[email protected]>
1 parent e2107c4 commit 527f0bb

File tree

5 files changed

+27
-16
lines changed

5 files changed

+27
-16
lines changed

src/content/docs/page-shield/reference/csp-header.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pcx_content_type: reference
33
type: overview
44
title: CSP HTTP header format
55
sidebar:
6-
order: 4
6+
order: 10
77
---
88

99
import { GlossaryTooltip } from "~/components";

src/content/docs/page-shield/reference/page-shield-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pcx_content_type: reference
33
title: Page Shield API
44
sidebar:
5-
order: 6
5+
order: 12
66
---
77

88
import { GlossaryTooltip } from "~/components";
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: PCI DSS compliance
3+
pcx_content_type: reference
4+
sidebar:
5+
order: 4
6+
head:
7+
- tag: title
8+
content: Page Shield and PCI DSS compliance
9+
---
10+
11+
You can use Page Shield for PCI DSS v4's client-side security requirements (items 6.4.3 and 11.6.1).
12+
13+
Refer to the [PCI DSS v.4.0 Evaluation](https://cfl.re/4dhk8Gx) whitepaper for details on how you can use Cloudflare Page Shield to meet the new v4 requirements.
14+
15+
:::note
16+
To help with PCI DSS requirements, Page Shield requires you to have an Enterprise plan with a paid add-on. Refer to [Availability](/page-shield/#availability) for details on what is included in each plan.
17+
:::

src/content/docs/page-shield/reference/roles-and-permissions.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
title: Roles and permissions
33
pcx_content_type: reference
44
sidebar:
5-
order: 5
6-
head: []
5+
order: 11
76
description: User roles and API token permissions required to access and
87
configure Page Shield.
98
---
Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,28 @@
11
---
22
pcx_content_type: reference
3-
title: Statuses
3+
title: Script and connection statuses
44
sidebar:
55
order: 2
6-
head:
7-
- tag: title
8-
content: Script and connection statuses
9-
6+
label: Statuses
107
---
118

129
Cloudflare classifies scripts and connections (also known as resources) according to the following:
1310

14-
* The number of times a script/connection was reported.
15-
* Whether the script/connection is considered malicious or not.
11+
- The number of times a script/connection was reported.
12+
- Whether the script/connection is considered malicious or not.
1613

1714
Use Page Shield's dashboards to review the scripts loaded in your domain and the connections they make. For more information, refer to [Monitor resources and cookies](/page-shield/detection/monitor-connections-scripts/).
1815

1916
## Available statuses
2017

21-
* **Infrequent**: There are less than three reports for the script/connection. If there are no reports for a script/connection with *Infrequent* status for five days, then Page Shield will delete all the information about the script/connection. Scripts with *Infrequent* status appear only in the All Reported Scripts dashboard, and connections with *Infrequent* status appear only in the All Reported Connections dashboard.
22-
* **Active**: There are more than three reports for the script/connection.
23-
* **Inactive**: A previously active script/connection was not reported in the last seven days. If the script/connection is reported again later, its status will change back to *Active*. If the script/connection is not reported for 30 days, Page Shield will delete all the information about it. Scripts with *Inactive* status appear only in the All Reported Scripts dashboard, and connections with *Inactive* status appear only in the All Reported Connections dashboard.
18+
- **Infrequent**: There are less than three reports for the script/connection. If there are no reports for a script/connection with _Infrequent_ status for five days, then Page Shield will delete all the information about the script/connection. Scripts with _Infrequent_ status appear only in the All Reported Scripts dashboard, and connections with _Infrequent_ status appear only in the All Reported Connections dashboard.
19+
- **Active**: There are more than three reports for the script/connection.
20+
- **Inactive**: A previously active script/connection was not reported in the last seven days. If the script/connection is reported again later, its status will change back to _Active_. If the script/connection is not reported for 30 days, Page Shield will delete all the information about it. Scripts with _Inactive_ status appear only in the All Reported Scripts dashboard, and connections with _Inactive_ status appear only in the All Reported Connections dashboard.
2421

2522
:::note
2623

27-
2824
All scripts and connections considered malicious will appear in the Monitors dashboard, regardless of their status.
2925

3026
Malicious script/connection detection is only available to Enterprise customers with a paid add-on.
3127

32-
3328
:::

0 commit comments

Comments
 (0)