Skip to content

Commit 6a6e4d2

Browse files
authored
deprecate(security-reports): Remove reference to Expect-CT and HPKP (#13853)
These reports have been removed by Chrome a while ago: - **Expect-CT** was removed in [Chrome 107](https://chromestatus.com/feature/6244547273687040), and Firefox never implemented support - **HPKP** was removed in [Chrome 72](https://chromestatus.com/feature/5903385005916160) and [Firefox 72](https://groups.google.com/g/mozilla.dev.platform/c/AyMlrNHYepE/m/B5bgjjsiBwAJ) (not a typo) We will need to follow up with a pull request to remove it from the code base.
1 parent 10eaf8f commit 6a6e4d2

File tree

13 files changed

+12
-49
lines changed

13 files changed

+12
-49
lines changed

develop-docs/sdk/expected-features/rate-limiting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ While these [data categories](https://github.com/getsentry/relay/blob/master/rel
8888
- `error`: Error events.
8989
- `transaction`: Transaction type events.
9090
- `span`: Span type events.
91-
- `security`: Events with event_type `csp`, `hpkp`, `expectct`, `expectstaple`
91+
- `security`: Events with event_type `csp`
9292
- `attachment`: Attachment bytes stored (unused for rate limiting)
9393
- `session`: Session update events
9494
- `profile`: Profiling events

docs/platforms/dotnet/common/security-policy-reporting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set Up Security Policy Reporting
33
sidebar_title: Security Policy Reporting
44
sidebar_order: 7500
5-
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
5+
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
66
---
77

88
<Include name="platforms/security-policy-reporting/content.mdx" />

docs/platforms/elixir/security-policy-reporting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set Up Security Policy Reporting
33
sidebar_title: Security Policy Reporting
44
sidebar_order: 7500
5-
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
5+
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
66
---
77

88
<Include name="platforms/security-policy-reporting/content.mdx" />

docs/platforms/go/common/security-policy-reporting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set Up Security Policy Reporting
33
sidebar_title: Security Policy Reporting
44
sidebar_order: 7500
5-
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
5+
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
66
---
77

88
<Include name="platforms/security-policy-reporting/content.mdx" />

docs/platforms/java/common/security-policy-reporting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set Up Security Policy Reporting
33
sidebar_title: Security Policy Reporting
44
sidebar_order: 7500
5-
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
5+
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
66
---
77

88
<Include name="platforms/security-policy-reporting/content.mdx" />

docs/platforms/javascript/common/security-policy-reporting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set Up Security Policy Reporting
33
sidebar_title: Security Policy Reporting
44
sidebar_order: 7500
5-
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
5+
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
66
---
77

88
<Include name="platforms/security-policy-reporting/content.mdx" />

docs/platforms/native/common/security-policy-reporting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set Up Security Policy Reporting
33
sidebar_title: Security Policy Reporting
44
sidebar_order: 7500
5-
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
5+
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
66
---
77

88
<Include name="platforms/security-policy-reporting/content.mdx" />

docs/platforms/php/common/security-policy-reporting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set Up Security Policy Reporting
33
sidebar_title: Security Policy Reporting
44
sidebar_order: 7500
5-
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
5+
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
66
---
77

88
<Include name="platforms/security-policy-reporting/content.mdx" />

docs/platforms/python/security-policy-reporting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set Up Security Policy Reporting
33
sidebar_title: Security Policy Reporting
44
sidebar_order: 7500
5-
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
5+
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
66
---
77

88
<Include name="platforms/security-policy-reporting/content.mdx" />

docs/platforms/ruby/common/security-policy-reporting/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set Up Security Policy Reporting
33
sidebar_title: Security Policy Reporting
44
sidebar_order: 7500
5-
description: "Learn how Sentry can help manage Content-Security-Policy violations, CSP reports, Expect-CT, and HTTP Public Key Pinning (HPKP) failures here."
5+
description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here."
66
---
77

88
<Include name="platforms/security-policy-reporting/content.mdx" />

0 commit comments

Comments
 (0)