You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Copy file name to clipboardExpand all lines: src/content/docs/page-shield/reference/settings.mdx
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,11 @@ title: Configuration settings
3
3
pcx_content_type: reference
4
4
sidebar:
5
5
order: 1
6
-
7
6
---
8
7
9
-
import { GlossaryTooltip } from"~/components"
8
+
import { GlossaryTooltip } from"~/components";
10
9
11
-
## CSP reporting endpoint
10
+
## Reporting endpoint
12
11
13
12
When enabled, Page Shield uses a <GlossaryTooltipterm="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.
14
13
@@ -28,8 +27,8 @@ Enterprise customers with a paid add-on can change the reporting endpoint so tha
28
27
29
28
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:
30
29
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
33
32
34
33
### Configure the reporting endpoint
35
34
@@ -64,6 +63,5 @@ To turn off Page Shield:
64
63
3. In **Disable Page Shield**, select **Disable**.
65
64
66
65
:::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**.
0 commit comments