Skip to content

Commit

Permalink
fix: allow all img-src
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 24, 2024
1 parent 69334aa commit be2fb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ backend:
# host: 127.0.0.1
csp:
connect-src: ["'self'", 'http:', 'https:']
img-src: ["'self'", 'data:', 'https://avatars.githubusercontent.com']
img-src: ["'self'", 'data:', 'https:', 'https:']
# 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 be2fb54

Please sign in to comment.