diff --git a/src/app.js b/src/app.js index 4a0e18f..b2a9bfc 100644 --- a/src/app.js +++ b/src/app.js @@ -35,8 +35,8 @@ app.use(helmet({ scriptSrc: ["'self'", "'unsafe-inline'"], scriptSrcAttr: ["'unsafe-inline'"], styleSrc: ["'self'", "'unsafe-inline'", "https:"], - imgSrc: ["'self'", "data:", "https:"], - connectSrc: ["'self'", "https:"], + imgSrc: ["'self'", "data:", "https:", "http:", "blob:"], + connectSrc: ["'self'", "https:", "http:"], }, }, }));