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