mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Merge branch 'hotfix/fix-csp' into main
This commit is contained in:
commit
bc1015c351
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ async function bootstrap() {
|
|||
helmet.contentSecurityPolicy({
|
||||
useDefaults: true,
|
||||
directives: {
|
||||
upgradeInsecureRequests: null,
|
||||
'img-src': ['*', 'data:'],
|
||||
'script-src': [
|
||||
'maps.googleapis.com',
|
||||
|
|
|
|||
Loading…
Reference in a new issue