Skip to content

Commit

Permalink
fix: image source for the avatars
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 20, 2024
1 parent 576c4ba commit bc9c247
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ backend:
# host: 127.0.0.1
csp:
connect-src: ["'self'", 'http:', 'https:']
img-src:
[
"'self'",
'data:',
'https://avatars.githubusercontent.com'
]
# Content-Security-Policy directives follow the Helmet format: https://helmetjs.github.io/#reference
# Default Helmet Content-Security-Policy values can be removed by setting the key to false
cors:
Expand Down

0 comments on commit bc9c247

Please sign in to comment.