diff --git a/server/app.js b/server/app.js index 9e885ae..a03caf4 100644 --- a/server/app.js +++ b/server/app.js @@ -44,7 +44,7 @@ app.register(helmet, { styleSrc: ['\'unsafe-inline\'', '\'self\''], scriptSrc: ['\'self\'', 'https://www.google-analytics.com', 'https://www.google.com/recaptcha/', 'https://www.gstatic.com/recaptcha/'], frameSrc: ['https://www.google.com/recaptcha/'], - connectSrc: ['\'self\'', 'https://www.google-analytics.com'], + connectSrc: ['\'self\'', 'https://www.google-analytics.com', 'https://2024.uiuc.tf'], imgSrc: ['*', 'data:'] } }