Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Set Up Security Policy Reporting
sidebar_order: 7500
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

<Include name="platforms/security-policy-reporting/content.mdx" />
7 changes: 7 additions & 0 deletions docs/platforms/elixir/security-policy-reporting/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Set Up Security Policy Reporting
sidebar_order: 7500
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

<Include name="platforms/security-policy-reporting/content.mdx" />
7 changes: 7 additions & 0 deletions docs/platforms/go/common/security-policy-reporting/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Set Up Security Policy Reporting
sidebar_order: 7500
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

<Include name="platforms/security-policy-reporting/content.mdx" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Set Up Security Policy Reporting
sidebar_order: 7500
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

<Include name="platforms/security-policy-reporting/content.mdx" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Set Up Security Policy Reporting
sidebar_order: 7500
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

<Include name="platforms/security-policy-reporting/content.mdx" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Set Up Security Policy Reporting
sidebar_order: 7500
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

<Include name="platforms/security-policy-reporting/content.mdx" />
7 changes: 7 additions & 0 deletions docs/platforms/php/common/security-policy-reporting/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Set Up Security Policy Reporting
sidebar_order: 7500
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

<Include name="platforms/security-policy-reporting/content.mdx" />
7 changes: 7 additions & 0 deletions docs/platforms/python/security-policy-reporting/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Set Up Security Policy Reporting
sidebar_order: 7500
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

<Include name="platforms/security-policy-reporting/content.mdx" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Set Up Security Policy Reporting
sidebar_order: 7500
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

<Include name="platforms/security-policy-reporting/content.mdx" />
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Set Up Security Policy Reporting
sidebar_order: 7500
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

<Include name="platforms/security-policy-reporting/content.mdx" />
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
---
title: Security Policy Reporting
sidebar_order: 150
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
---

Sentry provides the ability to collect information on [Content-Security-Policy (CSP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy) violations, as well as [Expect-CT](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expect-CT) and [HTTP Public Key Pinning (HPKP)](https://developer.mozilla.org/en-US/docs/Web/HTTP/Public_Key_Pinning) failures by setting the proper HTTP header which results in the violation or failure to be sent to Sentry endpoint specified in _report-uri_.

The integration process consists of configuring the appropriate header with your project key’s Security Header endpoint found at **Project Settings > Security Headers**.
Expand Down
4 changes: 4 additions & 0 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3361,6 +3361,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
from: '/contributing/onboarding-wizard/',
to: '/contributing/',
},
{
from: '/security-legal-pii/security/security-policy-reporting/',
to: '/platform-redirect/?next=/security-policy-reporting/',
},
];

const DEVELOPER_DOCS_REDIRECTS: Redirect[] = [
Expand Down
Loading