Skip to content

Commit

Permalink
fix: csp headers again (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinHuiqing committed Oct 3, 2023
1 parent 816c084 commit a2f8782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/loaders/express/helmet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const helmetMiddlewares = () => {
config.aws.attachmentBucketUrl, // Attachment downloads
config.aws.imageBucketUrl, // Image field
config.aws.logoBucketUrl, // Form logo
`https://s3-${config.aws.region}.amazonaws.com/${config.aws.virusScannerQuarantineS3Bucket}`, // Virus scanning
`https://s3.${config.aws.region}.amazonaws.com/${config.aws.virusScannerQuarantineS3Bucket}`, // Virus scanning
'https://*.google-analytics.com', // GA4 https://developers.google.com/tag-platform/tag-manager/web/csp
'https://*.analytics.google.com',
'https://*.googletagmanager.com',
Expand Down

0 comments on commit a2f8782

Please sign in to comment.