Skip to content

Commit

Permalink
fix csp header
Browse files Browse the repository at this point in the history
  • Loading branch information
traines-source committed Dec 18, 2024
1 parent 8019540 commit 4a932f0
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 @@ -39,7 +39,7 @@ const config = {
aboutPage: true,
enrichStations: true,
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:',
mapRouteParsers,
};

Expand Down

0 comments on commit 4a932f0

Please sign in to comment.