Skip to content

Commit

Permalink
Fixing content security
Browse files Browse the repository at this point in the history
  • Loading branch information
wking-io committed May 2, 2024
1 parent 122a27c commit 24ba498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ app.use(
].filter(Boolean),
'font-src': ["'self'"],
'frame-src': ["'self'"],
'img-src': ["'self'", 'data:'],
'img-src': ["'self'", 'https: data:'],
'script-src': [
"'strict-dynamic'",
"'self'",
Expand Down

0 comments on commit 24ba498

Please sign in to comment.