Skip to content

Commit

Permalink
fix(csp): allow data img
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 24, 2024
1 parent 03a14ed commit 1ca84d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/backend/src/web/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export const createApp = async () => {
"default-src": ["'self'"],
"img-src": [
"'self'",
"data:",
"https://argos-ci.com",
"https://github.com",
"https://avatars.githubusercontent.com",
Expand Down

0 comments on commit 1ca84d2

Please sign in to comment.