Skip to content

Commit

Permalink
fix: payload host deny list
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 20, 2024
1 parent f1cf456 commit 4a79285
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/extensions/replay/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ export const defaultNetworkOptions: Required<NetworkRecordOptions> = {
'resource',
],
payloadSizeLimitBytes: 1000000,
payloadHostDenyList: ['.lr-ingest.io', '.ingest.sentry.io'],
payloadHostDenyList: [
'.lr-ingest.io',
'.ingest.sentry.io',
'.clarity.ms',
// NB no leading dot here
'analytics.google.com',
],
}

const HEADER_DENY_LIST = [
Expand Down

0 comments on commit 4a79285

Please sign in to comment.