mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-22 22:59:35 +02:00
fix csp header
This commit is contained in:
parent
80195404bb
commit
4a932f0329
1 changed files with 1 additions and 1 deletions
2
api.js
2
api.js
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue