diff --git a/server/app.js b/server/app.js index db97b505..19c58ab6 100644 --- a/server/app.js +++ b/server/app.js @@ -122,6 +122,11 @@ app.use( styleSrc: ["'self'", "'unsafe-inline'", 'github.githubassets.com'], imgSrc: ['*', 'data:', 'blob:'], frameSrc: ['*'], + connectSrc: [ + "'self'", + process.env.AWS_S3_UPLOAD_BUCKET_URL, + 'www.google-analytics.com', + ], }, }) );