Skip to content

Commit a480f23

Browse files
committed
Update heading
1 parent d7fd2db commit a480f23

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
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
@@ -14,7 +14,7 @@ The format of the <GlossaryTooltip term="content security policy (CSP)">Content
1414
content-security-policy-report-only: script-src 'none'; connect-src 'none'; report-uri https://csp-reporting.cloudflare.com/cdn-cgi/script_monitor/report?<QUERY_STRING>
1515
```
1616

17-
If you [configured the CSP reporting endpoint](/page-shield/reference/settings/#csp-reporting-endpoint) to use the same hostname, the HTTP header will have the following format:
17+
If you [configured the reporting endpoint](/page-shield/reference/settings/#reporting-endpoint) to use the same hostname, the HTTP header will have the following format:
1818

1919
```txt
2020
content-security-policy-report-only: script-src 'none'; connect-src 'none'; report-uri <YOUR_HOSTNAME>/cdn-cgi/script_monitor/report?<QUERY_STRING>

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ title: Configuration settings
33
pcx_content_type: reference
44
sidebar:
55
order: 1
6-
76
---
87

9-
import { GlossaryTooltip } from "~/components"
8+
import { GlossaryTooltip } from "~/components";
109

11-
## CSP reporting endpoint
10+
## Reporting endpoint
1211

1312
When enabled, Page Shield uses a <GlossaryTooltip term="content security policy (CSP)">Content Security Policy (CSP)</GlossaryTooltip> [report-only HTTP header](/page-shield/reference/csp-header/) to gather information about all the scripts running on your application.
1413

@@ -28,8 +27,8 @@ Enterprise customers with a paid add-on can change the reporting endpoint so tha
2827

2928
Using the same hostname for CSP reporting may interfere with other Cloudflare products. Before selecting this option, ensure that your Cloudflare configuration complies with the following:
3029

31-
* No rate limiting rules match the `cdn-cgi/*` URL path
32-
* No WAF custom rules match the `cdn-cgi/*` URL path
30+
- No rate limiting rules match the `cdn-cgi/*` URL path
31+
- No WAF custom rules match the `cdn-cgi/*` URL path
3332

3433
### Configure the reporting endpoint
3534

@@ -64,6 +63,5 @@ To turn off Page Shield:
6463
3. In **Disable Page Shield**, select **Disable**.
6564

6665
:::note
67-
68-
Turning off Page Shield will not turn off [policies](/page-shield/policies/). To turn off policies, go to **Page Shield** > **Policies**.
66+
Turning off Page Shield will not turn off [policies](/page-shield/policies/). To turn off policies, go to **Page Shield** > **Policies**.
6967
:::

0 commit comments

Comments
 (0)