Skip to content

Commit

Permalink
fix: move to single line
Browse files Browse the repository at this point in the history
  • Loading branch information
josmo committed Jan 20, 2024
1 parent bc9c247 commit 684b94f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +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://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 684b94f

Please sign in to comment.