Skip to content

Commit

Permalink
fix Content-Security-Policy header
Browse files Browse the repository at this point in the history
cherry-picked from ac7d86f

Co-Authored-By: Jannis R <[email protected]>
  • Loading branch information
traines-source and derhuerst committed Feb 17, 2025
1 parent bbff297 commit ff42b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const config = {
logging: true,
aboutPage: false,
etags: 'strong',
csp: `default-src 'none' style-src 'self' 'unsafe-inline' img-src https:`,
csp: `default-src 'none'; style-src 'self' 'unsafe-inline'; img-src https:`,
healthCheck,
mapRouteParsers,
modifyRoutes,
Expand Down

0 comments on commit ff42b7b

Please sign in to comment.