diff --git a/apps/backend/src/web/app.ts b/apps/backend/src/web/app.ts index dbcb75a7b..442ff1236 100644 --- a/apps/backend/src/web/app.ts +++ b/apps/backend/src/web/app.ts @@ -65,9 +65,12 @@ export const createApp = async (): Promise => { "'self'", "data:", "https://argos-ci.com", + // TwicPics images + "https://argos.twic.pics", + // GitHub and GitLab avatars "https://github.com", "https://avatars.githubusercontent.com", - "https://argos.twic.pics", + "https://gitlab.com", ], "script-src": [ "'self'",